All tools
HarnessCommunity500

zircote Claude Dotfiles

Updated Jul 7, 2026

A personal Claude Code dotfiles repo by zircote, cloned straight into ~/.claude/. Ships 100+ specialized agents across 10 categories (core dev, language specialists, infrastructure, quality/security, data/AI, DX, specialized domains, business/product, meta-orchestration, research/analysis), 60+ reusable skills, custom git slash commands, and language/framework coding standards loaded from the includes/ directory.

View on GitHub

What it does

  • /cr

    Run a comprehensive code review by dispatching parallel specialist agents across the diff.

  • /cr-fx

    Interactively remediate findings from a /cr code review run.

  • /git:cp

    Stage all files, create a commit, and push in one command.

  • /explore

    Run an exhaustive codebase exploration pass using Opus 4.5.

  • /cs:p

    Open the Socratic project planner from the claude-spec plugin to elicit requirements.

  • /deep-research

    Run a multi-phase research protocol using Opus 4.5 for in-depth topic investigation.

Files (1)

OVERVIEW.mdprimary · markdown · 2.3 KB
## 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.