🛍️ 更多精选好物 ›
📊 公开数据一览
| ⭐ GitHub Stars | 199,214(fork 17169) |
| 🗓️ 最近推送 | 2026-07-31 |
| 🌱 项目创建 | 2026-02-03 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 262 |
📝 工具简介
面向真实工程师的教学指导技能包,来自作者个人.agents目录。
📖 怎么用
安装方式跟同系列一样,在 Claude 里跑 `/plugin install mattpocock-skills`,或者用 `npx skills@latest add mattpocock/skills` 安装。README 没写单独的配置步骤,装完即用。这个技能主要用于问题分诊,你可以在接到任务时让 Agent 先做优先级判断和分类,再决定下一步怎么处理。它强调可组合、易调整,你可以根据实际工作流自由改造,不限制模型。
📋 迷你测评
给真实工程师做问题分类和优先级排序的技能包。亮点是帮你理清先修哪个bug,不瞎忙。适合每天被一堆issue淹没、需要快速决策的场景。
📄 README 要点
这套技能包跟handoff是同一个作者出的,主打实战工程开发,不是那种花里胡哨的AI写代码演示。核心是让AI代理具备真正干活的能力,而不是只会生成代码片段。它的设计理念是模块化、轻量级,每个技能都能独立使用,也能组合起来应对复杂任务。安装很简单,30秒就能搞定,可以通过Claude Code插件直接订阅整套,或者用skills.sh把文件拷下来自己改。它不挑模型,任何AI都能用。适合那些对现有AI开发框架不满意、想要更多控制权的开发者,可以按自己的习惯调整技能包,让它真正贴合你的工作流。
查看英文原文
Skills For Real Engineers My agent skills that I use every day to do real engineering not vibe coding. Developing real applications is hard. Approaches like GSD, BMAD, and Spec Kit try to help by owning the process. But while doing so, they take away your control and make bugs in the process hard to resolve. These skills are designed to be small, easy to adapt, and composable. They work with any model. They're based on decades of engineering experience. Hack around with them. Make them your own. Enjoy. If you want to keep up with changes to these skills, and any new ones I create, you can join 60,000 other devs on my newsletter: Sign Up To The Newsletter Installation (30 second setup) Two ways in, two philosophies. The Claude Code plugin installs the whole set as a managed, read only bundle that updates when I ship — you subscribe rather than fork. skills.sh copies editable skill files into your project, so you can hack on them and make them your own. Pick one — installing both leaves you with every skill twice. 1. Get the skills Claude Code [安装/使用命令见下方] Or, from inside a session: [安装/使用命令见下方] It's in Claude Code's official marketplace, so there's nothing to add first, and updates arrive automatically. Codex, and other agents [安装/使用命令见下方] Pick the skills you want, and which coding agents to install them on. The installer lets you choose which skills to take — make sure setup matt pocock skills is one of them. A native Codex plugin is on the roadmap — see .agents/adr/0002 ship as a claude code plugin.md . For tinkerers Use the same installer, on any agent — including Claude Code: [安装/使用命令见下方] It writes the skills into your repo as ordinary files you own and can edit. Nothing updates behind your back; pull my latest changes when you want them with npx skills update . 2. Run /setup matt pocock skills In your agent, run it once per repo. It will: Ask you which issue tracker you want to use (GitHub, Linear, or local files) Ask you what labels you apply to tickets when yo
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除