🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 8.7K |
| ⭐ GitHub Stars | 199,747(fork 17225) |
| 🗓️ 最近推送 | 2026-07-31 |
| 🌱 项目创建 | 2026-02-03 |
| 💻 语言 / License | Shell · MIT |
| 🐛 开放Issue | 266 |
📝 工具简介
用原始人语压缩上下文的Claude Code技能,减少65%token消耗。
📖 怎么用
安装方式跟其他技能一样,跑 `claude plugins install mattpocock-skills` 或 `/plugin install mattpocock-skills`,也可以用 `npx skills@latest add mattpocock/skills`。装完即用,不需要初始化配置。用的时候,直接把你的需求或问题丢给它,它会帮你把大任务拆成一个个可执行的小 tickets,方便你跟踪和管理。这技能设计得很轻量,你可以按自己的习惯调整,跟任何模型都能配合。
📋 迷你测评
同样是.agents目录里的技能,负责把需求拆成工单。亮点是省去手动拆分时间,直接生成可执行任务。没给具体数据,但流程感很强。
📊 数据评测
2026-08-11 评测
这是啥
to-tickets 是 mattpocock/skills 仓库里的一个工具类 skill,中文简介是“Skills for Real Engineers. Straight from my .agents directory.”。据 README,它是一套作者日常用于真实工程开发的 agent skills,强调小而可改、可组合,适用于任何模型。设计初衷是解决 agent 没按你想法做事的问题,比如通过 /grill me 这类技能让 agent 先问你细节再动手。安装方式有两种,Claude Code 插件或 skills.sh 复制可编辑文件,二选一。
数据表现
在 skills.sh 榜单排第 11 名,安装量 8.7K,分类为工具。GitHub 上仓库有 213129 stars、18405 forks、318 个开放 issue。创建于 2026-02-03,最近推送是 2026-08-07,最近提交是 2026-08-06,当天有 5 条提交,包括合并 PR、文档调整和版本更新。从提交日期看,项目维护活跃,最近一周内有持续更新。stars 和 forks 数量较高,但开放 issue 数量也不少,需要结合内容判断。
功能亮点
据仓库 README,主要能力包括:/grill me 用于非代码场景的对齐,/grill with docs 在 /grill me 基础上增加更多功能;/setup matt pocock skills 可一次性配置,询问你用的 issue 跟踪器(GitHub、Linear 或本地文件)、triage 用的标签、文档保存位置。安装方式支持 Claude Code 官方 marketplace 自动更新,或通过 npx skills update 手动拉取。还提到原生 Codex 插件在路线图上,但尚未发布。
适合谁 / 注意什么
适合使用 Claude Code、Codex 等 coding agent 的开发者,尤其是对 agent 输出不满意、想通过提问对齐需求的人。README 提到作者有数十年工程经验,技能设计偏实战,不搞花架子。注意:仓库开放 issue 有 318 个,数量不少,公开信息未说明这些 issue 的响应速度或解决情况。另外,安装方式二选一,装两遍会导致技能重复,README 里明确提醒了这一点。
📄 README 要点
这套技能和to-spec出自同一位作者,属于同一个系列,README内容基本一样。核心定位是给工程师日常开发用的Agent技能,强调小而可组合,不依赖特定模型。安装方式同样是两种:Claude Code插件一键装整套,或者用skills.sh手动复制文件自己改。区别在于to-tickets这个名字暗示它跟工单系统有关,可能是用来处理issue、bug追踪或者项目管理相关的任务,但原文没具体展开。适用场景就是开发流程中需要跟工单打交道的环节,比如自动分类、生成回复或者关联代码变更。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除