Addy Osmani agent-skills review: 24 production skills, 72.6k stars Addy Osmani, a Google web engineer, released agent-skills, a repository of 24 production-grade skills for AI coding agents covering the full lifecycle from spec to ship. The repo, which has garnered 72.6k stars, stands out for its comprehensive set and first-class support for browser work and performance optimization. It is the fourth in a series of trending skill repos reviewed, following superpowers, karpathy, and mattpocock. addyosmani/agent-skills is Addy Osmani's repo, a Google web engineer, packaging 24 skills for AI coding agents that cover the full lifecycle: spec, plan, build, verify, review, ship. What sets it apart is that browser work and performance are first-class. It has 72.6k stars. It is the fourth and closing entry in this series of trending-skill-repo reviews, after superpowers, karpathy, and mattpocock. This is the fourth and final repo in the run of trending Claude Code skill repos. The first three were superpowers, karpathy skills, and mattpocock skills. This one is addyosmani/agent-skills, 72.6k stars, by Addy Osmani, a well-known web-performance engineer and writer at Google. Its description is short: "Production-grade engineering skills for AI coding agents." Opening it up, the difference from the first three is immediate. It is not small or minimal, it is the most comprehensive of the set, 24 skills covering from spec all the way to ship , and it has something none of the other three do: genuine web work, both browser-based testing and performance tuning, which happens to match exactly what its author is known for. This post goes in order: what it is and why the stars, then the skills that genuinely stand out, then how the four repos I reviewed each sit at a different pole and which to reach for, and finally how to install it and how I use it myself. This is the most comprehensive set of the four. Inside are 24 skills, ordered along real work: spec, plan, build, verify, review, ship. There are specialized personas, slash commands, and reference checklists. It is packaged as a plugin that installs to many hosts, including Claude Code, Cursor, and Copilot. What is interesting is that, reading inside, each skill carries an excuse-preemption table, the same pattern superpowers uses , naming the reasons an agent tends to give for skipping a step, with rebuttals. This is the third time we have seen this excuse-naming pattern across unrelated repos, which only confirms it is a principle the people serious about this all arrive at. Why 72.6k stars? Part of it is the author's name, Addy Osmani is well known in the web world for performance. But more importantly, it is the one set that turns real web knowledge into actual skills, not just a generic process. If you came looking for exactly what skills live in addyosmani/agent-skills , here are all 24, read straight from the SKILL.md files in the repo, grouped by lifecycle stage from spec to ship. The part the other three repos lack sits in verify: browser-testing-with-devtools and performance-optimization, the web-performance work covered below. Four worth calling out, distinctive and rarely found elsewhere. What they share is an obsession with confirming things for real: measuring performance for real, seeing the page for real, citing real docs, actively looking for where you are wrong. source-driven and doubt-driven line up exactly with what this blog keeps saying : do not trust what the AI says until you have confirmed it against a real source. Having reviewed all four, the picture is clear: each answers a different need. If you work in frontend or care about page speed, Addy's is the only one of the four that speaks to it directly. All four do not clash. You could take karpathy's 4 principles as a base, add Addy's web skills, borrow superpowers' excuse-naming to make the rules hold, and pick skills piece by piece the way mattpocock encourages. They are all examples for assembling your own set. Very much so if you do web work or want a process set that runs end to end. It installs as a plugin and supports many hosts. The upside is completeness; the caution is that it is large, so do not enable every skill at once. Pick the phases you do most, especially the browser and performance skills that are hard to find elsewhere. Even without installing the repo, two principles transfer immediately: source-driven and doubt-driven. Do not let the AI write framework-specific code from memory, have it pull the official docs first and cite them , and after a long piece of work, set up a review that deliberately looks for what is wrong rather than confirming it is right. Those two prevent a lot of mistakes with nothing to install. For my part, I compared the source-driven approach with the rules I already use, since it lines up with the verify-before-you-trust principle I have held all along. Many of the frontend skills do not match my daily work, so I took only some. How I blend them into my own stack is a detail I am leaving out of this post. If you remember one thing from this four-repo series, let it be this: no repo is meant to be swallowed whole. superpowers, karpathy, mattpocock, and addyosmani are four corners of the same thing. Take the part that fits your work from each, and assemble your own set. That is how you get the most out of them. Originally published at productize.life/blog/addy-osmani-skills. Written from real work, the process, not a pitch.