Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@specd/plugin-agent-claude

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@specd/plugin-agent-claude

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.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@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-claude

Supported frontmatter fields

FieldRequiredDescription
nameOptionalDisplay skill name
descriptionYesSkill description
allowed_toolsOptionalAllowed tools declaration
argument_hintOptionalArgument hint
when_to_useOptionalUsage guidance for routing
disable_model_invocationOptionalDisable model invocation
user_invocableOptionalMark user invocability
modelOptionalModel hint
effortOptionalEffort hint
contextOptionalContext hint
agentOptionalAgent hint
hooksOptionalHooks map
pathsOptionalPath selector
shellOptionalShell 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-claude removes .claude/skills/ completely, including _specd-shared/.

License

MIT

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts