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.
**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.
**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.
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.