Fetching from the wire…
Top 5 · 2026-04-11 · source-backed
Google's Addy Osmani dropped Agent Skills this week, and it hit 2,500+ likes and 340+ retweets before I finished reading the README. Seven slash commands: /spec, /plan, /build, /test, /review, /code-simplify, /ship. Each one encodes quality gates from Google's internal engineering practices, packaged as Markdown skills that work with Claude Code, Cursor, Antigravity, and any agent that accepts Markdown input.
This solves a problem I've been banging my head against. AI agents skip specs. They skip security reviews. They optimize for "done" over "correct." You can tell them not to in your system prompt, but they drift. Osmani's approach is different. Instead of telling the agent what not to do, you give it a structured workflow that forces the right sequence. /spec before /plan. /plan before /build. /test and /review before /ship.
The 19 practices span the full development lifecycle, and they're opinionated. This isn't a generic framework. It's one senior engineer's distilled experience from years at Google, turned into executable agent instructions. The /code-simplify command alone, which focuses on reducing complexity rather than adding features, addresses one of the biggest failure modes I see in AI-generated code: unnecessary abstraction.
What makes this land for me is that it connects directly to Karpathy's agentic engineering thesis. Vibe coding is accepting what the agent gives you. Agentic engineering is directing the agent through quality gates. Osmani's skills are the quality gates, made portable and open source.
I installed the /spec and /review commands into my Claude Code setup yesterday. First impression: the spec command forces a level of upfront thinking that I was skipping, and the output is better for it. The review command catches things I'd normally catch on my third read-through, which saves me the first two.
For builders: grab the repo, install the slash commands that match your workflow, and customize them. The real value isn't the specific commands. It's the pattern of encoding your team's engineering practices as executable agent skills instead of hoping the agent follows written instructions.
Each link below shares sources, entities, or timing with this story.
The skills ecosystem stopped being anonymous markdown dumps this week and started looking like a real discipline, because the people writing the skills are people you've heard of. Addy Osmani's agent-skills reached about 49,000 stars in 113 days, roughly 435 a day. The pull is...
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...
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
The antigravity-awesome-skills repository hit 36,145 GitHub stars with a catalog of 1,400+ installable SKILL.md playbooks that work across Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, and GitHub Copilot. One command: npx antigravity-awesome-skills --claude. That...
A single markdown file. 56,000 stars. multica-ai/andrej-karpathy-skills gained 42,000 stars in one week, making it the fastest-growing repo I've tracked this year that isn't an actual software product. The file is derived from Karpathy's observations about LLM coding pitfalls....
wanshuiyin/HERO-Anti-OverDefense went from creation to 68 stars in a single day. HERO is Hashing, Edge cases, Rubrics, Overbuild, and the claim is that agent over-engineering isn't diffuse but falls into four recognizable shapes suppressible with a portable prompt contract acr...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.