ワンクリックで
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