Skip to content llms.txt

Claude Code

Anthropic’s CLI and IDE agent, with the broadest content type support of any provider.

DetailValue
Slugclaude-code
Config directory~/.claude
Supported content typesRules, Skills, Agents, MCP Configs, Hooks, Commands, Loadouts
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
AgentsYesSymlink
MCP ConfigsYesJSON merge
HooksYesJSON merge
CommandsYesSymlink
LoadoutsYesJSON merge
Content TypeProject LocationGlobal LocationFormat
RulesCLAUDE.md, .claude/rules/~/.claude/rules/Markdown
Skills.claude/skills/~/.claude/skills/Markdown
Agents.claude/agents/~/.claude/agents/Markdown
MCP Configs.claude.json, .mcp.jsonJSON
Hooks.claude/settings.jsonJSON
Commands.claude/commands/~/.claude/commands/Markdown
Loadouts.claude/settings.jsonJSON
Content TypeDiscovery Paths
RulesCLAUDE.md, .claude/rules/
Skills.claude/skills/
Agents.claude/agents/
MCP Configs.claude.json, .mcp.json
Hooks.claude/settings.json
Commands.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.

Terminal window
# Add content from Claude Code
syllago add --from claude-code
# Install content to Claude Code
syllago install my-rule --to claude-code