[GitHub Trending] addyosmani/agent-skills
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Production-grade engineering skills for coding agents is highly relevant and actionable.
Based on the article, Addy Osmani's agent-skills repository provides 25 production-grade engineering practices packaged as slash commands for AI coding agents, covering the full software development lifecycle from specification to shipping. The skills install across 70+ agents via a CLI with npx and include domain-specific triggers that activate automatically based on the engineering context, such as API design or frontend work. A notable feature is the /build-auto command that generates plans and implements tasks autonomously after a single approval, while still enforcing test-driven development and pausing on failures.
addyosmani