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

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

GitHub Copilot agent plugin for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev). Installs specd skills into `.github/skills/` with Copilot-specific YAML frontmatter.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@specd/plugin-agent-copilot

GitHub Copilot agent plugin for specd. For more information, visit getspecd.dev. Installs specd skills into .github/skills/ with Copilot-specific YAML frontmatter.

Install

specd plugins install @specd/plugin-agent-copilot

Supported frontmatter fields

FieldRequiredDescription
nameYesDisplay skill name
descriptionYesSkill description
licenseOptionalLicense declaration
allowed-toolsOptionalAllowed tools declaration
user-invocableOptionalMark user invocability
disable-model-invocationOptionalDisable model invocation

Install target

Skill-local files are written to .github/skills/<skill-name>/ under the project root. Files marked as shared are written once to .github/skills/_specd-shared/.

Uninstall behavior

  • specd plugins uninstall @specd/plugin-agent-copilot --skills <name> removes only selected skill directories and keeps _specd-shared/.
  • specd plugins uninstall @specd/plugin-agent-copilot removes .github/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