CLAUDE CODE SETUPinfrastructuretooling
Power user setup — Steps 1 through 8
Features
- Full Claude Code power user environment built across 8 steps
- 20+ skills installed globally —
/start, /plan, /brainstorm, /commit, /save, /tdd, and more
- MCP servers configured: GitHub MCP for repo access, Context7 for live documentation
- Hooks configured for pre/post tool events
- CLAUDE.md updated with full work context, stack, and learning preferences
Infrastructure
- Skills stored in
~/.claude/commands/ — available in all projects
toolkit.md created as single-source inventory of all capabilities
power-user-setup.md documents the step-by-step build history
- opusplan model profile set as default — Opus during planning, Sonnet during execution
Lessons
- The skill system makes Claude Code dramatically more consistent across sessions
- CLAUDE.md is more valuable the more specific it is — vague instructions get ignored
- Model selection matters: Opus for architecture decisions, Sonnet for building, Haiku for quick lookups
/save after every session is the habit that makes everything else work
CLAUDE CODE SETUPSHIPPEDinfrastructuretooling
Claude Code Setup — power user environment shipped
Features
- Claude Code power user environment ships — 20+ global skills, MCP servers, hooks, and model profile operational
- 20+ global skills installed:
/plan, /brainstorm, /commit, /save, /tdd, /debug, /review, /start, /log, and more — common workflow patterns encoded as single commands
- GitHub MCP + Context7 MCP configured — repo access and live documentation lookup available in any conversation
- Hooks registered for git and file events — auto-format, lint, env protection, and toast notifications running silently in the background
- opusplan model profile set as default — Opus during planning sessions, Sonnet during execution, Haiku for quick lookups
Lessons
- The skill system makes Claude Code consistent across sessions — without it, every session starts from scratch
- CLAUDE.md specificity is the multiplier: vague global instructions produce vague behavior; specific context produces specific output
- Model selection is a workflow decision, not just a cost tradeoff — Opus for architecture, Sonnet for building, Haiku for trivia
/save as a closing habit is what makes everything else accumulate value over time