You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash scripts/new-project.sh my-new-project
cd ../my-new-project
ccr code # start Claude Code with model routing
/grill-with-docs # builds CONTEXT.md + ADRs for this project
How the Three Frameworks Layer
Framework
Role
When It Activates
Superpowers
Session workflow orchestration
Automatic at session start
mattpocock/skills
Engineering commands
You invoke (/grill-with-docs, /tdd, etc.)
karpathy-guidelines
Behavioral guardrails
Passive — always in CLAUDE.md
They don't conflict. Karpathy = how Claude behaves, mattpocock = commands you invoke, Superpowers = session structure.
Token Reduction Stack
Tool
Type
Savings
Status
MAX_THINKING_TOKENS=8000
env var
20–40% on simple tasks
✅ Auto via setup.sh
context% statusline
built-in
Prevents blind auto-compaction
✅ Auto via settings.json
token-savior MCP
MCP server
89–99% on symbol reads
✅ Auto via setup.sh
claude-code-router
proxy
3–5x on routed turns
✅ Auto via setup.sh
bash-filter.sh hook
hook
40–60% on noisy bash
✅ Auto via settings.json
drona23 rules in CLAUDE.md
behavior
4–12% output reduction
✅ In CLAUDE.md
Haiku researcher agent
subagent
40–70% on read tasks
✅ In .claude/agents/
claude-mem plugin
plugin
Cross-session savings
🔧 Manual install
ooples/token-optimizer-mcp
MCP
20–70% on repeat reads
🔧 Optional
rtk bash filter
binary
60–90% on log dumps
🔧 Optional
Daily Workflow
ccr code # Start (routes cheap tasks to Haiku automatically)
/grill-with-docs # Session start: confirm domain model
# Superpowers: brainstorm → spec → plan → execute
/compact at 60% context # bash scripts/compact-hint.sh → copy output
Use the researcher agent # "Use the researcher agent to find all callers of X"
/improve-codebase-architecture # Weekly: architecture health check