Sign InOpen Brain
VercelEngineering PostOfficial Source

Introducing Agent Plugins

Agent Plugins 1.0.0 standardizes how Skills and MCP servers are packaged, letting extension authors target several agent clients with one portable directory.

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

**Agent Plugins 1.0.0** defines a vendor-neutral package with a root **plugin.json**, Skills under skills/, and MCP configuration in mcp.json. Launch support covers ChatGPT and Codex, Cursor, GitHub Copilot, Kiro, and VS Code.

Practical Implication

Extension authors can consolidate portable Skills and MCP servers behind one manifest. Client builders should implement independent component validation so one malformed component does not prevent unrelated components from loading.

Agent-Ready Context
**Agent Plugins 1.0.0** defines a vendor-neutral package with a root **plugin.json**, Skills under skills/, and MCP configuration in mcp.json. Launch support covers ChatGPT and Codex, Cursor, GitHub Copilot, Kiro, and VS Code.

Extension authors can consolidate portable Skills and MCP servers behind one manifest. Client builders should implement independent component validation so one malformed component does not prevent unrelated components from loading.

The standard deliberately excludes installation, distribution, policy, commands, hooks, agents, and client UX. Namespaced extensions preserve product-specific behavior, so complete portability still depends on each client's implementation.
Connected Context · Feed7 Judgment

This establishes a shared packaging and discovery contract for Skills and MCP servers, reducing the need for per-client conversion across supported agents. It narrows portability to reusable components rather than the full plugin lifecycle, leaving installation, distribution, policy, security, UX, and product-specific behavior with each client; independent validation also makes partial loading a compatibility requirement.

Introducing Agent Plugins 1.0.0The changelog announces the same 1.0.0 contract, while this fuller account adds the implementation consequence that malformed components should not block unrelated ones.We Vetted 2000 AI Skills Before They Reached Developers — Lucas Palma, NubankBecause the standard excludes distribution and policy, Nubank’s scanning and marketplace gates remain necessary governance around portable Skills and MCP access.alirezarezvani/claude-skillsThe shared format could replace some client-specific conversion used by this cross-agent catalog, but it does not replace its installation or security-auditing work.Vercel Plugin now available in VS Code and GitHub Copilot CLIVercel’s multi-client plugin is a concrete beneficiary of packaging shared guidance once for compatible clients.
Context Map
contextcoding#skills#mcp#coding-agents
Uncertainty
The standard deliberately excludes installation, distribution, policy, commands, hooks, agents, and client UX. Namespaced extensions preserve product-specific behavior, so complete portability still depends on each client's implementation.