AgentsAugust 6, 2026via Vercel Blog
Introducing Agent Plugins 1.0.0
Why it matters
A cross-platform plugin standard for agents removes vendor lock-in and accelerates agent adoption by letting developers build once, deploy everywhere. This is agent infrastructure — the plumbing that lets autonomous systems scale across enterprise tools.
Key signals
- Open, vendor-neutral standard for packaging Agent Skills and MCP servers
- Supported clients at launch: ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, VS Code
- Common format: root manifest + fixed locations for portable components
- Each client retains control of installation, distribution, policy, UX
- Published by Vercel on Aug 6, 2026
- Includes specification, implementation guides, and plugin-building documentation
The hook
Agent Plugins 1.0.0 ships: a vendor-neutral standard for portable agent skills across ChatGPT, Cursor, GitHub Copilot, VS Code, and more.
Agent Plugins 1.0.0 is now available. It is an open, vendor-neutral standard for packaging Agent Skills and MCP servers into portable plugins. Compatible agent clients can discover and load them.
Agent Plugins defines a common format: a root manifest, plus fixed locations for portable components. E…