πŸ”₯ Hot Repo: 53K Stars β€” The Pack Forcing AI Agents to Code Like Seniors

Addy Osmani's agent-skills gives Claude Code, Cursor, Codex, and Gemini CLI 24 production-grade engineering workflows β€” ensuring AI agents stop skipping specs, tests, and security reviews.

By OMC Editorial on 2026-06-11

One-liner β€” addyosmani/agent-skills packages 24 production-grade engineering workflows into slash commands so AI coding agents stop skipping specs, tests, and security reviews. - Repo: addyosmani/agent-skillshttps://github.com/addyosmani/agent-skills - Stars: ⭐ 53,621 +3,275 today - Language: Shell / Markdown - License: MIT --- What It Does Agent Skills is a collection of 24 structured skill files β€” plain Markdown with front matter β€” encoding the workflows senior engineers follow across the full dev lifecycle. Seven slash commands /spec, /plan, /build, /test, /review, /code-simplify, /ship map to development phases and activate the right skills automatically. Skills also fire contextually: designing an API triggers api-and-interface-design, building UI triggers frontend-ui-engineering, and so on. Why It's Blowing Up The repo dropped v0.6.2 today June 11 with notable additions: a new web-performance-auditor persona with a /webperf command, a dedicated observability-and-instrumentation skill, expanded security coverage for SSRF and LLM-specific vulnerabilities, and native Antigravity CLI support. The release also fixed a marketplace install path bug that had been blocking Claude Code plugin users since the previous version. The timing lands in the middle of what developers are calling the "skills boom" β€” five of the top-20 GitHub trending repos today carry "skills" in the name, a format popularized by the Claude Code plugin ecosystem. What separates agent-skills from the pile is the author's track record: Addy Osmani is Google's Chrome engineering lead, and the skills are grounded directly in Google's engineering culture β€” Hyrum's Law in API design, the BeyoncΓ© Rule in testing, trunk-based development in git workflow, and code-as-liability thinking in deprecation. Multi-tool reach matters too. The same Markdown skill files install into Claude Code's plugin marketplace, Cursor rules, Gemini CLI, GitHub Copilot, Codex, Windsurf, OpenCode, and anything that ac