Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Web & browsing

2,332 results · page 24 of 78

  • quarto-authoringSkillWeb & browsing

    Use when the user is explicitly working with Quarto, .qmd files, _quarto.yml, Quarto projects, or Quarto features such as callouts, cross-references, citations, Mermaid diagrams, extensions, websites, books, presentations, and reports. Also use for explicit migration from or comparison with R Markdo

    Ready to connect★ 497

    github.com/posit-dev/skills498 stars

    View details
  • unslop-uiSkillWeb & browsing

    Strips the cues that make a website read as AI-generated and forces a deliberate, project-specific design choice instead of the model's default. It does not impose a look or hand you taste. It removes tells (default shadcn/Tailwind, AI-purple gradients, gradient heading text, unprompted neon glow, e

    Ready to connect★ 495

    github.com/jcarterjohnson/vibecoded-design-tells479 stars

    View details
  • document-hunterSkillWeb & browsing

    Searches and retrieves documents from free public sources using automated browser navigation. Use when research needs primary source documents like court filings, government reports, or public records.

    Ready to connect★ 483

    github.com/bitwize-music-studio/claude-ai-music-skills486 stars

    View details
  • browser-traceSkillWeb & browsing

    Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • imagegen-frontend-webSkillWeb & browsing

    Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces compos

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • kimi-webbridgeSkillWeb & browsing

    Kimi Browser Extension(Kimi 浏览器扩展,原 Kimi WebBridge)lets AI control the user's real browser — navigate, click, type, read, screenshot, and interact with any website using the user's actual login sessions. Use this skill whenever the user wants to interact with websites, automate browser tasks, scrape

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • opencli-adapter-authorSkillWeb & browsing

    Use when writing an OpenCLI adapter for a new site or adding a new command to an existing site. Guides end-to-end from first recon through field decoding, adapter coding, and verify. Replaces opencli-oneshot / opencli-explorer. For ad-hoc browser driving (no adapter), see opencli-browser instead; fo

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • opencli-browserSkillWeb & browsing

    Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns.

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • opencli-browser-sitemapSkillWeb & browsing

    Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting t

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • opencli-sitemap-authorSkillWeb & browsing

    Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge i

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • smart-searchSkillWeb & browsing

    An intelligent search router based on the opencli command. Always use this skill when the user wants to search, query, find, or research information using OpenCLI, CLI, or API, especially when it involves specific websites, social media, technical resources, news, shopping, travel, job hunting, fina

    Ready to connect★ 484

    github.com/mxyhi/ok-skills485 stars

    View details
  • drive-desktop-appSkillWeb & browsing

    Drive and verify an Electron or Tauri desktop app from the inside, including the main-process and Rust IPC calls a browser tool cannot see. Use when a desktop app needs testing, when a feature works in the browser but not in the packaged app, when an IPC or invoke call needs proving, when a desktop

    Ready to connect★ 479

    github.com/reticlehq/reticle479 stars

    View details
  • replay-user-flowsSkillWeb & browsing

    Turn a user journey you just clicked through into a saved regression check that re-runs deterministically, with no model in the loop and no test code to write. Use when you have driven the same flow twice, when the user wants regression coverage without a Playwright suite, when a refactor needs prov

    Ready to connect★ 479

    github.com/reticlehq/reticle479 stars

    View details
  • verify-unattendedSkillWeb & browsing

    Install, instrument and verify a web app end to end without pausing for a human. Use in an autonomous or goal-mode agent, in CI, or in any client that asks for approval on every command: it never says "restart your client" or "open a browser", because it takes a route that needs neither. Prefer the

    Ready to connect★ 479

    github.com/reticlehq/reticle479 stars

    View details
  • llmdocSkillWeb & browsing

    Default V3 operating skill for llmdoc-enabled projects. Route discovery — exploring the codebase, locating a concept or contract, judging the blast radius of a change — through the llmdoc CLI instead of broad file crawling.

    Ready to connect★ 477

    github.com/tokenrollai/llmdoc477 stars

    View details
  • a11y-allySkillWeb & browsing

    Use when running comprehensive WCAG accessibility audits with axe-core + pa11y + Lighthouse, generating context-aware remediation, or testing video accessibility. Supports 3-tier browser cascade with graceful degradation.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • compatibility-testingSkillWeb & browsing

    Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • e2e-flow-verifierSkillWeb & browsing

    Use when verifying complete user flows end-to-end with the qe-browser skill (Vibium), recording session evidence, and asserting state at each step. For product verification with real browser automation.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • qe-a11y-allySkillWeb & browsing

    Comprehensive WCAG accessibility auditing with multi-tool testing (axe-core + pa11y + Lighthouse), TRUE PARALLEL execution with Promise.allSettled, graceful degradation, retry with backoff, context-aware remediation, learning integration, and video accessibility. Uses 3-tier browser cascade: Vibium

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • qe-browserSkillWeb & browsing

    Browser automation for QE agents using Vibium (WebDriver BiDi) with assertions, batch execution, visual diff, prompt-injection scanning, and semantic intents. Use when any QE skill needs to drive a real browser — visual testing, accessibility audits, E2E flow verification, pentest validation, or exp

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • qe-compatibility-testingSkillWeb & browsing

    Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • qe-test-executionSkillWeb & browsing

    Orchestrates test suite execution with parallel sharding, intelligent retry, and real-time reporting across Jest, Vitest, and Playwright. Use when running test suites, optimizing execution time, handling flaky tests, configuring CI test pipelines, or analyzing test run results.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • testability-scoringSkillWeb & browsing

    AI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability,

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • visual-testing-advancedSkillWeb & browsing

    Advanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.

    Ready to connect★ 475

    github.com/proffesor-for-testing/agentic-qe473 stars

    View details
  • claude-design-cardSkillWeb & browsing

    Generate HTML info cards in the Claude/Anthropic design language from any text, web page, or URL, and screenshot them to PNG via Playwright. Supports 14 formats: platform covers (WeChat Official Account, Channels, Bilibili, Douyin), content cards (Xiaohongshu, tutorials, comparison analyses), social

    Ready to connect★ 464

    github.com/geekjourneyx/claude-design-card464 stars

    View details
  • search-tipsSkillWeb & browsing

    This skill should be used when performing web research beyond a simple single search -- looking into topics, comparing options, investigating questions, finding recommendations, or any task where effective use of Exa, Firecrawl, and Reddit tools matters. Triggers on "research", "look into", "investi

    Ready to connect★ 463

    github.com/malob/nix-config463 stars

    View details
  • ui-auditSkillWeb & browsing

    Exhaustively audit the UI control by control and role by role — enumerate every button, link, and input on a set of pages, write down what each is supposed to do (derived from the handler code and the RBAC matrix), then drive a real browser as each role and record what it actually does, filing every

    Ready to connect★ 455

    github.com/bagofwords1/bagofwords453 stars

    View details
  • internal-linking-optimizerSkillWeb & browsing

    Use when improving internal link structure, anchor text, orphan pages, crawl depth, site architecture, or link equity flow. 内链优化/站内架构

    Ready to connect★ 454

    github.com/viryazheng/recomby-geo454 stars

    View details
  • designSkillWeb & browsing

    Design and implement kitcn UI using live www/example tokens and primitives, accessible states, honest data formatting, and browser proof.

    Ready to connect★ 447

    github.com/udecode/kitcn446 stars

    View details
  • scenariosSkillWeb & browsing

    Prove kitcn fixture and scenario runtime the right way. Use when validating prepared scenario apps, auth smoke and browser lanes, or deciding whether a scenario key should use `scenario:dev` or `scenario:check`.

    Ready to connect★ 447

    github.com/udecode/kitcn446 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

52,524 of the 52,958 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI