#16 · Primary category: AI Coding Assistants
agent-skills
Production-grade engineering skills for AI coding agents.
Project last updated:08/28/26
GitHub Stars
90.7K
Forks
9.7K
Contributors
71
License
MIT
Why we included this project
AI coding agents often cut corners to reach a green build, skipping specs, tests, and review. This collection packages the workflows senior engineers actually use into reusable skills that agents load automatically, so the same quality gates apply whether you're in Claude Code, Cursor, Codex, Copilot, or any of the 70+ tools the skills CLI supports. Eight slash commands map onto the development lifecycle, from /spec and /plan through /build, /test, /review, and /ship, and the /build auto mode lets you approve a plan once and then lets the agent execute test-driven tasks autonomously, pausing on failures. You can also install individual skills on their own, so adopting just the code-review checklist or the test-driven-development workflow is possible without taking the whole set. It's a well-maintained, MIT-licensed collection that turns agent behavior from a gamble into a repeatable engineering process.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.