Install

Clone the repo and run the interactive installer. It checks prerequisites, walks you through module selection, and writes everything into ~/.claude/ (or a project-local .claude/).

git clone https://github.com/lucasmccomb/ccgm.git && cd ccgm && ./start.sh

To skip the prompts, set CCGM_NON_INTERACTIVE=1 and pass a preset name with --preset; the example below uses standard:

git clone https://github.com/lucasmccomb/ccgm.git && cd ccgm && CCGM_NON_INTERACTIVE=1 ./start.sh --preset standard

Presets

Presets bundle a set of modules for a common use case. Every preset below is read from the ccgm repo's own presets/ directory -- nothing here is hand-authored.

Preset Modules Module list Description
cloud-agent 55 global-claude-md, autonomy, identity, git-workflow, hooks, branch-guard, ask-context, settings, commands-core, session-history, startup-dashboard, multi-agent, github-protocols, xplan, code-quality, browser-automation, commands-extra, commands-utility, common-mistakes, output-formatting, copycat, debugging, documentation, supabase, cloudflare, systematic-debugging, test-driven-development, verification, make-interfaces-feel-better, mcp-development, shadcn, tailwind, self-improving, subagent-patterns, session-lifecycle, brand-naming, remote-server, editorial-critique, design-review, ideate, research, test-vision, atdd, cloud-dispatch, youtube-transcripts, ce-review, pr-feedback, document-review, skill-authoring, rule-authoring, agent-native, git-worktrees, ship-readiness, compound-knowledge, pr-review-toolkit Running CCGM on headless cloud VMs that dispatch parallel agents to work on GitHub issues.
full 74 global-claude-md, autonomy, identity, git-workflow, hooks, branch-guard, ask-context, model-vetting, live-testing-guard, settings, commands-core, session-history, startup-dashboard, multi-agent, github-protocols, xplan, code-quality, browser-automation, commands-extra, commands-utility, common-mistakes, output-formatting, writing-system, copycat, debugging, documentation, supabase, cloudflare, systematic-debugging, test-driven-development, verification, make-interfaces-feel-better, mcp-development, shadcn, tailwind, self-improving, skillify, subagent-patterns, session-lifecycle, ccgm-doctor, brand-naming, remote-server, editorial-critique, design-review, adversarial-review, ideate, brainstorm, research, deepresearch, test-vision, atdd, youtube-transcripts, autoheal, argus, capability-router, statusline, output-styles, agent-native, ce-review, cloud-dispatch, commands-preamble, compound-knowledge, docs-for-agents, document-review, git-worktrees, launch, onboarding, pr-feedback, pr-review-toolkit, rule-authoring, ship-readiness, skill-authoring, todos, orrery Power users who want the complete CCGM experience, including multi-agent coordination, brand research, and tech-specific guides.
minimal 3 global-claude-md, autonomy, git-workflow Trying CCGM for the first time, or environments where you want light-touch guidance with no hooks or settings changes.
standard 16 global-claude-md, autonomy, identity, git-workflow, hooks, branch-guard, ask-context, model-vetting, live-testing-guard, settings, commands-core, commands-utility, self-improving, output-formatting, writing-system, statusline Most individual developers. The recommended starting point.
team 22 global-claude-md, autonomy, git-workflow, hooks, branch-guard, ask-context, settings, commands-core, github-protocols, code-quality, systematic-debugging, verification, autoheal, output-formatting, writing-system, ce-review, pr-feedback, document-review, compound-knowledge, pr-review-toolkit, skill-authoring, subagent-patterns Teams with shared repositories who want consistent practices across contributors.