Anthropic’s CLI and IDE agent, with the broadest content type support of any provider.
Detail Value Slug claude-codeConfig directory ~/.claudeSupported content types Rules, Skills, Agents, MCP Configs, Hooks, Commands, Loadouts
Content Type Supported Install Method Rules Yes Symlink Skills Yes Symlink Agents Yes Symlink MCP Configs Yes JSON merge Hooks Yes JSON merge Commands Yes Symlink Loadouts Yes JSON merge
Content Type Project Location Global Location Format Rules CLAUDE.md, .claude/rules/~/.claude/rules/Markdown Skills .claude/skills/~/.claude/skills/Markdown Agents .claude/agents/~/.claude/agents/Markdown MCP Configs .claude.json, .mcp.json— JSON Hooks .claude/settings.json— JSON Commands .claude/commands/~/.claude/commands/Markdown Loadouts .claude/settings.json— JSON
Content Type Discovery Paths Rules CLAUDE.md, .claude/rules/Skills .claude/skills/Agents .claude/agents/MCP Configs .claude.json, .mcp.jsonHooks .claude/settings.jsonCommands .claude/commands/
Claude Code uses plain Markdown for most content types, making its files straightforward to read and edit manually. MCP configurations, hooks, and loadouts are stored as JSON within settings files. Claude Code supports all seven content types that syllago tracks, so no conversion or feature gaps apply when working with this provider.
Syllago detects Claude Code by checking for the ~/.claude directory.
# Add content from Claude Code
syllago add --from claude-code
# Install content to Claude Code
syllago install my-rule --to claude-code