🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 10.2K |
| ⭐ GitHub Stars | 199,839(fork 17236) |
| 🗓️ 最近推送 | 2026-07-31 |
| 🌱 项目创建 | 2026-02-03 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 266 |
📝 工具简介
RigorPilot技能,面向深度学习实验的项目分析,保证可比性和可复现性。
📖 怎么用
安装命令跟上面一样,`claude plugins install mattpocock-skills` 或 `/plugin install mattpocock-skills`,或者 `npx skills@latest add mattpocock/skills`。装完不用配置,直接让 AI 帮你 scaffold exercises 就行。这个技能是给真实工程用的,不是那种花架子,你让 AI 生成练习框架,它会基于工程经验来搞。README 没写具体初始化,反正装完就能用,想调整就自己改。
📋 迷你测评
真实工程师的.agents目录里扒出来的技能,专门配置pre-commit钩子。亮点是实战来源,不是教学demo。适合想抄作业的。
📄 README 要点
这个仓库和setup-pre-commit是同一个作者的作品,内容几乎一样,都是他的“真实工程师技能包”系列。核心思路是提供小巧、可组合、易修改的AI代理技能,避免被GSD、BMAD这类方法论框架绑架。安装方式同样有两种:Claude Code插件一键装全套只读版,或者用skills.sh复制可编辑文件到本地自己改。作者强调这些技能基于多年工程经验,任何模型都能用,鼓励你“黑”进去改成自己的。适合不想被流程束缚、希望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)
交流使用体验、避坑建议;违规内容将被删除