skills-index-snippets

Generate and maintain AGENTS.md and CLAUDE.md snippet indexes for dotnet-skills routing.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill skills-index-snippets-tientt010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-index-snippets
Source: https://github.com/tientt010/Dotnet-JiraLite-Microservices/tree/main/.github/skills/skills-index-snippets
Command: npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill skills-index-snippets-tientt010

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes).

Core Features & Use Cases

  • Maintain a centralized mapping of skill and agent IDs to quick-access snippets.
  • Support standard and compressed (Vercel-style) routing formats for downstream repositories.
  • Keep the registry in sync with skills, agents, and frontmatter IDs to ensure consistent routing.
  • Use case: update the index after adding a new dotnet-skills skill or renaming an agent.

Quick Start

Generate and update the AGENTS.md / CLAUDE.md indexes to reflect changes in skills and agents.

Frequently Asked Questions about skills-index-snippets

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

FAQPage Schema
How do I generate AGENTS.md snippet indexes to route tasks to dotnet-skills?

To generate AGENTS.md snippet indexes, the Skill scans dotnet-skills directories and produces copy-paste-ready routing snippets. It validates SKILL.md frontmatter and updates the .claude-plugin/plugin.json registry to maintain consistent task routing.

What is a compressed Vercel-style index for routing dotnet-skills agents?

A compressed Vercel-style index is a compact routing format that maps skill and agent IDs to quick-access snippets. It allows downstream repositories to route tasks efficiently using a centralized, minimized mapping structure.

How do I update the plugin.json registry after adding a new dotnet-skills skill?

You update the plugin.json registry by running the Skill to synchronize the registry with new skills and agents. It validates that each skill directory's SKILL.md frontmatter provides a proper name before updating the centralized mapping.

Can I use standard and compressed routing formats simultaneously for dotnet-skills?

Yes, you can use standard and compressed routing formats simultaneously. The Skill supports both formats, allowing you to produce standard AGENTS.md indexes and compressed Vercel-style indexes for different downstream repositories.

Why does my dotnet-skills snippet index fail to validate skill directories?

Snippet index validation fails when a skill directory's SKILL.md frontmatter does not provide a proper name. The Skill checks frontmatter integrity to ensure consistent routing and registry synchronization before generating indexes.

What's the best way to maintain centralized mapping for dotnet-skills agents and snippets?

The best way to maintain centralized mapping is to use the Skill to generate and update AGENTS.md or CLAUDE.md indexes. It keeps the registry in sync with skills, agents, and frontmatter IDs, ensuring consistent routing across downstream repositories.