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: AI & models

9,017 results · page 268 of 301

  • contentforgeSkillAI & models

    Produce a publication-ready, fact-checked, brand-compliant, SEO-optimized content piece through the full 10-phase pipeline: every phase dispatched to a dedicated subagent (researcher, fact-checker, drafter, visual annotator, scientific validator, structurer, SEO/GEO optimizer, humanizer, reviewer, o

    Ready to connect

    github.com/indranilbanerjee/contentforge30 stars

    View details
  • fhir-r6-guardrailsSkillAI & models

    HealthClaw Guardrails (healthclaw.io) — FHIR agent guardrails for clinical data access via MCP. Supports FHIR R4 US Core v9 (stable) and FHIR R6 ballot3 (experimental). Use when: (1) Reading patient data through MCP tools with automatic PHI redaction, (2) Writing clinical resources with two-phase pr

    Ready to connect

    github.com/aks129/healthclawguardrails30 stars

    View details
  • fhir-upstream-proxySkillAI & models

    Connect to real FHIR servers through the MCP guardrail proxy. Use when: (1) Connecting to HAPI FHIR, SMART Health IT, or Epic sandbox servers, (2) Proxying AI agent requests to production EHR systems with guardrails, (3) Ensuring upstream server URLs never leak to clients, (4) Understanding how reda

    Ready to connect

    github.com/aks129/healthclawguardrails30 stars

    View details
  • finalize-prSkillAI & models

    Orchestrates the full post-implementation loop: push PR → wait for CI → fix failures → repeat until CI passes or termination rules trigger a pause. This skill should be used when the user says "ship it", "finalize pr", "push and fix CI", "push pr and wait for CI", or invokes "codagent:finalize-pr".

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • finishSkillAI & models

    Create a pull request with comprehensive description following repo best practices

    Ready to connect

    github.com/rlajous/claude-code-commands30 stars

    View details
  • fix-prSkillAI & models

    Fixes CI failures and review comments on the current branch's pull request by dispatching a fixer subagent, verifying with the validator, and pushing the fix. Use when the user says "fix pr", "fix CI failures", "address review comments", or invokes "codagent:fix-pr".

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • implement-with-tddSkillAI & models

    Enforces test-driven development for feature work, bug fixes, and refactoring, activating for requests such as "implement", "fix", "add feature", "write tests first", or "TDD".

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • indicatorSkillAI & models

    Parallel TDD swarm that ships a new market indicator end to end. Usage - /indicator <data-source> <indicator-name>. Researches the source, writes a spec plus failing tests, fans out three worktree implementer subagents (ingestion, API, chart tab), merges, runs the full suite, screenshots the live ta

    Ready to connect

    github.com/joemccann/radon29 stars

    View details
  • menthorqSkillAI & models

    MenthorQ data extraction — CTA positioning, dashboards, screeners, forex, summaries, and QUIN AI screener prompts. Triggers on "menthorq", "cta positioning", "menthorq dashboard", "menthorq screener", "quin screener", "menthorq forex", or any MenthorQ-related query.

    Ready to connect

    github.com/joemccann/radon29 stars

    View details
  • offline-first-pwaSkillAI & models

    Rules for building offline-first Progressive Web Apps that launch instantly from the home screen. Use when building, reviewing or debugging a PWA, or anything touching a service worker, a web app manifest, precaching, an in-app update prompt, iOS home screen behaviour, or safe-area/notch layout.

    Ready to connect

    github.com/mattiasgeniar/offline-first-pwa30 stars

    View details
  • personal-health-recordsSkillAI & models

    Connect your health records from any US health system via HealthEx, pull your complete clinical history, analyze it with Claude, and optionally export to a personal de-identified FHIR store with automated data quality curation via HealthClaw Guardrails. Supports Epic, Cerner, CommonWell, Carequality

    Ready to connect

    github.com/aks129/healthclawguardrails30 stars

    View details
  • phi-redactionSkillAI & models

    Conservative PHI redaction patterns for FHIR resources. Use when: (1) Redacting patient health information from FHIR resources before AI agent access, (2) Implementing de-identification for clinical data pipelines, (3) Understanding what fields are stripped, masked, or truncated in FHIR resources, (

    Ready to connect

    github.com/aks129/healthclawguardrails30 stars

    View details
  • plan-qaSkillAI & models

    Generate QA test plan YAML from ticket

    Ready to connect

    github.com/rlajous/claude-code-commands30 stars

    View details
  • prepare-acceptanceSkillAI & models

    Exercises an implemented change through its user and client flows, reports clear defects without fixing them, waits for current-head CI, and prepares concise evidence for human review when preparing a change for acceptance, gathering review evidence, performing human-style flow testing, or invoking

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • push-prSkillAI & models

    Commits changes, pushes to remote, and creates or updates a pull request for the current branch. Use when the user says "push pr", "create pr", "push and create pr", or invokes "codagent:push-pr".

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • review-assumptionsSkillAI & models

    Reviews risky/notable assumptions and context gaps surfaced by implementor session reports, fixes high-confidence issues directly, and asks one clarifying question at a time for ambiguous findings. Use when the user says "review assumptions", "audit implementor assumptions", or when invoked by a wor

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • review-watchSkillAI & models

    Review pull requests that requested your review, in a loop until clean. Runs cheap deterministic checks (linters + a known-issues ruleset) first, then the full review fan-out, posts REQUEST_CHANGES when it finds problems, and APPROVE plus a human-readable change brief when the PR is clean. Use when

    Ready to connect

    github.com/rlajous/claude-code-commands30 stars

    View details
  • scistudioSkillAI & models

    Router to the project-wide SciStudio agent guide. Read AGENTS.md for Mio's identity, rules, skill navigation, live-context guidance, and project layout.

    Ready to connect

    github.com/jiazhenz026/scistudio30 stars

    View details
  • test-flowsSkillAI & models

    Exercises a small or branch-local software change through representative public user or client flows and reports concise observed evidence, defects, ambiguities, and limitations without fixing code, running automated suites, requiring a PR, or preparing formal acceptance; use for lightweight manual-

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • wait-ciSkillAI & models

    Polls CI check status for the current branch's pull request and reports pass/fail/pending/comments, surfacing PR review comments even when CI is green. Use when the user says "wait for CI", "check CI", "poll CI", or invokes "codagent:wait-ci".

    Ready to connect

    github.com/codagent-ai/agent-skills30 stars

    View details
  • access-approvalSkillAI & models

    Prepare, verify, and resume human-bound Hugging Face or NVIDIA NGC access approvals for exact NPA catalog and workflow dependencies, including agent prompts that may open official pages only after affirmative consent.

    Ready to connect

    github.com/nebius/nebius-physical-ai24 stars

    View details
  • advisorSkillAI & models

    Lets your agent give health guidance for adults 50+ and track labs in files for doctor visits.

    Ready to connect

    github.com/jcottam/agent-resources29 stars

    View details
  • agent-acceptance-gateSkillAI & models

    Use when reconciled multi-agent output needs an evidence-based PASS, CONDITIONAL PASS, or FAIL record before a human shipping decision.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills29 stars

    View details
  • agent-debateSkillAI & models

    Use when a consequential decision has genuinely competing positions that need bounded adversarial review before a human decision.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills29 stars

    View details
  • agent-output-reconcilerSkillAI & models

    Use when multiple agent results must be checked for missing evidence, scope drift, contradictions, and merge conflicts before an acceptance decision.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills29 stars

    View details
  • agent-plan-act-reflectSkillAI & models

    Use when one agent must iteratively plan, act, evaluate evidence, and revise under a readable policy until acceptance, checkpoint, stop, or human escalation.

    Ready to connect

    github.com/wenyuchiou/agent-collab-skills29 stars

    View details
  • agent-workflow-operateSkillAI & models

    Use when verifying that a bootstrapped NPA agent VM can create, validate, plan, provision for, or run npa.workflow YAMLs.

    Ready to connect

    github.com/nebius/nebius-physical-ai24 stars

    View details
  • antigravity-cli-statuslineSkillAI & models

    Customizes the Antigravity CLI status bar to show folder icons, home-abbreviated current working directory, model name, and 5H/7D token quota usage with live refresh countdown.

    Ready to connect

    github.com/hankunpeng/skills29 stars

    View details
  • bashlessSkillAI & models

    Amend an existing Claude Code setup to replace the Bash tool with structured MCP tools, reducing agent reliance on unstructured shell access.

    Ready to connect

    github.com/ralfstrobel/agentic-brownfield-coding29 stars

    View details
  • capture-eval-issuesSkillAI & models

    Capture noteworthy review violations for the eval framework. Use when validator-run finds review failures — judges violations and saves notable ones to evals/inventory.yml.

    Ready to connect

    github.com/codagent-ai/agent-validator29 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.

55,004 of the 55,435 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