Bootstrap a new project with Clean Architecture via claude-code-skills
언제 쓸까: You want a structured starting point instead of a blank directory.
사전 조건
- Claude Code installed — claude.ai/code
흐름
-
Install the marketplaceAdd the claude-code-skills marketplace and install 'Project Bootstrap'.✓ 복사됨→ Plugin installed and commands available
-
ScaffoldUse the bootstrap skill to scaffold a Python FastAPI project with Clean Architecture: domain / application / infrastructure / interfaces layers.✓ 복사됨→ Directory tree with the standard layering + example module
-
Set up dev envUse Setup Environment to add pre-commit, linters, test runner.✓ 복사됨→ Working
make testout of the box
결과: A day-1 project with the structure you'd refactor toward eventually.