skills-index-snippets

Generate routing snippets for .NET skills and agents from plugin.json.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/bbsbot/mac-md-win --skill skills-index-snippets-bbsbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-index-snippets
Source: https://github.com/bbsbot/mac-md-win/tree/main/.claude/skills/dotnet/skills/skills-index-snippets
Command: npx skills add https://github.com/bbsbot/mac-md-win --skill skills-index-snippets-bbsbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines AI assistant workflows by providing easily maintainable, compact indexes of available skills and agents, ensuring efficient task routing and reducing decision-making overhead for the AI.

Core Features & Use Cases

  • Automated Snippet Generation: Creates both human-readable and compressed (Vercel-style) routing snippets for AGENTS.md and CLAUDE.md.
  • Source of Truth Synchronization: Uses .claude-plugin/plugin.json as the definitive source for skills and agents.
  • Use Case: When adding a new .NET skill, use this to automatically update the routing snippets in your AGENTS.md file, ensuring the AI can immediately discover and utilize the new capability.

Quick Start

Regenerate the compressed snippet for the dotnet-skills index and update the README block.

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 index snippets for AI assistants in a .NET repository?

You can generate index snippets for AI assistants by reading the .NET repository's .claude-plugin/plugin.json registry to create human-readable and compressed routing formats for AGENTS.md and CLAUDE.md files.

How does task routing work for AI agents using compressed index snippets?

Task routing for AI agents works by using compressed Vercel-style snippets that map available skills from the plugin registry, allowing the AI to efficiently discover and invoke specific .NET capabilities without decision-making overhead.

Can I use this to automatically update AGENTS.md when adding a new .NET skill?

Yes, you can automatically update AGENTS.md when adding a new .NET skill by synchronizing the routing snippets directly from the .claude-plugin/plugin.json registry, ensuring the AI immediately discovers the new capability.

What is the source of truth for maintaining AI assistant skill indexes?

The source of truth for maintaining AI assistant skill indexes is the .claude-plugin/plugin.json file, which serves as the definitive registry to generate and synchronize the routing snippets for your documentation.

Do I need a specific plugin registry format to automate AI agent task routing?

Yes, you need the .claude-plugin/plugin.json registry format established within your .NET repository to successfully automate the generation of routing snippets and facilitate AI agent task routing.

What's the best way to maintain skill indexes for AI assistants without manual edits?

The best way to maintain skill indexes for AI assistants without manual edits is to automate snippet generation from the plugin.json registry, producing both human-readable and compressed formats to update documentation files automatically.