skills-index-snippets

Generate routing indexes mapping tasks to dotnet-skills in AGENTS.md and CLAUDE.md.

1.1k|101|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/Aaronontheweb/dotnet-skills --skill skills-index-snippets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-index-snippets
Source: https://github.com/Aaronontheweb/dotnet-skills/tree/main/skills/skills-index-snippets
Command: npx skills add https://github.com/Aaronontheweb/dotnet-skills --skill skills-index-snippets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and upkeep of AGENTS.md and CLAUDE.md snippet indexes to map tasks to the correct dotnet-skills by their IDs, removing manual routing chores.

Core Features & Use Cases

  • Automated index generation: Build and refresh indexes that link tasks to the appropriate skills and agents.
  • Registry synchronization: Aligns with the plugin registry and skill definitions, keeping downstream repos consistent.
  • Downstream deployment readiness: Produces ready-to-copy index blocks for downstream repos and supports compressed (Vercel-style) formats.

Quick Start

Run the index maintenance workflow to refresh all AGENTS.md / CLAUDE.md mappings. Then copy the generated blocks into downstream repos and commit the changes.

Frequently Asked Questions about skills-index-snippets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AGENTS.md and CLAUDE.md index generation for dotnet-skills?

Automate AGENTS.md and CLAUDE.md index generation by running the index maintenance workflow, which reads SKILL.md frontmatter name fields and maps tasks to dotnet-skills by their IDs into a centralized, machine-readable index.

What is the best way to keep a plugin registry synchronized when adding or renaming skills?

Keep a plugin registry synchronized by running the index maintenance workflow during add, remove, or rename operations, which aligns the .claude-plugin/plugin.json registry with skill definitions to ensure downstream repo consistency.

Can I generate compressed index blocks for downstream repository deployment?

Yes, you can generate compressed, Vercel-style index blocks for downstream repository deployment by running the workflow, producing ready-to-copy routing blocks that map tasks to the correct skills and agents.

How does the routing index map tasks to the correct skills and agents?

The routing index maps tasks to skills and agents by reading the frontmatter name fields from each SKILL.md file and consolidating them into a centralized, machine-readable index linked to the appropriate dotnet-skills by their IDs.

Do I need to manually update CLAUDE.md snippet indexes when skills change across repositories?

No, manual updates are unnecessary because the workflow reads frontmatter from each SKILL.md and automatically refreshes the CLAUDE.md and AGENTS.md snippet indexes whenever skills or agents are added, removed, or renamed across repositories.