Cline から Claude Code に移行するにあたり、Cline Rules や Cline Workflows を Claude Code の何処に移行すればよいのかを調査した。
完全に対応付けしているわけではないが、同様の立ち位置に対応しているという意味でそれぞれのフォルダやファイルの関係性を表に整理する。
各ツールのエージェント指示ファイル一覧と対応付け
2026/01/25 現在の状況
| Amazon Q Developer | Cline | GitHub Copilot | Claude Code | Kiro |
|---|---|---|---|---|
| - | AGENTS.md | AGENTS.md | CLAUDE.md | AGENTS.md |
| - | - | .github/agents/ | .claude/agents/ | - |
| .amazonq/rules/ | .clinerules/ | .github/copilot-instructions.md, .github/instructions/ | .claude/rules/ | .kiro/steering/ |
| ~/.amazonq/prompts/ | .clinerules/workflows/ | - | .claude/skills/ | .kiro/hooks |
| - | .cline/skills/ | .github/skills/ | .claude/skills/ | - |
| - | .clinerules/hooks/ | .github/hooks/ | .claude/hooks/ | .kiro/hooks |
| ~/.aws/amazonq/agents/default.json | cline_mcp_settings.json | .vscode/mcp.json | .mcp.json | .kiro/settings/mcp.json |
補足
- Amazon Q Developer における Prompts 設定はユーザ単位のものしか存在しない。(プロジェクト単位の設定は存在しない)
- Claude Code や Cline はプロジェクト単位の設定とユーザ単位の設定が存在する
- Claude Code にも
.claude/commands/は存在するが、Skill に統合された。( https://code.claude.com/docs/en/skills )
参考文献
Amazon Q Developer
- Prompts : https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/context-prompt-library.html
- Rules : https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/context-project-rules.html
- MCP : https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/qdev-mcp.html
Cline
- AGENTS.md : https://docs.cline.bot/features/cline-rules#agents-md-standard-support
- Rules : https://docs.cline.bot/features/cline-rules
- Workflows : https://docs.cline.bot/features/slash-commands/workflows/index
- Skills : https://docs.cline.bot/features/skills
- Hooks : https://docs.cline.bot/features/hooks/index
- MCP: https://docs.cline.bot/mcp/configuring-mcp-servers
GitHub Copilot
- AGENTS.md, Rules : https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions
- Custom Agents : https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-custom-agents
- Hooks : https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-hooks
- Skills : https://docs.github.com/en/copilot/concepts/agents/about-agent-skills
- MCP : https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp
Claude Code
- CLAUDE.md, Rules : https://code.claude.com/docs/en/memory
- Custom Agents : https://code.claude.com/docs/en/sub-agents
- Slash Commands : https://code.claude.com/docs/en/slash-commands
- Hooks : https://code.claude.com/docs/en/hooks
- Skills : https://code.claude.com/docs/en/skills
- MCP : https://code.claude.com/docs/en/mcp
Kiro
- AGENTS.md, Steering : https://kiro.dev/docs/steering/
- Hooks : https://kiro.dev/docs/hooks/
- MCP : https://kiro.dev/docs/mcp/, https://kiro.dev/docs/powers/