Skip to content

Open catalogue · MIT · no runtime

A prompt gets you a draft. A skill gets you a deliverable.

Portable skills for the artifacts knowledge work actually ships — ADRs, design docs, PRDs, runbooks, threat models, decks, postmortems. Each one is a plain folder you copy into your agent. No runtime, no platform, no transformation on the way in.

51
skills
6
role packs
6
agent tools
0
runtime deps

The problem

Generic agents are fluent about everything and opinionated about nothing.

Ask one for an ADR and it returns a plausible document with five hedged options and no decision. The gap is not model capability — it is that nothing told it what a good ADR refuses to do. Every skilldrop skill carries that judgment with it.

What makes a skill

Every skill ships its own quality bar.

Four things are mandatory before a skill lands, enforced by validate.py in CI — not conventions someone might have followed.

Quality bar

A checkable standard for the output — not adjectives. A skill without one is a description, not a generator.

Anti-patterns

The specific mistakes the skill refuses to make, named and countered with a passing example beside a failing one.

Acceptance evals

Realistic prompts with assertions, plus phrases that should not trigger the skill — so the description stays honest.

Model tier

A provider-neutral light/standard/heavy hint that travels with the skill, so cheap work runs cheap.

Portability

One folder. Every major agent.

The SKILL.md format is identical across tools; only the directory differs, and several tools deliberately read each other's. Paths below are the ones confirmed in the July 2026 survey.

AgentSkills directoryInstallSupport
Claude Code~/.claude/skills/ · .claude/skills/ skilldrop install native flag
Cursor.cursor/skills/ + a .cursor/rules/*.mdc pointer skilldrop install --ide cursor native flag
Kiro IDE + CLI.kiro/skills/ · ~/.kiro/skills/ skilldrop install --ide kiro native flag
OpenAI Codex.agents/skills/ · ~/.codex/skills/ skilldrop install --dest .agents/skills via --dest
GitHub Copilot.github/skills/ — its CLI also reads .claude/skills/ and .agents/skills/ skilldrop install --dest .github/skills via --dest
Antigravity CLI.agents/skills/ · ~/.gemini/antigravity-cli/skills/ skilldrop install --dest .agents/skills via --dest

Install

Start in one command.

$ npx skilldrop-cli install --pack solution-architect

16 skills a solution architect reaches for, in one command.

$ npx skilldrop-cli install adr-generator --with-related

--with-related also pulls the companions it hands off to.

$ cp -R skills/adr-generator ~/.claude/skills/

No CLI required. The folder is the whole install.

$ npx skilldrop-cli outdated && npx skilldrop-cli update

Skills improve; cp -R never tells you.

Packs

The catalogue.

Start with a role. A pack is a named list — skills never move out of their flat folders, so installing one is the same copy as installing any other.

  • solution-architect

    17 skills

    Design-phase artifacts: diagrams, decision records, design docs, contracts, schemas, threat models, and the reviews that gate them.

    skilldrop install --pack solution-architect

  • product-manager

    12 skills

    Direction to requirements: PR/FAQs, strategy frameworks, OKRs, PRDs, journey maps, story splitting, and success measurement.

    skilldrop install --pack product-manager

  • dev-team

    13 skills

    Build-and-ship loop: story implementation with adversarial review, test plans, triage, migrations, release notes, agent-policy files, and code-quality gates.

    skilldrop install --pack dev-team

  • sre-oncall

    5 skills

    Operate the service: runbooks, observability design, incident communications, postmortems, and capacity/cost models.

    skilldrop install --pack sre-oncall

  • stakeholder-comms

    8 skills

    Non-technical audiences: audience profiling, deck outlines and real .pptx decks, exec summaries, decision logs, and guides.

    skilldrop install --pack stakeholder-comms

  • ai-engineering

    7 skills

    Build and run AI systems: agent loop design, subagent orchestration, spend budgets, agent security review, eval harnesses, AI-usage reporting, and the data contracts AI pipelines depend on.

    skilldrop install --pack ai-engineering

See all 51 skills
pack
tier

Copy a folder. Keep the artifact.

Nothing here needs an account, a runtime, or a migration. Install one skill, run it once, and keep it only if the output was worth keeping.