Skip to content

Claude-Specific Configuration

Overview

Claude Code reads configuration from multiple locations:

  1. .claude/settings.local.json - Permissions and MCP settings
  2. CLAUDE.md - Main instructions file (references shared config)
  3. .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.