claude
Config directory: ~/.claude/
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
What gets synced for Claude Code.
claude
Config directory: ~/.claude/
| File / Directory | Type | Description |
|---|---|---|
CLAUDE.md | Text | Project instructions and context |
settings.json | JSON | Claude Code settings |
.mcp.json | JSON | MCP server configuration |
commands/ | Markdown | Custom slash commands |
agents/ | Markdown | Custom agent definitions |
skills/ | Markdown | Custom skills |
rules/ | Markdown | Custom rules |
~/.claude/ → default profile
~/.claude-work/ → "work" profile
~/.claude-personal/ → "personal" profile
lazy push --profile work
lazy pull --profile work
# Push your Claude Code config
lazy push
# Push a specific profile
lazy push --profile work
# Pull on another machine
lazy pull