Skip to content

Ecosystem Landscape

Last Updated: 2026-08-14 Managed by SylphAI · Built with AdaL CLI


By August 2026 the ecosystem covers 23 profiled agents, 5+ config formats, 3 protocols (MCP, ACP, and @skills), and a growing set of skill catalogues. This document maps it.

Three things changed over the first half of 2026. Agents moved from the editor to the terminal and then off the machine entirely, into cloud runners and messaging platforms. Governance shifted: MCP, AGENTS.md, and Goose now sit under the Linux Foundation’s Agentic AI Foundation rather than with their original vendors. And skills became the third layer of the stack, after tools and project context.


Every agent below has its own profile — follow the name for pricing, trade-offs, and setup.

AgentMaintainerTypePricingProtocolKey Strength
AdaL CLISylphAITerminal + Desktop + WebFree + Pro/MaxMCP, @skillsWorker agents, native @skills
Claude CodeAnthropicTerminal + IDE extUsage-basedMCPDeep reasoning, agentic coding
CodexOpenAICLI + Desktop + CloudSubscription or APIMCPCloud sandboxing, parallel tasks
CursorAnysphereIDE + CLI$20/mo+MCPIDE integration, composer
GitHub CopilotGitHubIDE plugin + agent$10–39/moMCPGitHub ecosystem, ubiquity
Gemini CLIGoogleTerminalFree tierMCPGoogle ecosystem, free tier
AntigravityGoogleAgent-first IDEFree tier / ProMCP, SkillsMulti-agent orchestration
WindsurfCognitionIDE$15/mo+CustomCascade flow, context engine
DevinCognitionCloud agentEnterpriseCustomFull autonomy, browser use
AmpSourcegraphTerminal + IDE extUsage-basedACPCodebase search, ACP native
ClineClineVS Code extFree (OSS)MCPOpen source, explicit approvals
OpenCodeSSTTerminal TUIFree (BYOK)MCPProvider-agnostic harness
Piearendil-worksTerminalFree (BYOK)MCPMinimal system prompt
HermesNous ResearchTerminal + messagingFree (OSS)MCP, ACPSelf-improving, writes its own skills
OpenClawOpenClaw FoundationDaemon + messagingFree (OSS)MCP29 messaging channels, local
DroidFactoryTerminal + IDECommercialMCPTerminal-Bench leader, specialized droids
KiroAWSCLI + IDECommercialMCPSpec-driven development
GooseAgentic AI FoundationTerminal + desktopFree (OSS)MCPNeutral governance, MCP proving ground
Kilo CodeKiloIDE ext + CLIFree (BYOK)MCP500+ models, zero-markup BYOK
QoderAlibabaIDE + JetBrains + CLIFree tierMCPQuest workflows, persistent repo knowledge
TraeByteDanceAI-native IDEFree tierMCP6M+ users, open CLI agent
FreebuffCodebuffTerminal + webFree (ad-funded)Free with no API key
Roo CodeRoo Code IncVS Code extArchived May 2026MCPSuperseded by Kilo Code

Also in the field, not yet profiled: Aider, Continue, OpenHands, Warp, Jules, Zed, Crush, Plandex, Qwen Code, Kimi CLI, and Amazon Q Developer CLI.


  • Owner: OpenAI → Agentic AI Foundation (Linux Foundation)
  • Adoption: 60,000+ open-source repositories
  • Purpose: Universal agent instructions — build commands, test workflows, coding conventions
  • Supported by: Claude Code, Cursor, Copilot, Codex, Gemini CLI, Devin, Windsurf, Amp, AdaL, Factory, Cline, Roo Code
  • Website: agents.md
  • Spec: Standard Markdown, no proprietary syntax
  • Key feature: Nested files for monorepos
  • Owner: Anthropic
  • Purpose: Claude Code-specific project memory and instructions
  • Supported by: Claude Code exclusively
  • Location: Project root, ~/.claude/CLAUDE.md (global), or nested
  • Key feature: Hierarchical — global + project + directory level
  • Relationship to AGENTS.md: Claude Code reads both; CLAUDE.md takes precedence for Claude-specific instructions
  • Owner: Anysphere (Cursor)
  • Purpose: Cursor-specific coding rules and preferences
  • Supported by: Cursor exclusively
  • Location: .cursorrules file or .cursor/rules/ directory
  • Key feature: Project Rules, User Rules, Team Rules hierarchy
  • Relationship to AGENTS.md: Cursor now also reads AGENTS.md
  • Owner: Microsoft / GitHub
  • Purpose: Copilot custom instructions
  • Supported by: Copilot
  • Location: .github/copilot-instructions.md
  • Key feature: Integrated with GitHub repository settings
  • Relationship to AGENTS.md: Copilot also reads AGENTS.md

2.5 SKILL.md / Skills Format (Vercel + Claude)

Section titled “2.5 SKILL.md / Skills Format (Vercel + Claude)”
  • Owner: Vercel (skills.sh), Anthropic (Claude skills)
  • Purpose: Reusable agent capabilities — packaged instructions + scripts
  • Supported by: Claude Code, Cursor, Copilot, Gemini, and others via skills.sh
  • Location: .claude/skills/ (Claude) or installed via npx skills add
  • Registry: skills.sh — 35,000+ installs
  • Key feature: NPM-like install, leaderboard, cross-agent compatibility
FeatureAGENTS.mdCLAUDE.md.cursorrulescopilot-instructions.mdSKILL.md
Universal❌ Claude only❌ Cursor only❌ Copilot only⚠️ Multi-agent
Nested/hierarchical
Includes scripts
RegistryCommunity (GitHub)✅ skills.sh
Foundation-backed✅ Linux Foundation
Standard Markdown✅ + YAML

  • Owner: Anthropic
  • Purpose: Standardized protocol for connecting AI models to external tools and data sources
  • Adoption: Claude Code, Cursor, Gemini CLI, AdaL CLI, Cline, Roo Code, and more
  • Key feature: Tool servers that any MCP-compatible client can use
  • Analogy: “USB-C for AI” — one protocol, many tools
  • Website: modelcontextprotocol.io
  • Owner: Zed Industries + JetBrains
  • Purpose: Open standard for AI coding agents to integrate with any editor
  • Adoption: Amp, JetBrains AI, Zed, growing ecosystem
  • Key feature: Agent Registry — register once, available everywhere
  • Registry: ACP Registry
  • Website: zed.dev/acp
FeatureMCPACP
FocusModel ↔ Tool connectionAgent ↔ Editor connection
Initiated byAnthropicZed + JetBrains
RegistryCommunity MCP serversOfficial ACP Registry
Primary adoptersClaude, Cursor, GeminiAmp, JetBrains, Zed
Open source
Complementary?✅ They solve different problems

  • URL: skills.sh
  • What it is: NPM-like directory for AI agent skills
  • Scale: 35,000+ total installs, 200+ skills listed
  • Install: npx skills add <owner/repo>
  • Features: Leaderboard (all-time, trending, hot), cross-agent compatibility
  • Top skills: vercel-react-best-practices (72K installs), seo-audit, marketing-strategy
  • URL: zed.dev/acp + registry.coder.com
  • What it is: Directory of ACP-compatible coding agents
  • How to list: Submit a PR to the registry repo
  • Integration: Built into JetBrains IDEs and Zed editor

4.3 codingagents.md (SylphAI) — THIS PROJECT

Section titled “4.3 codingagents.md (SylphAI) — THIS PROJECT”
  • URL: codingagents.md
  • What it is: The aggregator hub — covers ALL agents, formats, protocols, and registries
  • Differentiator: Neutral, comprehensive, content-first

Nearly every agent now reads AGENTS.md files. The format has become the de facto standard for project-level agent instructions, with 60K+ repos adopting it. Agent-specific formats (CLAUDE.md, .cursorrules) continue to exist for fine-tuning but AGENTS.md provides the universal baseline.

Vercel’s skills.sh has established the pattern of “npm for agents” — reusable, installable capabilities. Claude Code’s native .claude/skills/ directory follows the same pattern. Expect skills to become as fundamental as npm packages.

MCP and ACP solve different problems and are complementary. MCP connects models to tools; ACP connects agents to editors. Most agents will support both.

Devin, Factory.ai, and OpenAI Codex are pushing toward fully autonomous coding — agents that can work independently for hours. This shifts the paradigm from “AI-assisted coding” to “AI coding with human review.”

57% of companies now run AI agents in production. The next frontier is orchestrating multiple agents — e.g., one for planning, one for coding, one for testing. codingagent.md will document these emerging patterns.


This landscape is community-maintained. To add or update an agent, format, or protocol:

  1. Fork the codingagent.md repo
  2. Edit the relevant file in docs/
  3. Submit a Pull Request

Managed by SylphAI · Built with AdaL CLI