aaronsb/claude-code-config

Event-driven policy, process, and governance for Claude Code. Ways encode how we do things — prescriptive rules triggered by context, not requested by intent.

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

adr

01

aaronsb/claude-code-config

Skill Claude CodeCodex

Manage Architecture Decision Records using the project's ADR CLI tool. Use when the user wants to create, list, view, lint, or index ADRs, or when working with docs/architecture/ files. Triggers on "create an ADR", "new ADR", "list ADRs", "lint ADRs", "what ADRs exist", "ADR domains".

18 4mo ago A 74 tokens original MIT

context-status

02

aaronsb/claude-code-config

Skill Claude CodeCodex

Check how much context window remains in this session. Use when you want to know token budget, context usage, or how much room is left before compaction. Also use proactively when working on long tasks to gauge remaining capacity.

18 4mo ago A 48 tokens original MIT

direnv

03

aaronsb/claude-code-config

Skill Claude CodeCodex

Set up direnv/.envrc for per-project Claude Code environments — switch API keys, providers, models, and feature flags automatically when entering a directory. Use when the user wants to manage multiple Claude accounts, switch between Anthropic/Bedrock/Vertex per project, or configure per-directory environment…

18 4mo ago A 64 tokens original MIT

governance-cite

04

aaronsb/claude-code-config

Skill Claude CodeCodex

Cite governance controls and justifications when making recommendations about code quality, security, commits, or documentation. Use when justifying why a practice matters, when a user asks "why do we do this?", when reviewing code against standards, or when recommending practices that align with NIST, OWASP, ISO, SOC…

18 4mo ago A 78 tokens original MIT

project-pulse

05

aaronsb/claude-code-config

Skill Claude CodeCodex

Review what changed in Claude Code upstream and compare against this project's commits and ADRs. Surfaces opportunities, gaps, and ADR status drift. Discovery conversation, not compliance dashboard.

18 4mo ago A 39 tokens original MIT

ship

06

aaronsb/claude-code-config

Skill Claude CodeCodex

Ship current work through the branch → commit → push → PR → merge → cleanup flow. Picks up wherever you are in the cycle. Use when the user says "ship it", "land this", "merge this", or invokes /ship.

18 4mo ago A 51 tokens original MIT

think-consistency

07

aaronsb/claude-code-config

Skill Claude CodeCodex

Self-Consistency reasoning — run multiple independent reasoning paths and take consensus. Use for high-stakes decisions where reasoning errors are costly.

18 4mo ago B 30 tokens original MIT

think-react

08

aaronsb/claude-code-config

Skill Claude CodeCodex

ReAct reasoning — explicit reason-act-observe cycle for investigation and debugging. Use when you need to interleave reasoning with tool actions systematically.

18 4mo ago B 31 tokens original MIT

think-stepback

09

aaronsb/claude-code-config

Skill Claude CodeCodex

Step-Back reasoning — abstract to general principles, then apply back to the specific problem. Use when stuck or when the solution is not obvious from the specifics.

18 4mo ago B 36 tokens original MIT

think-tree

10

aaronsb/claude-code-config

Skill Claude CodeCodex

Tree of Thoughts reasoning — explore multiple approaches, branch, evaluate, prune, and select the best. Use when there are multiple viable solutions and you need to compare them systematically.

18 4mo ago B 38 tokens original MIT

think-trilemma

11

aaronsb/claude-code-config

Skill Claude CodeCodex

Trilemma reasoning — balance three competing objectives through satisficing. Use when you cannot optimize all dimensions simultaneously and need to find an acceptable trade-off.

18 4mo ago B 36 tokens original MIT

think

12

aaronsb/claude-code-config

Skill Claude CodeCodex

Strategy selector for structured reasoning. Lists available thinking frameworks and invokes the right one. Use when facing complex decisions, trade-offs, or when stuck.

18 4mo ago A 31 tokens original MIT

ways-tests

13

aaronsb/claude-code-config

Skill Claude CodeCodex

Score way matching (embedding and BM25), analyze vocabulary, and validate frontmatter. Use when testing how well a way matches prompts, checking cosine similarity or BM25 scores, inspecting the embedding engine status, or validating way files.

18 4mo ago A 49 tokens original MIT

wormhole

14

aaronsb/claude-code-config

Skill Claude CodeCodex

Send and receive files, directories, or text between computers using magic-wormhole. Guides the user through the transfer interactively. Use when the user says "wormhole", "send a file", "receive a file", or invokes /wormhole.

18 4mo ago B 54 tokens original MIT