Personal Claude Code configuration — version-controlled skills, commands, and settings symlinked into ~/.claude/.
make installRequires: bash, jq, git, gh, bc.
claude/
├── settings.json # Claude Code config (status line, permissions, etc.)
├── statusline-command.sh # Terminal status bar: model, context, git, cost, agents
├── commands/ # Custom slash commands (e.g. /todo)
└── skills/ # Reusable workflow skills (e.g. /pr)
Edits take effect immediately — no need to re-run make install after the initial setup.