Signals
Agent Plugins 1.0.0: a Portable Plugin Standard That Actually Spans Clients

Vercel shipped Agent Plugins 1.0.0, an open spec for packaging Agent Skills and MCP servers into portable plugins with a common manifest. Launch clients include ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, and VS Code, so a single plugin can ship everywhere. Real cross-client unlock if you build or distribute agent tooling; noise if you are single-client.
What Changed
- Introduced an open, vendor-neutral specification for packaging Agent Skills and MCP servers into portable plugins.
- Established a root plugin.json manifest plus fixed component locations, standardizing plugin structure across clients.
- Enabled compatible agent clients to discover and load plugins from a shared format.
- Announced launch compatibility with ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, and VS Code.
Who Should Care
- Plugin authors and AI tool builders who want to publish once across ChatGPT, Codex, Cursor, GitHub Copilot, Kiro, and VS Code.
- SaaS products embedding AI assistants that need to expose internal MCP servers to multiple agent platforms without per-client forks.
- Internal platform teams standardizing agent tooling across a mixed IDE and chat client fleet to reduce integration backlog.
Who Should Not Care
- Teams locked to a single AI client with no cross-platform distribution ambitions, because the spec is redundant for them today.
- Builders with mature per-client plugin ecosystems already shipping fine; migrating to a new unproven spec is churn, not gain.
- Anyone expecting instant ecosystem maturity, since support will vary in practice while the spec matures.
The Verdict
Real unlock, especially for multi-client agent distribution. Building once to reach six major clients is a big leverage win for plugin creators and SaaS AI products. That said, the spec is brand new, so treat launch support as directional, not a guarantee of consistent behavior across every client. If your distribution is single-client, this is premature complexity, but for anyone with cross-platform reach, early adoption fits now.
Take This To Your Agent
Copy a ready-to-paste investigation handoff that asks your coding agent to check this update against your product and recommend what to do next.