Skip to content

Installation

Get productive with Claude Code in 5 minutes.

Prerequisites

Required:

Recommended:

  • claude-flow - SPARC agents & parallel execution
bash
npm install -g claude-flow@alpha
  • gh - GitHub CLI for /fix:ci command
bash
brew install gh  # macOS

Setup 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.md

Edit CLAUDE.md to match your project structure.

3. Verify Installation

Start Claude Code and run:

/scout

Should display your project structure.

Optional Dependencies

FeatureDependenciesInstall
AI MultimodalPython 3.x, google-genaipip install google-genai
Media ProcessingFFmpeg, ImageMagickbrew install ffmpeg imagemagick
Database Queriespsqlbrew install postgresql

Next Steps

Released under the MIT License.