What problem does it solve? Coding assistants often fail to invoke the right skills because there is no compact, always-on index telling them which skill or agent handles which task. This Skill provides templates and a maintenance workflow for building task-to-skill routing snippets that live inside AGENTS.md or CLAUDE.md files. ## Core Features & Use Cases - Routing Snippet Templates: Provides both a readable Markdown template and a compressed Vercel-style template that map task categories (C#, ASP.NET Core, data, testing, Aspire) to skill and agent IDs. - Registry-Driven Updates: Uses .claude-plugin/plugin.json and SKILL.md frontmatter name fields as the source of truth, with a validation script (validate-marketplace.sh) and a README regeneration script (generate-skill-index-snippets.sh --update-readme). - Use Case: After adding a new skill to your marketplace repository, run the validation script, update the routing categories, and regenerate the compressed index block in your README so downstream repositories always reference current skill IDs. ## Quick Start Update the skill routing snippet in my AGENTS.md file to include the newly added skills from the plugin registry.