From eee6a5a20a892210a4086f9e131e6b947c1bfa37 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Tue, 20 Jan 2026 15:00:39 +0100 Subject: [PATCH] docs: add AI Coding Agents Matrix reference to ecosystem section Add link to coding-agents-matrix.dev in ai-ecosystem.md and reference.yaml. This external resource provides a technical comparison of Claude Code vs 22+ alternatives across MCP support, Skills, Commands, Subagents, and Plan Mode. Minimal integration (1-line note) to acknowledge the ecosystem without diluting our focus on Claude Code mastery. --- guide/ai-ecosystem.md | 2 ++ machine-readable/reference.yaml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/guide/ai-ecosystem.md b/guide/ai-ecosystem.md index adac620..3e176e8 100644 --- a/guide/ai-ecosystem.md +++ b/guide/ai-ecosystem.md @@ -506,6 +506,8 @@ See `/voice-refine` skill template in `examples/skills/`. ## 6. IDE-Based Tools (Cursor, Windsurf, Cline) +> **Technical Comparison**: For an objective comparison of Claude Code vs 22+ alternatives across 11 criteria (MCP support, Skills, Commands, Subagents, Plan Mode), see the [AI Coding Agents Matrix](https://coding-agents-matrix.dev/) (updated Jan 2026). + ### When IDE Tools Complement Claude Code | Scenario | Use IDE Tool | Use Claude Code | diff --git a/machine-readable/reference.yaml b/machine-readable/reference.yaml index dcf3e2d..ab1972d 100644 --- a/machine-readable/reference.yaml +++ b/machine-readable/reference.yaml @@ -394,6 +394,12 @@ ecosystem: claude_code_everything: url: "github.com/wesammustafa/Claude-Code-Everything" focus: "Visual walkthrough - Screenshots, BMAD method" + coding_agents_matrix: + url: "coding-agents-matrix.dev" + focus: "Technical comparison - 23 agents, 11 criteria" + updated: "2026-01-19" + agents: 23 + criteria: ["MCP", "Skills", "Commands", "Subagents", "Plan Mode"] install_templates: "scripts/install-templates.sh" cowork: description: "Claude Code for non-developers (desktop app)"