‹ 返回总目录
开发工具 最近更新07-31

tdd

| 2026-08-01 收录(在榜4天)

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量4.9K
⭐ GitHub Stars199,213(fork 17169)
🗓️ 最近推送2026-07-31
🌱 项目创建2026-02-03
💻 语言 / LicenseShell · MIT
🐛 开放Issue262

📝 工具简介

面向真实工程师的测试驱动开发技能包,来自作者个人.agents目录。

📖 怎么用

装法有三种,任选:Claude 里跑 `/plugin install mattpocock-skills`,或用 `claude plugins install mattpocock-skills`,或者用 `npx skills@latest add mattpocock/skills`。装完即用,不需要额外配置。这套 skill 主打小而可组合,不绑架你的开发流程,直接按你平时的工程习惯跟 agent 对话就行,它会基于几十年的工程经验给你 TDD 相关的建议和操作。想改就自己 hack,README 说随便改。

📋 迷你测评

面向真实工程师的测试驱动开发技能包,来自作者个人.agents目录。亮点是实战导向,非理论说教。适合习惯TDD但想找现成流程的人。

📊 数据评测

2026-08-16 评测

这是啥

tdd 是一个面向真实工程师的测试驱动开发技能包,来自作者 mattpocock 的个人 .agents 目录。据仓库 README,它定位是给日常做真实工程(而非 vibe coding)的人用,强调技能包要小、易改、可组合,且兼容任何模型。作者认为 GSD、BMAD 这类方案接管了流程反而让 bug 难查,所以这套技能设计成让你自己掌控。安装方式有两种:Claude Code 插件(只读托管包,自动更新)和 skills.sh(可编辑文件拷进项目,自己改)。

数据表现

在 skills.sh 榜单排第 7,安装量 4.9K,分类为开发工具。GitHub 上 stars 为 218780,forks 18844,开放 issue 354 个。仓库创建于 2026-02-03,最近推送是 2026-08-15,当天有 5 条提交,包括合并 PR #880 和 #878,以及关于 user-invoked skill 调用规则的修改。从日期看,项目维护活跃,最近一次提交距今不到一个月,不是停滞状态。安装量不算特别高,但 stars 和 forks 数量很大,说明关注度不低。

功能亮点

据仓库 README,核心能力是 /grill me 和 /grill with docs,用于在动工前让 agent 详细盘问需求,解决沟通错位。安装后运行 /setup matt pocock skills,会询问你用哪个 issue 跟踪器(GitHub、Linear 或本地文件)、triage 时用什么标签、文档存哪里。技能包支持 Claude Code、Codex 和其他 agent,安装器可挑技能装。README 还提到作者有 60,000 订阅者的 newsletter,但未说明具体功能细节。公开信息未说明技能包内具体包含哪些 tdd 命令。

适合谁 / 注意什么

从 README 看,适合不想被重型流程束缚、愿意自己改技能文件的工程师,尤其是用 Claude Code 或 Codex 做真实项目的人。安装方式二选一,装两遍会重复。数据上需要注意:354 个开放 issue 不算少,但未说明回复速度或解决率;stars 高但安装量 4.9K 偏低,可能说明很多人只是 star 没实际用。仓库语言是 Shell,License 为 MIT,可自由改。公开信息未说明是否有长期不更新的风险,因为最近提交很活跃。

📄 README 要点

这是一位资深工程师日常使用的AI代理技能集,主打真实工程开发,不是那种花里胡哨的vibe coding。作者觉得GSD、BMAD、Spec Kit这些方法论虽然想帮忙,但反而剥夺了你的控制权,出了问题还难排查。所以这套技能设计得小巧、容易改、可以自由组合,跟任何模型都能配合,背后是几十年的工程经验沉淀。安装有两条路:用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 — 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)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考