brain-bootstrap/claude-code-brain-bootstrap

🧠 Give Claude Code the operating context it's missing: persistent rules, enforced hooks, on-demand skills and deep knowledge of your codebase.

11Stars on the repository
68Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ask

01

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Route a codebase question to the right tool — structural graph, semantic search, or risk analysis. Use when you need to find or understand code without knowing exact file names.

11 4mo ago A 37 tokens original MIT

bootstrap

02

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Auto-configure CLAUDE.md and claude/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.

11 4mo ago A 47 tokens original MIT

careful

04

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Activate safety guards for the session. Use /careful before critical operations — blocks rm -rf, DROP TABLE, git push --force, kubectl delete namespace, docker system prune via PreToolUse hook.

11 4mo ago C 45 tokens original MIT

changelog

05

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Generate a user-facing changelog from git commits — categorize, filter noise, translate to user language. Runs in isolated fork context.

11 4mo ago A 29 tokens original MIT

checkpoint

06

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to claude/tasks/todo.md so the next session can resume cleanly.

11 4mo ago A 39 tokens original MIT

cleanup

08

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.

11 4mo ago C 37 tokens original MIT

cocoindex-code

09

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Semantic vector search over the codebase — find code by meaning, not exact names. Use when you need to locate implementations without knowing exact function/class names. Triggers on: "find code", "search codebase", "locate implementation", "what does X do".

11 4mo ago A 60 tokens original MIT

code-review-graph

10

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Change risk analysis — detect blast radius, risk score, and breaking changes from git diffs. Use before any PR or merge. Crown jewel: detectchangestool. Triggers on: "review PR", "check impact", "blast radius", "what breaks", "safe to merge".

11 4mo ago A 63 tokens original MIT

codebase-memory

11

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Structural graph tools for live codebase navigation — trace call paths, detect change blast radius, find dead code, query architecture. Use before reading files. 120x fewer tokens than file exploration.

11 4mo ago A 43 tokens original MIT

codeburn

12

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Use when you want to see token consumption by task type, model, one-shot rate, or USD cost — observability dashboard for Claude Code sessions.

11 4mo ago A 32 tokens original MIT

context

13

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Load all relevant claude/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.

11 4mo ago A 43 tokens original MIT

db

15

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe , or raw SQL.

11 4mo ago A 35 tokens original MIT

debug

16

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Root cause analysis for bugs and errors. Use when something is broken and the cause is not obvious. Applies the 5-step investigation method — observe, hypothesize, trace backwards, binary search, prove.

11 4mo ago A 43 tokens original MIT

deps

17

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Manage dependencies and fix CVEs — check outdated packages, update a specific package, run security audit, explain why a package is installed, or deduplicate. Read claude/cve-policy.md for the decision tree.

11 4mo ago A 45 tokens original MIT

diff

18

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Analyze branch diff against merge-base — stat overview, full diff, file list, commit list, or branch overlap check. Always uses merge-base to exclude main's forward progress.

11 4mo ago A 37 tokens original MIT

git

20

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Git workflow helpers — status, rebase, commit, amend, log, stash, branch management. Includes pre-push checklist. NEVER git push autonomously.

11 4mo ago A 34 tokens original MIT

health

21

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Verify Claude configuration health — CLAUDE.md, settings.json, hooks, agents, skills, secrets scan, and MCP reachability. Reports ✅/⚠️/❌ for each check.

11 4mo ago A 42 tokens original MIT

issue-triage

22

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Issue triage — audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis, issue numbers to focus (e.g. "42 57"), "fr" for French, no arg = audit only in English.

11 4mo ago A 65 tokens original MIT

lint

23

brain-bootstrap/claude-code-brain-bootstrap

Skill Claude CodeCodex

Run the linter and formatter check. Use before opening a PR to ensure code style compliance. Reads lint command from claude/build.md.

11 4mo ago A 30 tokens original MIT