Supported Agents
This plugin follows the Agent Skills specification, an open standard for packaging reusable AI agent capabilities. Skills are portable across any agent that implements the spec.
Compatible Agents
Section titled “Compatible Agents”| Agent | Developer | Type | Skills Documentation |
|---|---|---|---|
| Claude Code | Anthropic | CLI | Native support |
| GitHub Copilot | Microsoft/GitHub | VS Code, CLI | Agent Skills in VS Code |
| Codex CLI | OpenAI | CLI | Codex Skills |
| Cursor | Cursor | IDE | Cursor Skills |
| Gemini CLI | CLI | Gemini Skills | |
| Goose | Block | CLI, Desktop | Goose Docs |
| Letta | Letta AI | CLI | Letta Skills |
| Roo Code | Roo Code Inc | VS Code | Roo Skills |
| Amp | Sourcegraph | CLI, VS Code | Amp Skills |
| OpenCode | OpenCode AI | CLI | OpenCode Skills |
| AdaL CLI | SylphAI | CLI | AdaL Skills |
Submit a New Agent
Section titled “Submit a New Agent”To add an agent to this list, open a pull request with the following:
- Verify compatibility — The agent must implement the Agent Skills specification
- Add to Compatible Agents table — Include agent name (with link), developer, type, and skills documentation link
- Add to Skills Directory Locations table — Document where the agent looks for project and user skills
- Provide evidence — Link to the agent’s skills documentation or announcement
PR Template
Section titled “PR Template”## Add [Agent Name] to Supported Agents
- **Agent:** [Name](https://link-to-agent)- **Developer:** Company/Organization- **Type:** CLI / IDE / VS Code / Desktop- **Skills Docs:** [Documentation](https://link-to-docs)- **Project Skills Directory:** `.agent/skills/`- **User Skills Directory:** `~/.config/agent/skills/`
Evidence of Agent Skills support: [link to docs/announcement]Specification
Section titled “Specification”- Agent Skills Specification — Format definition