Introducing Agent Plugins
Five major AI platforms just agreed on one plugin standard. Here's why that matters for building agents.

Why it matters
Agent Plugins 1.0.0 is an open, vendor-neutral standard for packaging AI agent extensions (Skills and MCP servers) that works across ChatGPT, Cursor, GitHub Copilot, VS Code, and others. This solves a real friction point: extension authors no longer need to repackage the same component for every client. It's infrastructure for the agent ecosystem — not a new capability, but the plumbing that makes agents more composable and portable.
The key facts
8 to knowAgent Plugins 1.0.0 now publicly available
Standard backed by AWS, Anysphere, GitHub, Microsoft, OpenAI, and Vercel
Supported across ChatGPT, Cursor, GitHub Copilot, Kiro, VS Code
Portable manifest format (plugin.json) with fixed component directories
Supports two component types: Agent Skills and MCP servers
Technical Steering Committee includes Core Maintainers from AWS, Cursor, Microsoft, OpenAI, Vercel
Open-source governance; no single company controls roadmap
Extension mechanism for client-specific customization without breaking portability
Go to the source
Vercel Blogvercel.com
Publisher excerpt: Today, Agent Plugins 1.0.0 is publicly available. is an open, vendor-neutral standard for plugins that extend AI agents. Agent Plugins provide reusable instructions and resources for AI agents. connect agents to tools and services. Both can be reused across clients, but clients often package and…