원클릭으로
setup-project-skills
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when reviewing architecture decisions. C4 model, dependency inversion, hexagonal boundaries.
Use during discuss-slice and plan-slice to stress-test a spec or plan against domain vocabulary before approval.
Use during research-slice to build disposable experiments that answer technical uncertainty.
Use when debugging. 4-phase investigation, root cause, minimal fix.
Use when implementing features/fixes. Iron law: ¬∃ production code without failing test.
Use during discuss-slice to synthesize conversation context into a formal PRD with user stories, implementation decisions, testing decisions, and exclusions.
| name | setup-project-skills |
| description | Use during project:init to scaffold repo-level agent configuration (CLAUDE.md, AGENTS.md, tracker labels). |
| version | 1.0.0 |
| tags | ["process","onboarding"] |
During project:init or when onboarding a new repository into tff. Scaffolds the configuration files that downstream skills and agents read to understand project conventions.
Create a consistent, discoverable repo-level agent configuration so engineering skills can locate the state tracker, interpret labels, and find domain documentation.
Inspect the repository for existing configuration:
CLAUDE.md, AGENTS.md, README.md)CONTEXT.md, DOMAIN.md)docs/adr/, adr/)docs/agents/, .scratch/)Summarize findings and ask three sequential questions:
.scratch/, other)needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to actual label stringsDraft an ## Agent Skills block in the root instruction file:
CLAUDE.md if it existsAGENTS.mdThe block contains subsections pointing to detail files:
docs/agents/issue-tracker.md — tracker location and CLI commandsdocs/agents/triage-labels.md — label mappingsdocs/agents/domain.md — context files and glossary locationInform the user that setup is finished. Note which capabilities will read these files. Remind them that documents can be edited directly later without rerunning this skill unless the tracker or overall structure changes.
CLAUDE.md when AGENTS.md exists, or vice versa