CCGM -- Claude Code God Mode

A modular configuration system for Claude Code: pick the rules, commands, hooks, and skills you want, and install them with one command.

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

78 modules across 5 categories.

What is CCGM?

CCGM is a curated collection of configuration modules for Claude Code. Instead of hand-writing rules, hooks, commands, and permissions from scratch, you pick the modules you want and install them with one command.

A module is a small, self-contained bundle. It can carry a rule that shapes how Claude behaves, a slash command you invoke by name, a hook that reacts to a Claude Code event, or a skill Claude calls on demand -- most modules mix a few of these. Every module is self-contained, so you can also copy its files by hand from its catalog page without running the installer at all.

Here's one module as a concrete example:

Adversarial Review

/adrev - adversarial review of a plan or any entity (file, doc, PR, issue, directory, or stated concept). Dispatches a…