원클릭으로
team-init-docs
Initialize comprehensive documentation for the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize comprehensive documentation for the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | team-init-docs |
| description | Initialize comprehensive documentation for the codebase |
| argument-hint | [optional: specific area to document] |
| disable-model-invocation | true |
| allowed-tools | TaskCreate, TaskUpdate, TaskList, TaskGet |
Create comprehensive, well-organized documentation for the codebase.
Target area: $ARGUMENTS
Enable with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
Create a team and spawn teammates:
init-docsCreate the following task list:
| # | Task | Owner | Blocked By |
|---|---|---|---|
| 1 | Analyze codebase structure, frameworks, and architecture | documentor | — |
| 2 | Create docs/ directory structure and generate documentation | documentor | 1 |
| 3 | Build table of contents and cross-link all documents | documentor | 2 |
Execute using the Task tool:
Task(documentor, "Initialize comprehensive documentation for the codebase. Focus area: $ARGUMENTS. Analyze project structure, create docs/ folder hierarchy, generate documentation for all major modules, and build a table of contents with cross-links.")After completion, the docs/ folder should contain:
docs/README.md — main table of contentsdocs/architecture/ — system design documentationdocs/api/ — API documentation (if applicable)docs/guides/ — how-to guidesdocs/reference/ — configuration and reference materialBuild and deploy features — branch, implement, commit, review, test, deploy, PR/merge
shadcn/ui component patterns including Radix UI primitives, CVA variants, form components with React Hook Form, and Tailwind CSS styling. Use when creating UI components, building forms, implementing design systems, or working with shadcn/ui.
Add critical test coverage — tests ONLY for functionality that could cause production disasters
List all available tools with their signatures and purposes
Analyze Claude Code audit logs — session summaries, metrics, timelines, anomaly detection, and claim verification
Technical debt and refactoring — analyze, refactor, and validate code improvements