Installation
Prerequisites
| Requirement | Why |
|---|---|
| Claude Code | The CLI this setup extends |
| macOS, Linux, or WSL | Supported platforms |
Optional:
Run Installer
bash <(curl -fsSL https://raw.githubusercontent.com/b33eep/claude-code-setup/main/quick-install.sh)The installer:
- Installs
jqautomatically (via Homebrew or binary) - Lets you select MCP servers, coding standards, and tools
- Configures ccstatusline for context monitoring
- Sets up commands, skills, and templates
Alternative: Clone and Run
git clone https://github.com/b33eep/claude-code-setup.git
cd claude-code-setup
./install.shWhat Gets Installed
~/.claude/
├── CLAUDE.md # Global config (your workflow)
├── settings.json # Claude Code settings
├── installed.json # Tracks installed modules
├── commands/ # Slash commands
├── skills/ # Coding standards, tools
├── templates/ # Project CLAUDE.md template
└── custom/ # Your custom modules
~/.claude.json # MCP server configsNext Steps
After installation: