brain-bootstrap

68 mods across 1 repository, 11 stars between them.

careful

49

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

50

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

51

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

53

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

54

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

55

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

56

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

57

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

58

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

60

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

61

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

62

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

63

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

65

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

66

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

67

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

68

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