Personal ~/.claude settings for Claude Code.
| Path | Purpose |
|---|---|
CLAUDE.md |
Global instructions loaded into every conversation |
settings.json |
Claude Code settings (model, permissions, env vars, plugins) |
rules/ |
Modular instruction sets referenced from CLAUDE.md |
skills/ |
Custom slash-command skills (issue planning, code review, etc.) |
commands/ |
Lightweight slash commands (commit, discover, codex review) |
mcp-servers/ |
MCP server configuration (docker-compose + env) |
agents/ |
Agent definitions |
comments.md- When comments are acceptable (why, not what)cw-cli.md- CoreWeave CLI referencegit-spice.md- Stacked PR workflow withgsgrug-brain.md- Anti-complexity development philosophyissue-tracking.md-brCLI patterns for issue managementpython.md- Python conventions (uv, style)session-protocol.md- Session startup, progress, and completiontesting.md- Test real behavior, not coverage numbers
Custom skills invoked via /skill-name:
- Issue planning:
issue-plan,issue-plan-codex,issue-plan-hybrid,issue-plan-user - Code review:
team-branch-review,parallel-branch-review,grug-review,codex-*-review - Review follow-up:
team-branch-fix,team-branch-comment,pr-review-reply,pr-review-import - Workflow:
git-commit,issue-create,remember,repo-explore,discover - Documentation:
diataxis-documentation,humanizer - CoreWeave:
cw-repo,cw-scaffold,cw-explore,cw-dev - Infrastructure:
kubernetes