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