Quality bar
A checkable standard for the output — not adjectives. A skill without one is a description, not a generator.
Open catalogue · MIT · no runtime
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.
The problem
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
Four things are mandatory before a skill lands, enforced by validate.py in CI — not conventions someone might have followed.
A checkable standard for the output — not adjectives. A skill without one is a description, not a generator.
The specific mistakes the skill refuses to make, named and countered with a passing example beside a failing one.
Realistic prompts with assertions, plus phrases that should not trigger the skill — so the description stays honest.
A provider-neutral light/standard/heavy hint that travels with the skill, so cheap work runs cheap.
Portability
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.
| Agent | Skills directory | Install | Support |
|---|---|---|---|
| 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
16 skills a solution architect reaches for, in one command.
--with-related also pulls the companions it hands off to.
No CLI required. The folder is the whole install.
Skills improve; cp -R never tells you.
Packs
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.
Design-phase artifacts: diagrams, decision records, design docs, contracts, schemas, threat models, and the reviews that gate them.
skilldrop install --pack solution-architect
Direction to requirements: PR/FAQs, strategy frameworks, OKRs, PRDs, journey maps, story splitting, and success measurement.
skilldrop install --pack product-manager
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
Operate the service: runbooks, observability design, incident communications, postmortems, and capacity/cost models.
skilldrop install --pack sre-oncall
Non-technical audiences: audience profiling, deck outlines and real .pptx decks, exec summaries, decision logs, and guides.
skilldrop install --pack stakeholder-comms
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
No skill matches those filters.
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.