Personal Claude Code configuration. Copy what you find useful.
| Command | Description |
|---|---|
finalize |
Review completed work with parallel subagents, fix Critical/High issues |
pr |
Stage, commit, push, and create a PR in one step |
pr-overview |
Quick PR summary — changes, blockers, what to test |
start-planning |
Interactive interview to scope out what you want to build |
backend-test |
Test API routes against a diff — targeted curl requests |
perf-audit |
Audit PR for React/Next.js performance issues (Vercel skill) |
sync-main |
Fetch and merge main, resolve conflicts |
mobile-check |
Audit a page for mobile responsiveness via Chrome automation |
fix-pr-comments |
Fetch PR review comments, evaluate critically, apply only valid ones |
what-to-test |
List what to manually test right now — edge cases, breakage risks, uncovered areas |
| Agent | Description |
|---|---|
bug-hunter |
Find bugs, logic errors, edge cases, race conditions |
silent-failure-hunter |
Find swallowed errors, empty catches, silent fallbacks |
code-simplifier |
Reduce nesting, remove redundancy, improve naming |
perf-audit |
React/Next.js performance review using Vercel best practices |
vercel-react-best-practices— Performance optimization rules from Vercel Engineering
notify-macos.sh— macOS notification dispatcher (thin wrapper, forks to background)notify-macos-impl.sh— real notification work. Features:- Covers
Stop,Notification,StopFailure,SubagentStopevents - Per-event sounds (Glass / Ping / Basso / Funk)
- Focus check — skips notification when terminal/editor is frontmost
- 3s debounce to avoid spam
- Click-to-focus Cursor (
-activate com.todesktop.230313mzl4w4u92) - Prefers
terminal-notifier, falls back toosascript
- Covers
notify-linux.sh— Linux notification on task completion
Requires brew install terminal-notifier on macOS (and granting it notification permission in System Settings → Notifications on first run).
settings.json— Claude Code settingsCLAUDE.md— Global instructions (not included, personal)
cp -r commands/ agents/ skills/ hooks/ settings.json ~/.claude/Then add your own CLAUDE.md to ~/.claude/.