Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gongyijie85/mattpocock-skills-dsh-zh --skill setup-matt-pocock-skills-zhgit clone --depth 1 https://github.com/gongyijie85/mattpocock-skills-dsh-zhWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh)<a href="https://agentmods.dev/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh"><img src="https://agentmods.dev/badge/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh"><img src="https://agentmods.dev/badge/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.01919 |
| Opus 5 | $0.00024 | $0.00959 |
| Sonnet 5 | $0.00010 | $0.00384 |
| Haiku 4.5 | $0.00005 | $0.00192 |
Grade A, and why
setup-matt-pocock-skills-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
92% identical to setup-matt-pocock-skills — 108 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
配置 Matt Pocock 的 Skills
搭建工程类 skills 所依赖的每个仓库的配置:
- Issue tracker(问题跟踪器) — issues 存放的地方(默认 GitHub;本地 markdown 也开箱即支持)
- Triage labels(分流标签) — 用于五个标准 triage 角色的字符串
- Domain docs(领域文档) —
CONTEXT.md和 ADRs 存放的位置,以及阅读它们的消费规则
这是一个由 prompt 驱动的 skill,不是确定性的脚本。先探索,呈现你的发现,与用户确认,然后再写入。
流程
1. 探索
查看当前仓库,了解它的初始状态。读取已有的任何内容;不要臆测:
git remote -v和.git/config— 这是 GitHub 仓库吗?是哪一个?- 仓库根目录下的
AGENTS.md和CLAUDE.md— 两者存在吗?其中是否已有## Agent skills小节? - 仓库根目录下的
CONTEXT.md和CONTEXT-MAP.md docs/adr/以及任何src/*/docs/adr/目录docs/agents/— 这个 skill 之前的输出是否已经存在?.scratch/— 表示本地 markdown issue tracker 约定已在使用的迹象triageskill 是否已安装?(与当前 skill 并排的triageskill 文件夹,或你的可用 skills 中的triage。)这决定了 B 部分是否执行。- Monorepo 信号 —
pnpm-workspace.yaml、package.json中的workspaces字段,或带有自己的src/的、内容充实的packages/*。这些只出现在真正大型的多包仓库中;它们的缺失意味着 single-context(单上下文),而几乎每个仓库都是如此。
2. 呈现发现并询问
总结哪些已存在、哪些缺失。然后按顺序逐节进行——一节、一个答案,然后下一节。
每节都以推荐答案开头,让用户一句话就能接受。只有当选择确实产生分支时才给一行解释;当探索已经定案时跳过整节(未安装 triage 时跳过 B 部分,没有 monorepo 时跳过 C 部分)。
A 部分 — Issue tracker。
解释:本仓库的「issue tracker」就是 issues 存放的地方。
to-tickets、triage和to-spec等 skills 会读写它——它们需要知道是调用gh issue create、在.scratch/下写 markdown 文件,还是遵循你描述的其他工作流。选择你实际用来跟踪本仓库工作的地方。
默认姿态:这些 skills 是为 GitHub 设计的。如果 git remote 指向 GitHub,就提议 GitHub。如果 git remote 指向 GitLab(gitlab.com 或自托管主机),就提议 GitLab。否则(或用户另有偏好时),提供:
- GitHub — issues 存放在仓库的 GitHub Issues 中(使用
ghCLI) - GitLab — issues 存放在仓库的 GitLab Issues 中(使用
glabCLI) - Local markdown — issues 以文件形式存放在本仓库的
.scratch/<feature>/下(适合个人项目或没有 remote 的仓库) - Other(其他)(Jira、Linear 等)— 请用户用一段话描述工作流;skill 会把它记录为自由格式的散文
把选择记录到 docs/agents/issue-tracker.md。GitHub 和 GitLab 模板带有一个「PRs as a request surface(将 PR 作为请求入口)」标志,默认关闭——保持关闭,不要提起它;希望外部 PR 进入 triage 队列的用户之后可以在文件中自行打开该标志。
B 部分 — Triage 标签词汇。 如果 triage skill 未安装(探索阶段已得知),完全跳过本节——未安装的 skill 不需要标签。
如果已安装,只问一个问题:
你想保留默认的 triage 标签吗?(推荐:是)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 117 lines · 49 tokens per session scan A d523648a6fd3
setup-matt-pocock-skills-zh is a skill published in the GitHub repository gongyijie85/mattpocock-skills-dsh-zh (5 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,919 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to setup-matt-pocock-skills, differing in 108 lines, and is treated as a copy.
Other skills, from other repositories
manage-taskboard
Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…
dev-team
Simulate a collaborative dev team session where multiple role-based personas (PM, Architect, Developer, QA) respond to the same problem together in one session. Use when designing a feature, reviewing a proposal, or onboarding a new initiative and you want multi-role perspective without switching agents manually.
product-prd
A Chinese-language product-definition and requirements workflow that turns an approved idea into a product definition and a PRD, a detailed product requirements document.
iteration
A product maintenance stage that turns user feedback into a prioritised feedback list, roadmap, and next-version plan.
setup-matt-pocock-skills
Configure this repo for the engineering skills: set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
wayfinder
Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.