Baazigar Claude Code Setup banner
v60samurai v60samurai

Baazigar Claude Code Setup

Development community

Description

Production-ready Claude Code + iTerm2 setup. 60+ plugins, 8 commands, 3 agents, knowledge system, 6 stack presets. One command to install.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Baazigar Claude Code Setup

Production-ready Claude Code + iTerm2 setup. 60+ plugins (16 integrations, 11 LSPs), 8 commands, 138 agents, knowledge system, 6 stack presets. One command to install.

What You Get

Category Count Highlights
Commands 8 /commit, /debug, /explore, /plan, /refactor, /review, /ship, /test
Agents 138 135 specialized subagents (VoltAgent) + researcher, reviewer, simplifier
Hooks 2 Session start (load context), session end (save learnings)
Knowledge Templates 3 Session journals, past mistakes log, decision records
Plugin Bundles 60+ Core workflow, dev tools (16 plugins + 11 LSPs), PM skills, 16 integrations
Stack Presets 6 React/Next.js, Python/Django, Python/FastAPI, Go, Rust, General
CLAUDE.md 1 Battle-tested system prompt with your identity + stack injected
Brand Guide Plugin 1 Define your brand voice, tone, and style rules
iTerm2 Setup Full Oh My Zsh + Powerlevel10k + fonts + themes (macOS)

Quick Start

git clone https://github.com/v60samurai/baazigar-claude-code-setup.git
cd baazigar-claude-code-setup
bash install.sh

The installer walks you through everything interactively:

  1. Your identity (name, role, working style)
  2. Your stack (React, Python, Go, Rust, or General)
  3. Plugin bundles (Core, Dev, PM, Integrations)
  4. iTerm2 theme and prompt style (macOS only)

**Prerequisites:** The installer checks for and helps you install everything you need. If you're starting from scratch, it will guide you through installing Homebrew, git, Node.js, and Claude Code CLI step by step.

Manual prerequisite install (if you prefer doing it yourself)

**1. Homebrew (macOS only)**

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

**2. Git**

# macOS (via Xcode tools)
xcode-select --install

# Ub