## What it does
A personal Claude Code dotfiles repo by zircote that clones directly into ~/.claude/ and immediately makes 100+ specialist agents, 60+ reusable skills, and a suite of custom slash commands available in every project. Agents are organized across 10 categories — core development (backend, frontend, fullstack), language specialists (python-pro, typescript-pro, golang-pro, rust-engineer), infrastructure (kubernetes-specialist, terraform-engineer, cloud-architect), quality and security (security-engineer, qa-expert, penetration-tester), data and AI (ml-engineer, data-scientist, llm-architect), developer experience, specialized domains (fintech-engineer, blockchain-developer), business and product (product-manager, technical-writer), meta-orchestration (workflow-orchestrator, task-distributor), and research and analysis. Coding standards for Python, Go, React/TypeScript, Git, Testing, and MCP are in the includes/ directory and load automatically from context.
## Key commands
- /git:cm — stage all files and create a commit
- /git:cp — stage, commit, and push all changes
- /git:pr — create a pull request from the current branch
- /cr — comprehensive code review dispatching parallel specialist agents
- /cr-fx — interactive remediation of code review findings from /cr
- /explore — exhaustive codebase exploration using Opus 4.5
- /deep-research — multi-phase research protocol using Opus 4.5
Plugin: zircote/claude-spec (install via /plugin or add github:zircote/claude-spec to pluginMarketplaces):
- /cs:p — strategic project planner with Socratic requirements elicitation
- /cs:i — implementation progress tracker with PROGRESS.md checkpoints
- /cs:s — project status and portfolio manager
- /cs:c — project close-out and archival
- /cs:wt:create — create a git worktree with a Claude agent
## Install
git clone https://github.com/zircote/.claude ~/.claude
Claude Code loads CLAUDE.md and agents automatically. Install the claude-spec plugin optionally:
# add to settings.json
{ "pluginMarketplaces": ["github:zircote/claude-spec"] }
## When to use
Use when you want a comprehensive multi-domain Claude Code setup out of the box — specialist agents across DevOps, ML, security, and product, combined with git workflow commands and project lifecycle management from a single clone.