Launching today

CAPA
Agentic Capabilities Manager
1 follower
Agentic Capabilities Manager
1 follower
capa is an open-source, CLI-based package manager for AI agent capabilities. Instead of manually wiring tools, skills, and MCP servers, you define everything in a single capabilities.yaml. Reproducible setups, cleaner orchestration, and less context bloat. Think npm for agent capabilities.






Hey Product Hunt š
When teams use AI agents to build software, setups quickly diverge. One developer might use Cursor, another Claude Code, each with different tools and MCP servers configured. Reproducing the same environment across a team becomes messy.
So I built capa.
capa is an open-source, CLI package manager for bootstrapping AI coding agents.
With a single capabilities.yaml, teams can share the same capabilities regardless of the interface they use.
A few things we focused on:
⢠Team reproducibility - same setup whether someone uses Cursor, Claude Code, or another agent interface.
⢠Lower token usage - on-demand mode loads tools only when needed instead of exposing everything in the context.
⢠Single MCP proxy - capa can expose one MCP server that orchestrates all capabilities behind it.
⢠CLI compatible - convert MCP tools into CLI commands with capa sh if you prefer working with CLI instead.
Would love feedback from anyone using AI agents to build š