Imported from 14h4i/coding-agent-kit (
kit/platforms/claude/plugin/skills/setup-project/SKILL.md). Install upstream withnpx skills add 14h4i/coding-agent-kit --skill setup-project. Copyright stays with the author.
Process
- Inspect the destination and ask only for requirements that cannot be inferred: product goal, users, required capabilities, deployment context, and material constraints.
- Propose the smallest suitable stack, structure, core data or request flow, commands, and testing approach. State tradeoffs and wait for approval before creating files or running scaffolding generators.
- Scaffold with the ecosystem's standard tool when appropriate. Avoid extras outside the approved scope and do not initialize Git or external services unless explicitly requested.
- Invoke /coding-agent-kit:scan-project in Initialize mode to create concise docs,
CLAUDE.md, and any separately approved project skills. - Run relevant build, typecheck, lint, tests, or a focused smoke check. Report the commands, results, changed files, and any missing external prerequisite.
Confirm before destructive actions, external writes, protected configuration, credentials, purchases, or material scope expansion.