🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 4.3K |
| ⭐ GitHub Stars | 230,652(fork 19702) |
| 🗓️ 最近推送 | 2026-08-21 |
| 🌱 项目创建 | 2026-02-03 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 377 |
📝 工具简介
真实工程师的技能,直接来自我的 .agents 目录。
📖 怎么用
安装很简单,在 Claude Code 里跑 `claude plugins install mattpocock-skills` 或 `/plugin install mattpocock-skills`,也可以用 `npx skills@latest add mattpocock/skills`。装完不用额外配置,直接就能用。这套技能主打小而美、可组合,你可以在日常工程里按需调用,比如写代码、改 bug 时让 Agent 用这些技能来辅助。用的时候建议先翻翻每个技能的说明,按你的习惯改一改,让它更顺手。想跟进更新的话,可以订阅作者的更新渠道。
📋 迷你测评
真实工程师的.agents目录技能,直接拿来用的实现规范。亮点是“真人实战沉淀”,比通用规范更接地气。适合想抄作业的团队。
📊 数据评测
2026-08-22 评测
这是啥
implement-spec 是一个来自 mattpocock/skills 仓库的 AI 编码技能包,中文简介称其为“真实工程师的技能,直接来自我的 .agents 目录”。据仓库 README,它包含作者日常用于真实工程开发(而非“vibe coding”)的 agent 技能,设计目标是小型、易调整、可组合,并兼容任何模型。安装方式有两种:通过 Claude Code 插件订阅只读捆绑包,或用 skills.sh 将可编辑文件复制到项目中。核心流程是运行 /setup 后选择 issue 跟踪器、标签和文档保存位置。
数据表现
在 skills.sh 榜单中排名第 21,安装量 4.3K(来源:skills.sh 榜单)。GitHub 仓库显示 230659 stars、19700 forks、377 个开放 issue(来源:GitHub)。创建于 2026-02-03,最近推送为 2026-08-21,当天有 5 条提交记录,包括修复代码审查措辞、合并文档 PR 等,说明近期维护活跃。从提交频率看,8 月 20 日和 21 日均有合并操作,开发节奏正常。但安装量相对 stars 数量偏低,可能反映该技能包在榜单上的实际采用率有限。
功能亮点
据仓库 README,该技能包主要解决“代理没按我想要的做”的问题,核心功能包括:/grill me 用于非代码场景的详细提问对齐,/grill with docs 在 grill me 基础上增加额外功能。安装时会询问 issue 跟踪器(GitHub、Linear 或本地文件)、triage 标签和文档保存位置。支持通过 skills.sh 选择技能和安装目标代理,并可用 npx skills update 手动拉取更新。README 强调技能设计为小而可组合,基于数十年工程经验,用户可自行修改。
适合谁 / 注意什么
适合使用 Claude Code、Codex 等编码代理但常遇到“代理理解偏差”问题的开发者,尤其是愿意通过提问式对齐流程来明确需求的工程师。从数据看,仓库 stars 很高但安装量仅 4.3K,说明关注者多而实际使用者少,可能因为技能包需要一定配置成本。风险方面:377 个开放 issue 数量较多,公开信息未说明 issue 响应速度;创建至今约 6 个月,虽近期有提交,但需关注后续维护持续性。README 未提供具体技能列表和用法示例,新用户上手可能需要额外摸索。
📄 README 要点
这是一套给工程师用的AI代理技能包,主打真实工程开发而不是花哨的“氛围编程”。作者觉得GSD、BMAD这类方法虽然想帮你管流程,但反而剥夺了你的控制权,出了问题还难排查。所以这套技能设计得小巧、易改、可组合,跟任何模型都能配合,背后是几十年的工程经验沉淀。你可以随便改造成自己的风格。安装有两种方式:用Claude Code插件装的话是只读托管包,作者更新你就跟着更新,相当于订阅;用skills.sh则是复制可编辑的技能文件,完全自己掌控。适合那些不想被框架绑死、喜欢自己掌控开发流程的工程师。
查看英文原文
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, so 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, so 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
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除