Appearance
Installation
Get productive with Claude Code in 5 minutes.
Prerequisites
Required:
- Claude Code CLI installed
- Git repository initialized
- Node.js 18+
Recommended:
claude-flow- SPARC agents & parallel execution
bash
npm install -g claude-flow@alphagh- GitHub CLI for/fix:cicommand
bash
brew install gh # macOSSetup Steps
1. Copy Configuration
Copy the .claude/ directory to your project root:
bash
cp -r path/to/starter/.claude ./2. Configure Project
Copy and customize the main configuration:
bash
cp CLAUDE.md.template CLAUDE.mdEdit CLAUDE.md to match your project structure.
3. Verify Installation
Start Claude Code and run:
/scoutShould display your project structure.
Optional Dependencies
| Feature | Dependencies | Install |
|---|---|---|
| AI Multimodal | Python 3.x, google-genai | pip install google-genai |
| Media Processing | FFmpeg, ImageMagick | brew install ffmpeg imagemagick |
| Database Queries | psql | brew install postgresql |
Next Steps
- Your First Project - Build something
- Configuration - Customize settings