feat(catalog): add skilldrop to the skill index - #404
Open
sananthanarayan wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
skills/<name>/SKILL.md— discovered byscanner.tswith no special handling.name+description; conforms to the Agent Skills standard.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.requirements.txt); the rest are prose.Happy to adjust the description or set
enabled: falseinitially if you'd rather stage it.🤖 Generated with Claude Code