Getting StartedInstallation

Installation

Prerequisites

RequirementWhy
Claude CodeThe CLI this setup extends
macOS, Linux, or WSLSupported platforms

Optional:

  • Node.js - Required for context status line
  • Homebrew (macOS) - For automatic jq installation

Run Installer

bash <(curl -fsSL https://raw.githubusercontent.com/b33eep/claude-code-setup/main/quick-install.sh)

The installer:

  • Installs jq automatically (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.sh

What 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 configs

Next Steps

After installation:

  1. Disable Auto-Compact (required)
  2. Set up your first project
  3. Learn the daily workflow