Sign InOpen Brain
VercelEngineering PostOfficial Source

Introducing Agent Plugins 1.0.0

Agent Plugins 1.0.0 packages Skills and MCP servers in a shared format supported by five major agent-client families, reducing client-specific repackaging.

Vercel · Aug 6, 2026
Open Source Open MarkdownOpen JSON
Source Summary

**Agent Plugins 1.0.0** introduces a vendor-neutral format for portable Agent Skills and MCP servers. Packages use a root **plugin.json** plus fixed component locations that compatible clients can discover and load.

Practical Implication

Authors targeting ChatGPT and Codex, Cursor, GitHub Copilot, Kiro, or VS Code can begin publishing shared components in this format. Client implementers can use the specification and implementation guides as their compatibility contract.

Agent-Ready Context
**Agent Plugins 1.0.0** introduces a vendor-neutral format for portable Agent Skills and MCP servers. Packages use a root **plugin.json** plus fixed component locations that compatible clients can discover and load.

Authors targeting ChatGPT and Codex, Cursor, GitHub Copilot, Kiro, or VS Code can begin publishing shared components in this format. Client implementers can use the specification and implementation guides as their compatibility contract.

Portability covers packaging and discovery, not the complete plugin lifecycle. Each client still controls installation, distribution, policy, user experience, and product-specific capabilities.
Connected Context · Feed7 Judgment

This confirms that portable Skills and MCP servers now have a common directory and discovery contract across five agent-client families. It narrows the practical promise to publishing shared components: client builders still own installation, distribution, policy, UX, and proprietary capabilities, so format compatibility does not imply an interchangeable or uniformly governed plugin experience.

Introducing Agent PluginsThe companion article supplies the implementation detail behind this release: components should be validated independently so one malformed component does not disable the rest.We Vetted 2000 AI Skills Before They Reached Developers — Lucas Palma, NubankNubank’s supply-chain controls address lifecycle responsibilities this format deliberately leaves outside its scope, especially scanning and gated distribution.alirezarezvani/claude-skillsIts conversion script illustrates the client-specific repackaging this common format can reduce, while its security auditor covers governance the specification does not standardize.New ways to learn and teach with ChatGPT Work and CodexThe education-plugin announcement shows a target domain for plugins, but its unspecified format and permissions mean this release does not confirm those plugins are portable or governed by the new contract.
Context Map
contextcoding#skills#mcp#coding-agents
Uncertainty
Portability covers packaging and discovery, not the complete plugin lifecycle. Each client still controls installation, distribution, policy, user experience, and product-specific capabilities.