Skills For Real Engineers is Matt Pocock's daily skill pack for coding agents. The README calls it skills for real engineering, not vibe coding: small, composable files you can hack, instead of a process framework that owns the whole pipeline. The GitHub repo mattpocock/skills is MIT. The API listed about 252.7K stars on 2026-09-06. Product pages: aihero.dev/skills and skills.sh/mattpocock/skills.
Install as a Claude Code plugin (claude plugins install mattpocock-skills) or copy editable files with npx skills@latest add mattpocock/skills. Do not install both in the same repo: you will get every skill twice. After install, run /setup-matt-pocock-skills once per repo to pick an issue tracker (GitHub, Linear, or local files), triage labels, and where docs live.
Compare Agent Skills if you want Addy Osmani's lifecycle commands, or Using Superpowers for another portable pack.
Key Features
- Grilling before code:
/grill-me(non-code) and/grill-with-docsinterview you until the design tree is resolved./grill-with-docsalso builds a shared language intoCONTEXT.mdand ADRs. - Wayfinder for work that does not fit one session:
/wayfindermaps a large chunk of work as decision tickets on the tracker and resolves them one at a time. - User-invoked vs model-invoked: slash commands such as
/grill-meonly run when you type them. Model-invoked skills such as/tdd,/code-review, and/grillingcan be reached automatically. A user-invoked skill may call a model-invoked one, never another user-invoked skill. - Implement with TDD and review:
/implementdrives/tddat agreed seams and closes with/code-review(Standards axis plus Spec axis, parallel sub-agents). - Triage and tickets:
/triagemoves issues through a state machine./to-specand/to-ticketsturn a conversation into a spec and tracer-bullet tickets.
Limitation: these skills do not replace judgment. /improve-codebase-architecture surveys deepening opportunities; it will not untangle a genuinely old codebase for you. The pack also does not ship a model. You still pay Claude Code, Codex, or whoever you already use.
Use Cases
- Stop the agent building the wrong thing: grill before the first file changes.
- Keep a domain language:
/grill-with-docsso the agent stops using twenty words for one term. - Plan work larger than one context window:
/wayfinderon the issue tracker, then/implementticket by ticket.
Pricing
The skills are MIT licensed and free. You pay only the tokens of the agent you already run. Newsletter signup on the README claims about 60,000 developers; treat that as a vendor figure, not an audited metric.
Getting Started
- Pick one install path. Claude Code plugin:
claude plugins install mattpocock-skills. Other agents:npx skills@latest add mattpocock/skillsand includesetup-matt-pocock-skills. - In the repo, run
/setup-matt-pocock-skills. - For the next change, run
/grill-with-docsbefore/implement.
First-party resource: github.com/mattpocock/skills.
Frequently Asked Questions
Plugin or files?
Plugin is a managed, read-only bundle that updates when Matt ships. npx skills add copies files you own. Pick one.
Which agents?
Claude Code via the official marketplace plugin. Codex and others via the skills CLI. A native Codex plugin is listed as on the roadmap in the repo ADR, not as shipping.
Do I need GitHub issues?
No. Setup asks for GitHub, Linear, or local files.
Alternatives
- Agent Skills: 25 skills and lifecycle slash commands from Addy Osmani.
- Using Superpowers: another engineering skill pack with planning and review gates.
- Claude Code: the agent these skills most often ride on.
Tips
- Include
setup-matt-pocock-skillswhen the installer asks which skills to copy. - Use
/grill-with-docson every non-trivial change, not only at repo start. - Fire
/wait-whatthe moment a message does not land, instead of restating the whole plan.
Conclusion
If your agent keeps shipping the wrong shape, this pack's bet is alignment and feedback loops, not a heavier process owner. Start with grilling, then wayfinder when the work no longer fits one session.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.
Claudesidian: Transform Obsidian into an AI-Powered Second Brain
Discover Claudesidian, an open-source project that perfectly integrates Obsidian with Claude Code. Built-in PARA method, custom commands, and automated workflows for a complete idea-to-implementation solution.