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

8,898 results · page 133 of 297

  • scoped-changeSkillAI & models

    Judgment rules for locating the correct boundary of a requested change: staying inert outside it while completing every required site inside it. Use when scope is ambiguous, a diff touches neighboring surfaces, required dependent edits are unclear, or a proposed compatibility layer, migration, fallb

    Ready to connect★ 213

    github.com/scarletkc/agents217 stars

    View details
  • ux-writingSkillAI & models

    Judgment rules for user-facing text and docs: CLI and diagnostic output, error and help text, README and docs structure, code comments, titles, and generated reports, decks, or exports. Use when writing or changing any user-visible string, when adding or restructuring docs or deciding which page own

    Ready to connect★ 213

    github.com/scarletkc/agents217 stars

    View details
  • writing-anti-aiSkillAI & models

    Remove AI-generated writing patterns from rebuttal prose to make it sound natural, direct, and authentically human-authored. Use when a Stage 2 refined draft or Stage 4 follow-up response reads too formulaic, robotic, or "GPT-like". Supports academic English.

    Ready to connect★ 216

    github.com/runtsang/rebuttalstudio216 stars

    View details
  • review-implementationSkillAI & models

    Review implementation against its purpose and user experience, fix root causes, and refine it through repeated simplification passes. Use when verifying correctness and side effects, reviewing user-facing or developer-facing interfaces, redesigning flawed foundations, managing legacy compatibility,

    Ready to connect★ 214

    github.com/golbin/agent-skills214 stars

    View details
  • go-concurrencySkillAI & models

    Idiomatic Go concurrency - sync primitives, channel semantics, the select statement, and the standard channel patterns (cancellation/done-channel, fan-out/fan-in, pipeline, or-done, context, worker-pool). Use when writing or reviewing Go that spawns goroutines, shares state, or coordinates over chan

    Ready to connect★ 213

    github.com/inference-gateway/inference-gateway211 stars

    View details
  • humaniseur-frSkillAI & models

    Remove AI-writing patterns from French text and inject voice and personality. Use when editing, reviewing, or rewriting French content that reads like ChatGPT or Claude output. Detects and fixes 38 patterns: AI vocabulary (crucial, essentiel, notamment, dans le paysage), anglicisms from English-firs

    Ready to connect★ 213

    github.com/samber/cc-skills213 stars

    View details
  • agent-tool-testingSkillAI & models

    Use this skill when you need to test AI agent tool-call contracts, authorization, failures, and side-effect boundaries; triggers include agent tool testing.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • ai-agent-testingSkillAI & models

    Use this skill when you need to test AI agent goals, state, planning, recovery, and safety boundaries; triggers include ai agent testing.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • blueprintSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • context-optimizeSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • deep-diveSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • llm-testingSkillAI & models

    Use this skill when you need to test LLM behavior, failure modes, and evidence-based quality boundaries; triggers include llm testing.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • oma-planSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • performance-workload-modelingSkillAI & models

    Use this skill when you need to model realistic performance workload, traffic, and acceptance assumptions; triggers include performance workload modeling.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • planSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • prdSkillAI & models

    Context-engineering-powered multi-agent team workflow pack for Antigravity CLI.

    Ready to connect★ 212

    github.com/joonghyun-lee-frieren/oh-my-antigravity210 stars

    View details
  • prompt-testingSkillAI & models

    Use this skill when you need to test prompt behavior, regression risk, and output boundaries across versions; triggers include prompt testing.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • skill-prose-trimSkillAI & models

    Use this skill when auditing or trimming process residue from Skills, Prompts, comments, or docs; triggers include process prose cleanup, review residue, and current-state rewriting.

    Ready to connect★ 212

    github.com/naodeng/awesome-qa-skills212 stars

    View details
  • bump-versionSkillAI & models

    Bump the version number of wyoming-openai.

    Ready to connect★ 211

    github.com/roryeckel/wyoming_openai210 stars

    View details
  • community-triageSkillAI & models

    GitHub issues, pull requests, bug reports, scope questions, and support threads. Use when handling community reports or PRs to separate supported OpenAI-compatible behavior from out-of-scope provider-specific requests, request missing evidence, route upstream, and close or escalate politely.

    Ready to connect★ 211

    github.com/roryeckel/wyoming_openai210 stars

    View details
  • gitSkillAI & models

    git workflows for agents. use when handling commits, atomic split commits, selective staging, hunk-level staging with `git-hunk`, branch pushes, or pull request creation with `gh`. triggers on: commit, pr, push, stage, hunk, git-hunk, selective staging, pull request, atomic commit.

    Ready to connect★ 211

    github.com/nexxeln/opencode-config211 stars

    View details
  • lintSkillAI & models

    Run all linters (ruff, pyright) and fix issues in a loop until the codebase is clean.

    Ready to connect★ 211

    github.com/roryeckel/wyoming_openai210 stars

    View details
  • ad-hooksSkillAI & models

    Scaffold deterministic quality gates per WORKFLOW.md §11 — pre-commit (lint, format, secret-scan), pre-push (build, unit, integration). Detects the project's stack and recommends a hook runner (Husky / lefthook / pre-commit / native), scaffolds the runner config, and updates AGENTS.md Quality Gates.

    Ready to connect★ 209

    github.com/corridortech/posecap201 stars

    View details
  • juce-threadingSkillAI & models

    JUCE threading model and component lifecycle safety. Use when writing UI components, async callbacks, timers, or any code that crosses thread boundaries. Covers destruction ordering, SafePointer, LookAndFeel cleanup, and common crash patterns.

    Ready to connect★ 209

    github.com/conceptual-machines/magda-core203 stars

    View details
  • account-researchSkillAI & models

    Research a company using Common Room data. Triggers on 'research [company]', 'tell me about [domain]', 'pull up signals for [account]', 'what's going on with [company]', or any account-level question.

    Ready to connect★ 205

    github.com/w95/awesome-claude-corporate-skills205 stars

    View details
  • ai-readySkillAI & models

    **ANALYSIS SKILL** — Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, skills, CI workflows, issue templates. WHEN: \"make this repo ai-ready\", \"set up AI config\", \"add copilot instructions\", \"prepare this repo for AI contributions\", \"generate A

    Ready to connect★ 202

    github.com/johnpapa/ai-ready205 stars

    View details
  • business-case-builderSkillAI & models

    Build business cases with cost-benefit analysis, ROI calculations, risk assessment, implementation timeline, and stakeholder analysis

    Ready to connect★ 205

    github.com/w95/awesome-claude-corporate-skills205 stars

    View details
  • compensation-benchmarkingSkillAI & models

    TRIGGER THIS when researching market salaries, building compensation strategies, creating salary bands, analyzing pay equity, conducting salary reviews, preparing compensation proposals, or ensuring competitive compensation. Analyzes market data, builds equity-focused salary structures, identifies p

    Ready to connect★ 205

    github.com/w95/awesome-claude-corporate-skills205 stars

    View details
  • competitive-intelligenceSkillAI & models

    Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competit

    Ready to connect★ 205

    github.com/w95/awesome-claude-corporate-skills205 stars

    View details
  • compliance-trackingSkillAI & models

    Track compliance requirements and audit readiness. Trigger with "compliance", "audit prep", "SOC 2", "ISO 27001", "GDPR", "regulatory requirement", or when the user needs help tracking, preparing for, or documenting compliance activities.

    Ready to connect★ 205

    github.com/w95/awesome-claude-corporate-skills205 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.

53,789 of the 54,221 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