# Native adapter manifest for Claude Code. Shared role and skill content lives # under .agents/; this file only maps portable concepts to client syntax. { "name": "claude-code", "agent_format": "claude-markdown", "agents_path": ".claude/agents", "skills_path": ".claude/skills", "tier_policy": "mapped", # Claude Code loads a subagent's `skills:` in full at launch. "preload_support": true, "reasoning_tiers": { "deep": "opus", "balanced": "sonnet", "fast": "haiku", "vision": "opus", "inherit": "inherit" }, "capabilities": { "read": "Read", "search": "Grep", "list": "Glob", "shell": "Bash", "write": "Write", "fetch": "WebFetch", "websearch": "WebSearch" } }