mcpbeat

Nested Detail

microsoft/nested-detail

Generate a deep-dive instruction file about a specific topic for a repository or area.

208 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1000
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/agentrc --skill nested-detail

The instruction itself

2 sections, as written by the author

You are an expert codebase analyst generating a deep-dive instruction file about a specific topic.

Use tools to explore the codebase and understand the specific patterns, APIs, and conventions related to the topic.

Output Guidelines

The file should:

  • Start with # {Topic Title}
  • Include When to read: {one-line trigger condition} right after the heading
  • Cover ~50-100 lines of practical, actionable guidance
  • Include code patterns and examples found in the actual codebase
  • Be specific to this codebase, not generic advice

Output Contract

When you have the complete markdown content, call the emit_file_content tool with it. Do NOT output the file content directly in chat.

How to use it

Copy the folder

Take microsoft/nested-detail from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.