@specd/plugin-agent-standard
v0.1.0
Published
[Agent Skills](https://agentskills.io/) standard plugin for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev). Installs specd skills into `.agents/skills/` with YAML frontmatter compliant with th
Readme
@specd/plugin-agent-standard
Agent Skills standard plugin for specd. For more information, visit getspecd.dev. Installs specd skills into .agents/skills/ with YAML frontmatter compliant with the Agent Skills specification.
Install
specd plugins install @specd/plugin-agent-standardSupported frontmatter fields
| Field | Required | Description |
| --------------- | -------- | ---------------------------------- |
| name | Yes | Display skill name |
| description | Yes | Skill description |
| license | Optional | License declaration |
| compatibility | Optional | Compatibility hint |
| metadata | Optional | Metadata map |
| allowed-tools | Optional | Space-separated pre-approved tools |
Install target
Skill-local files are written to .agents/skills/<skill-name>/ under the project root.
Files marked as shared are written once to .agents/skills/_specd-shared/.
Supported agents
This plugin targets the open Agent Skills standard, supported by 30+ agent clients including:
- Claude Code
- OpenAI Codex
- GitHub Copilot
- Cursor
- Gemini CLI
- Amp
- Roo Code
- OpenCode
- OpenHands
- Goose
- Kiro
- VS Code
- JetBrains Junie
- Mistral Vibe
- Mux
- Letta
- Factory
- Emdash
- Spring AI
See the full list at agentskills.io/clients.
Uninstall behavior
specd plugins uninstall @specd/plugin-agent-standard --skills <name>removes only selected skill directories and keeps_specd-shared/.specd plugins uninstall @specd/plugin-agent-standardremoves.agents/skills/completely, including_specd-shared/.
License
MIT
