Fetching from the wire…
Top 5 · 2026-08-13 · source-backed
A spec is a press release until someone who didn't write it implements it.
GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysphere, Microsoft, OpenAI, Vercel, and Google. A plugin bundles agent skills (in skills/) and MCP servers (mcp.json) into one installable package with a $schema manifest. Vendor-specific behavior lives in namespaced directories like com.github.copilot/. Org governance goes through managed-settings.json with enabledPlugins and strictKnownMarketplaces.
That's a nice spec. Here's the part that makes it real: QwenLM/qwen-code v0.21.11 shipped Agent Plugins v1 support on August 13 (PR #8834). Alibaba is not on the author list. First evidence of adoption outside the authoring group, one week after publication.
Practically, this means a skill-plus-MCP bundle you write once installs across competing CLIs. That's the first time the internal-tooling problem has had a portable answer. Every team I know that has invested in Claude Code skills has quietly accepted they're locked in, and the lock-in isn't the model, it's the packaging. If your skills install into Copilot CLI and qwen-code and Claude Code from the same manifest, model choice becomes a runtime decision instead of an architectural one.
The same qwen-code release has a second idea worth stealing. Its new /coordinate command spawns read-only teammate agents (PR #8804). Read-only is the design choice: parallel agents that can inspect but not write sidestep the write-conflict problem that otherwise forces git worktree isolation for every sibling. Combine that with Anthropic's conformity findings and you get a decent default architecture: many read-only investigators, one writer, explicit merge.
If you maintain internal skills, spend an hour this week converting one to the plugin manifest format. Not because Copilot is where you'll run it, but because that's the format the ecosystem just agreed on, and the cost of conversion goes up with every skill you add.
Each link below shares sources, entities, or timing with this story.
Anysphere released Cursor / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anysphere released Cursor); both cover Agent Plugins, Anthropic, Anysphere, August; overlapping topics (agent, august, code, format, plugin).
Anysphere released Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Anysphere released Cursor); both cover Anthropic, Claude Code, Copilot, GitHub; reported by the same outlet (github.blog, github.com).
Vercel partners with Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel partners with Claude Code); both cover August, Claude Code, Copilot, Copilot CLI; reported by the same outlet (github.blog).
Google released MCP / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Google released MCP); both cover August, Copilot, Copilot CLI, GitHub; reported by the same outlet (github.blog).
Vercel uses Anthropic / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel uses Anthropic); both cover Anthropic, August, Copilot, GitHub; reported by the same outlet (github.blog, github.com).
Vercel partners with Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Vercel partners with Claude Code); both cover Claude Code, Copilot, Copilot CLI, OpenAI; reported by the same outlet (github.blog).
Anysphere released Cursor / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Anysphere released Cursor); both cover Claude Code, Copilot, GitHub, Microsoft; reported by the same outlet (github.blog, github.com).
Linked by a graph relationship (Anysphere released Cursor); both cover Claude Code, Copilot, Copilot SDK, GitHub; reported by the same outlet (github.blog, github.com).