一键导入
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