skills-index-snippets

Maintain AGENTS.md and CLAUDE.md snippet indexes routing tasks to dotnet-skills skills and agents.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/akoken/one-piece --skill skills-index-snippets-akoken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-index-snippets
Source: https://github.com/akoken/one-piece/tree/main/skills/skills-index-snippets
Command: npx skills add https://github.com/akoken/one-piece --skill skills-index-snippets-akoken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and maintain 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

  • Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes)
  • Update .claude-plugin/plugin.json when skills or agents change
  • Create copy/paste snippets for downstream repositories (OpenCode, Claude Code, etc.)
  • Maintain a compact, always-on index that improves skill utilization

Quick Start

Regenerate the index snippets and update downstream repos by running ./scripts/generate-skill-index-snippets.sh --update-readme

Frequently Asked Questions about skills-index-snippets

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

FAQPage Schema
How do I route tasks to the correct dotnet-skills agents using CLAUDE.md?

You can route tasks by creating and maintaining AGENTS.md or CLAUDE.md snippet indexes that map tasks to the correct dotnet-skills agents, ensuring consistent routing across repository changes and downstream consumers.

What is the best way to keep .claude-plugin/plugin.json in sync when skills change?

Keeping plugin.json in sync involves using indexing tooling to update .claude-plugin/plugin.json automatically whenever skills or agents change, ensuring downstream repositories receive consistent plugin configurations.

How do I generate copy/paste snippets for Claude Code from a dotnet-skills repository?

Generating copy/paste snippets involves running the index generation script to create compact, Vercel-style indexes that downstream repositories like Claude Code can use to maintain an always-on skill utilization reference.

Does the skills-index-snippets tooling work with OpenCode and Claude Code?

Yes, the indexing tooling creates copy/paste snippets specifically designed for downstream consumers like OpenCode and Claude Code, applying routing consistency across different platforms.

Why do I need compressed Vercel-style indexes for skill routing?

Compressed Vercel-style indexes provide a compact, always-on reference that improves skill utilization and ensures routing remains consistent without consuming excessive context space in the agent files.

Can I update AGENTS.md and downstream repos at the same time?

Yes, you can update both simultaneously by running the generate-skill-index-snippets script with the update-readme flag to regenerate index snippets and push updates to downstream repositories in one operation.