Quick Start¶
1. Scaffold a new project¶
You'll be asked four questions:
Project name
Project structure
❯ AI / ML app/ src/inference src/services src/database models/ tests/ docs/ .github/
API app/ src/services src/database tests/ docs/ config/
Minimal app/ tests/ config/
None empty project (just pyproject.toml + .gitignore)
Optional features
Virtual environment
2. Enter your project and sync dependencies¶
3. Copy environment variables¶
4. Start building¶
Your project structure is ready. If you selected Claude, open Claude Code in the project directory — it will read .claude/CLAUDE.md and understand your project layout immediately.
Next steps¶
- Browse available Claude Code skills:
dev skills list - Find a skill for your use case:
dev skills find <keyword> - Read the full dev start reference