From 36dfe1abfc1e39a040bc3dd14b6fb4e822f50f4f Mon Sep 17 00:00:00 2001 From: Sanjay Ananthanarayan Date: Thu, 6 Aug 2026 17:04:14 -0400 Subject: [PATCH] feat(catalog): add skilldrop to the skill index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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//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) --- data/skill-index-resources.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/skill-index-resources.json b/data/skill-index-resources.json index bae90cde..b6499026 100644 --- a/data/skill-index-resources.json +++ b/data/skill-index-resources.json @@ -504,6 +504,15 @@ "description": "end to end app store screenshot creation using AI", "maintainer": "@ParthJadhav", "enabled": true + }, + { + "source": "github:sananthanarayan/skilldrop", + "url": "https://github.com/sananthanarayan/skilldrop", + "owner": "sananthanarayan", + "repo": "skilldrop", + "description": "51 curated skills for the deliverables knowledge workers ship — ADRs, design docs, PRDs, runbooks, decks, threat models, journey maps, adversarial reviews — plus 3 reviewer subagents and 6 role-based packs. Conforms to the Agent Skills standard; every skill is machine-validated (name/description sync, reference + link integrity, model tier).", + "maintainer": "@sananthanarayan", + "enabled": true } ] }