#392 · Primary category: AI Coding Assistants
capa
One capabilities.yaml wires skills, tools, rules, sub-agents, MCP servers, and plugins into Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, and 30+ other AI coding agents
Project last updated:08/29/26
GitHub Stars
738
Forks
96
Contributors
6
License
Other
Why we included this project
Keeping agent configuration in sync across a team is usually a mess: CLAUDE.md, .cursor/rules, AGENTS.md, MCP JSON, hooks, and skill folders all drift apart, and nothing is pinned. capa collapses that into one capabilities.yaml file checked into the repo. Run capa install and it writes the declared skills, tools, rules, sub-agents, MCP servers, hooks, and plugins into Cursor, Claude Code, Codex, Windsurf, GitHub Copilot, and dozens of other agents in each tool's native format, with SHAs pinned so a fresh clone reproduces the exact setup. At runtime it doubles as a local MCP gateway: every agent talks to one endpoint, while capa proxies upstream servers, loads tools only when called, and restricts what each sub-agent can reach. That matters for teams running several agents, and for anyone who wants to trim MCP context and token usage without giving up model quality.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.