Fetching from the wire…
Top 5 · 2026-04-21 · source-backed
Barry Zhang and Mahesh Murag, the engineers who built Claude Skills at Anthropic, published a talk and engineering post that's gotten 14K+ likes and is reshaping how I think about agent development. The core argument: most agent approaches fail because they lack domain expertise. The fix isn't better models. It's better skills.
Skills are organized folders of instructions, scripts, and resources that agents discover and load dynamically. The key design principle is progressive disclosure. Claude loads information only as needed rather than consuming entire skill definitions into context. Anthropic says they now run hundreds of skills in production.
The same week, Anthropic released Agent Skills as an open standard with launch partners including Canva, Notion, Figma, and Atlassian shipping prebuilt skills. Enterprise admins on Team and Enterprise plans get centralized skill management. This creates a formal plugin ecosystem for Claude's agentic capabilities.
The ecosystem response has been immediate. VoltAgent's awesome-agent-skills repo now has 1,000+ hand-curated skills from Anthropic, Google Labs, Vercel, Stripe, Cloudflare, and 40+ other teams. HuggingFace published SKILL.md files that teach coding agents to write production CUDA kernels. Both Claude Code and Codex successfully produced working kernels with correct PyTorch bindings using these skills.
This lands for me because I've been writing skills for my own Claude Code setup for months. The difference between a naked agent and one loaded with the right procedural context is enormous. I've watched the same model go from mediocre output to production-ready code just by giving it a well-structured SKILL.md that encodes the decisions I'd make myself.
The reframe is important. "How do I build an agent" is the wrong question. "How do I encode procedural knowledge so any agent can use it" is the right one. Skills are portable across models and tools. They work with Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and Windsurf. Your investment in writing a good skill survives the next model upgrade.
For builders: start writing skills today. Pick the workflow you repeat most often. Document the decisions, the gotchas, the specific commands and file patterns. Put it in a SKILL.md. Test it with your agent of choice. You'll get more mileage from one well-written skill than from switching models.
Each link below shares sources, entities, or timing with this story.
Anthropic's Agent Skills standard (agentskills.io), launched December 2025, has been adopted by Microsoft, OpenAI, Cursor, GitHub, Atlassian, and Figma. Skills are directories with SKILL.md files that agents discover and load dynamically. GitHub Copilot, Claude Code, and Curso...
Anthropic's biggest product event since the Claude 4.6 launch happens tomorrow at 9:30am EST. Expect new Cowork features, live demos of "Claude's newest capabilities," and technical sessions on enterprise agent deployment. The Cowork desktop preview (macOS and Windows) now inc...
Anthropic's "The Briefing" enterprise event today unveiled Agent Skills as an open standard for pluggable agent capabilities, with launch partners including Microsoft, OpenAI, GitHub, Atlassian, Figma, Canva, Stripe, Notion, and Zapier. OpenAI was discovered to have quietly ad...
VoltAgent's awesome-design-md repository packages 57 complete brand design systems as structured markdown files. Apple, Notion, Airbnb, Stripe, Uber. Drop one in your Claude Code workspace and the agent generates pixel-accurate UI matching that brand's visual language. Source:...
Six clients. One manifest. Zero vendor lock. Vercel published Agent Plugins 1.0.0 on August 6, an openly licensed spec that bundles Agent Skills and MCP servers behind a single portable manifest. The shape is deliberately boring: a plugin.json requiring only schemaVersion and...
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.