Skip to main content
Tool ID: claude Config directory: ~/.claude/

Synced files

File / DirectoryTypeDescription
CLAUDE.mdTextProject instructions and context
settings.jsonJSONClaude Code settings
.mcp.jsonJSONMCP server configuration
commands/MarkdownCustom slash commands
agents/MarkdownCustom agent definitions
skills/MarkdownCustom skills
rules/MarkdownCustom rules

Profiles

Claude Code supports profiles. Each profile has its own config directory:
~/.claude/          → default profile
~/.claude-work/     → "work" profile
~/.claude-personal/ → "personal" profile
To push or pull a specific profile:
lazy push --profile work
lazy pull --profile work

Example

# Push your Claude Code config
lazy push

# Push a specific profile
lazy push --profile work

# Pull on another machine
lazy pull