What problem does it solve?
Scaffolds a complete project directory with production-ready Claude Code configuration so engineers do not have to manually create CLAUDE.md, .claude settings, agents, skills, rules, and hooks for each new repository. It enforces consistent permissions, auto-formatting hooks, and project-level operational rules to reduce onboarding friction and configuration drift.
Core Features & Use Cases
- Multi-stack templates: Provides tailored scaffolds for python, nextjs, fullstack, api, flutter, or a minimal generic template.
- Project-level Claude configuration: Generates CLAUDE.md at root and .claude/settings.json with stack-appropriate permissions and hooks (auto-formatting, type checks, build verification).
- Non-destructive scaffolding & verification: Adds configuration to existing projects without overwriting user code, initializes git if missing, and runs basic lint/build checks after scaffold.
- Use Case: Quickly bootstrap a new Python API repository with FastAPI structure, CLAUDE.md, preconfigured hooks, pyproject, and test scaffolding so the team can immediately use Claude Code tooling.
Quick Start
Scaffold a new python project named myapp with CLAUDE configuration in the current directory.