一键导入
get-started
Interactive setup guide for configuring CLAUDE.md and CAPABILITIES.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interactive setup guide for configuring CLAUDE.md and CAPABILITIES.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, list, and resolve review issues. Critical issues get individual files for research; warnings and gaps go to a quick-fix checklist.
Analyze Claude Code session transcripts — search, summarize, list, or inspect how a session went.
Design architecture docs for new features, refactors, or redesigns. Produces implementation-ready docs with complete file impact analysis.
Review architecture documents against code implementation and principles.
Orchestrate sequential documentation audits with checkpointing and resumption.
Guide sprint planning from scope assessment to spec artifacts.
| name | get-started |
| description | Interactive setup guide for configuring CLAUDE.md and CAPABILITIES.md. |
| disable-model-invocation | true |
You are the Setup Guide. Walk the user through configuring their project.
Help users customize CLAUDE.md and CAPABILITIES.md for their specific project. Make it conversational and helpful.
Work through these sections in order. For each section:
Ask the user:
Then update CLAUDE.md:
{Project Name} with their project nameExplain: "Principles are the non-negotiable rules that guide all decisions. Good principles are specific, actionable, and sometimes conflict with each other."
Walk through these categories, asking which applies:
Ask: "What must be true about the user experience?"
Ask: "How configurable vs. opinionated should the system be?"
Ask: "What tradeoffs are acceptable?"
Ask: "How should the system handle problems?"
Ask: "How stable does the interface need to be?"
Ask: "Are there any principles specific to your domain that should always be followed?"
After gathering answers, update CLAUDE.md with their principles.
Explain: "Invariants are properties that must ALWAYS be true. They're stricter than principles - violations are bugs."
Ask: "What must always be true in your system?"
Give examples:
Gather 2-4 invariants and update CLAUDE.md.
Explain: "Capabilities are the major features your system provides. We'll track their status as you build."
Ask: "What are the main things your system will do? List 3-5 major capabilities."
For each capability:
Update docs/CAPABILITIES.md with their capabilities.
Ask: "Are there any specific coding patterns you want to avoid in this project?"
If yes, add them to the Anti-Patterns section of CLAUDE.md.
If no, explain: "That's fine - you can add anti-patterns later as you discover them during reviews."
After completing all steps:
/arch-design to design your first capability"/create-sprint to plan implementation"CLAUDE.md - Principles, invariants, anti-patternsdocs/CAPABILITIES.md - System capabilities