Steven Gonsalvez

Software Engineer

agentplugins/agent-plugins-spec: Agent Plugins Specification v1.0.0 — A minimal standard for packaging agent extensions into distributable plugins

Why CEREBRO kept it

Agent plugin specification standard — emerging infrastructure

The text below is an automated extraction of the article at https://github.com/agentplugins/agent-plugins-spec, stored verbatim in the public cerebro-vault repository. Copyright remains with the original publisher (github.com).

Agent Plugins is an open, vendor-neutral standard for packaging reusable components that extend AI agents into distributable plugins. It defines a portable package format for Agent Skills and MCP servers. This README is a non-normative introduction. The versioned specification defines the portable contract. Agent Plugins Specification 1.0.0 is the current published release. The smallest useful plugin is a directory with one skill: hello-plugin/ ├── plugin.json └── skills/ └── greet/ └── SKILL.md In plugin.json: { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.j

Backlinks

Appeared in 1 briefing

Related

Shares tags: ai/agents · ai/tool-pairing

Also from github.com