Appearance
Claude-Specific Configuration
Overview
Claude Code reads configuration from multiple locations:
.claude/settings.local.json- Permissions and MCP settingsCLAUDE.md- Main instructions file (references shared config).ai/config/shared/- Shared instructions and guidelines
Claude-Specific Features
Agents
Claude can spawn specialized sub-agents from .ai/agents/ using the Task tool.
Skills (Slash Commands)
Claude supports workflow skills from .ai/skills/ via slash commands:
/rpi:research-codebase/rpi:create-plan/rpi:implement-plan- etc.
MCP Servers
Claude reads MCP configuration from .mcp.json (symlinked to .ai/config/mcp/mcp.json).
Additional Notes
No Claude-specific instruction overrides are currently needed. All instructions are shared across tools.