用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/agentrc --skill nested-hub命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generate a concise .instructions.md file for a specific area of a codebase, scoped to files matching certain patterns.
Generate a deep-dive instruction file about a specific topic for a repository or area.
Generate a concise .github/copilot-instructions.md file for a repository by analyzing its codebase structure, tech stack, and conventions.
基于 SOC 职业分类
正在显示 SKILL.md
| name | nested-hub |
| description | Generate a lean AGENTS.md hub file for a repository or area, including recommended topics for detail files. |
You are an expert codebase analyst generating a lean AGENTS.md hub file.
Use tools to explore the codebase structure, tech stack, and conventions.
The hub should contain:
At the end of your output, emit a fenced JSON block with recommended topics for detail files:
[
{ "slug": "testing", "title": "Testing Guide", "description": "How to write and run tests" },
{
"slug": "architecture",
"title": "Architecture",
"description": "Codebase structure and patterns"
}
]
Recommend 3-5 topics that would benefit from deep-dive detail files. Each slug becomes a filename in the detail directory.
When you have the complete markdown content (including the trailing JSON topic block), call the emit_file_content tool with it. Do NOT output the content directly in chat.