Fetching from the wire…
Public story · 2026-07-30 · high
Two unrelated open-source projects adopted the identical file shape the same week, unprompted by any standard.
Why now: GitHub's GA update and both open source skill-format projects landed the same week, on July 29.
GitHub made agent skills and MCP server support generally available in Copilot code review on July 29.
The rollout reaches every Pro, Pro+, Business, and Enterprise Copilot user, and every MCP call a skill makes during review is capped read-only. A skill built assuming full tool access won't behave the same here.
Skills load from a file at .github/skills/name/SKILL.md. Anthropic's own convention, invented for Claude Code. Now running inside Microsoft's product.
GitHub and Playwright MCP servers are on by default. Comments in review now carry attribution, so you can tell whether a finding came from a skill or a server.
The frontmatter conventions are still underspecified, though. I've hit ambiguity around required fields myself, and this format doesn't resolve that yet.
The same week, two more projects landed on the identical file shape without any coordination. refly-ai/refly, 7,469 stars and pushed July 29, calls itself the first open-source builder for agent skills. It ships a separate registry where skills get versioned and forked instead of staying one-off prompts, and exports to Claude Code, Cursor, and Codex. rohitg00/pro-workflow, 2,710 stars, installs one skill bundle into what it claims are 32-plus agents through a single cross-agent installer.
Three unrelated projects agreeing on Markdown-plus-frontmatter is how a format actually wins. Nobody held a meeting about it.
My bet: SKILL.md becomes the default export for anything that generates agent instructions, the way OpenAPI did for HTTP APIs. But the behavior underneath doesn't travel with the file. A skill written for Claude Code's full tool access won't act the same read-only inside Copilot's review sandbox. That gap decides whether this becomes a real standard or splinters into per-vendor dialects that happen to share a filename.
Each link below shares sources, entities, or timing with this story.
Claude Code competes with GitHub Copilot / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code competes with GitHub Copilot); both cover Anthropic, Claude Code, Codex, Cursor; reported by the same outlet (github.com).
Anthropic released Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude Code); both cover Anthropic, Business, Claude Code, Copilot; reported by the same outlet (github.blog).
Claude Code competes with GitHub Copilot / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code competes with GitHub Copilot); both cover Business, Claude Code, Copilot, Enterprise; reported by the same outlet (github.blog).
Anthropic released Claude Code / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Anthropic released Claude Code); both cover Anthropic, Claude Code, Cursor, GitHub; overlapping topics (agent, claude, code, copilot, skill).
Claude Code uses Sonnet / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code uses Sonnet); both cover Claude Code, Codex, GitHub, MCP; reported by the same outlet (github.com).
Claude Code uses LSP / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses LSP); both cover Claude Code, Copilot, Cursor, GitHub; reported by the same outlet (github.blog, github.com).
OpenCode competes with Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (OpenCode competes with Claude Code); both cover Claude Code, Codex, Cursor, July; reported by the same outlet (github.com).
Windsurf uses Claude Code / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Windsurf uses Claude Code); both cover Claude Code, Codex, Copilot, Cursor; reported by the same outlet (github.com).