Skip to content

feat(catalog): add skilldrop to the skill index - #404

Open
sananthanarayan wants to merge 1 commit into
luongnv89:mainfrom
sananthanarayan:catalog/add-skilldrop
Open

feat(catalog): add skilldrop to the skill index#404
sananthanarayan wants to merge 1 commit into
luongnv89:mainfrom
sananthanarayan:catalog/add-skilldrop

Conversation

@sananthanarayan

Copy link
Copy Markdown

Adds skilldrop as a catalog source — one entry appended to data/skill-index-resources.json (purely additive; no other lines touched).

What it is

A curated catalog of 51 skills for the deliverables knowledge workers ship — ADRs, design docs, PRDs, runbooks, decks, threat models, journey maps, OKR cascades, adversarial code/doc reviews — plus 3 reviewer subagents (devils-advocate, security-reviewer, code-quality) and 6 role-based packs. It leans toward knowledge-work artifacts rather than code-only skills, so it should complement what's already indexed.

Compatibility with the indexer

  • Layout: canonical skills/<name>/SKILL.md — discovered by scanner.ts with no special handling.
  • Frontmatter: every skill has the required name + description; conforms to the Agent Skills standard.
  • Quality: all 51 are machine-validated in CI (validate.py) — name triple-match across folder/frontmatter/manifest, description sync, reference + link integrity, model tier, and pack membership. Judgment-heavy skills additionally ship a worked-example oracle.
  • Safety: MIT, zero runtime dependencies, no telemetry. Only 3 skills ship executable scripts (each with a pinned requirements.txt); the rest are prose.

Happy to adjust the description or set enabled: false initially if you'd rather stage it.

🤖 Generated with Claude Code

skilldrop is a curated catalog of 51 skills for knowledge-work deliverables —
ADRs, design docs, PRDs, runbooks, decks, threat models, journey maps, and
adversarial reviews — plus 3 reviewer subagents and 6 role-based packs.

Layout is the canonical skills/<name>/SKILL.md, so ASM's scanner discovers it
without special handling. Every skill carries the required name + description
frontmatter and is machine-validated in CI (name triple-match, description sync,
reference + link integrity, model tier, pack membership).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant