Skills and configurations adapted from Freek Murze's Claude dotfiles. Installed on 2026-04-05.
| Setting | Value | What it does |
|---|---|---|
alwaysThinkingEnabled |
true |
Forces extended thinking on every response |
statusLine |
statusline.sh |
Shows repo name (cyan) + context % (color-coded green/yellow/red) |
Model: Opus | Trigger: Complex task decomposition, feature planning, refactoring strategy
Breaks down complex tasks into phased implementation plans with dependencies, risk warnings, verification checkpoints, and rollback procedures. Output uses structured format with numbered phases, completion criteria, and dependency callouts.
Trigger: Automatically when asking "how to" questions about libraries/frameworks
Fetches up-to-date documentation from Context7 API instead of relying on training data. Searches for the library, selects the best match by trust score and version, then fetches relevant docs. Requires API key (configured in .env).