@specd/plugin-agent-claude
v0.2.0
Published
Claude agent plugin for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev). Installs specd skills into `.claude/skills/` with Claude-specific YAML frontmatter.
Readme
@specd/plugin-agent-claude
Claude agent plugin for specd. For more information, visit getspecd.dev. Installs specd skills into .claude/skills/ with Claude-specific YAML frontmatter.
Install
specd plugins install @specd/plugin-agent-claudeSupported frontmatter fields
| Field | Required | Description |
| -------------------------- | -------- | -------------------------- |
| name | Optional | Display skill name |
| description | Yes | Skill description |
| allowed_tools | Optional | Allowed tools declaration |
| argument_hint | Optional | Argument hint |
| when_to_use | Optional | Usage guidance for routing |
| disable_model_invocation | Optional | Disable model invocation |
| user_invocable | Optional | Mark user invocability |
| model | Optional | Model hint |
| effort | Optional | Effort hint |
| context | Optional | Context hint |
| agent | Optional | Agent hint |
| hooks | Optional | Hooks map |
| paths | Optional | Path selector |
| shell | Optional | Shell hint |
Install target
Skill-local files are written to .claude/skills/<skill-name>/ under the project root.
Files marked as shared are written once to .claude/skills/_specd-shared/.
Uninstall behavior
specd plugins uninstall @specd/plugin-agent-claude --skills <name>removes only selected skill directories and keeps_specd-shared/.specd plugins uninstall @specd/plugin-agent-clauderemoves.claude/skills/completely, including_specd-shared/.
License
MIT
