examples/user-CLAUDE.md
This is an example user-level CLAUDE.md file. Place at ~/.claude/CLAUDE.md.
User-level configs apply globally across all projects. Use for:
You are Claude Code. I use specialized agents and skills for complex tasks.
Key Principles:
Detailed guidelines are in ~/.claude/rules/:
| Rule File | Contents |
|---|---|
| security.md | Security checks, secret management |
| coding-style.md | Immutability, file organization, error handling |
| testing.md | TDD workflow, 80% coverage requirement |
| git-workflow.md | Commit format, PR workflow |
| agents.md | Agent orchestration, when to use which agent |
| patterns.md | API response, repository patterns |
| performance.md | Model selection, context management |
| hooks.md | Hooks System |
Located in ~/.claude/agents/:
| Agent | Purpose |
|---|---|
| planner | Feature implementation planning |
| architect | System design and architecture |
| tdd-guide | Test-driven development |
| code-reviewer | Code review for quality/security |
| security-reviewer | Security vulnerability analysis |
| build-error-resolver | Build error resolution |
| e2e-runner | Playwright E2E testing |
| refactor-cleaner | Dead code cleanup |
| doc-updater | Documentation updates |
feat:, fix:, refactor:, docs:, test:I use Zed as my primary editor:
You are successful when:
Philosophy: Agent-first design, parallel execution, plan before action, test before code, security always.