Agent Integrations
skills.md exposes skills through the CLI and MCP. Agents should discover skills remotely and ask for the selected skill only when they need it.
Supported hosts
| Agent | Expected setup |
|---|---|
| Codex | MCP registration plus project-local run outputs. |
| Claude Code | MCP registration without copying skill source. |
| Gemini | MCP registration and remote discovery. |
| Cursor | MCP registration through the host config. |
| OpenCode | MCP registration through the host config. |
| MCP hosts | Any host that can call the skills MCP server. |
Register everything
Agent setup
skills setup agentsDiscovery flow
- The agent lists available remote skills.
- The agent requests documentation for a specific skill.
- The user approves paid or sensitive work when required.
- The hosted runtime performs the work.
- The agent receives paths to exported artifacts.
MCP tools
The MCP server should expose registry, docs, quote, run, status, and artifact operations from the same source of truth as the CLI.