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-standard

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@specd/plugin-agent-standard

[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

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Supported frontmatter fields

FieldRequiredDescription
nameYesDisplay skill name
descriptionYesSkill description
licenseOptionalLicense declaration
compatibilityOptionalCompatibility hint
metadataOptionalMetadata map
allowed-toolsOptionalSpace-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:

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-standard removes .agents/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