#3 · Primary category: AI Coding Assistants
skills
Skills for Real Engineers. Straight from my .agents directory.
Project last updated:08/24/26
GitHub Stars
241.0K
Forks
20.5K
Contributors
7
License
MIT
Why we included this project
Matt Pocock publishes the agent skills he actually uses in his own work, and the selling point is that they stay small enough to adapt instead of owning your whole process. The files target the failure modes that keep tripping up coding agents: a grilling session to pin down what you're actually building, a shared-language document to cut verbosity, a red-green-refactor TDD loop, and a disciplined bug-diagnosis routine. They're plain editable files, so you can drop them into a repo and bend them to your own conventions rather than adopting a heavyweight framework. You can install them as a Claude Code plugin that updates as a managed bundle, or use the skills.sh installer for Codex and other agents, which copies the files into your project and walks you through wiring up your issue tracker and labels. For developers and small teams who want more reliable output from their agents without surrendering control, this is a practical place to start.
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.
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.
claude-code
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.