setup-matt-pocock-skills-zh

setup-matt-pocock-skills-zh is a skill for Claude Code from gongyijie85/mattpocock-skills-dsh-zh. It costs 49 tokens per session (1,919 once invoked), scanned A, a copy of setup-matt-pocock-skills, MIT.

A repository setup workflow for engineering add-ons. It configures where issues are stored, how triage labels are named, and where project context and architecture decision documents live.

In plain words
What is it for?
Use it once when preparing a repository for ticket creation, issue triage, specifications, and related engineering workflows.
Why use it?
Other workflows need these project-specific locations and labels before they can work reliably. This setup avoids making them guess how the repository is organised.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit Use it once when preparing a repository for ticket creation, issue triage, specifications, and related engineering workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh
Install

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.

Any agent
npx skills add gongyijie85/mattpocock-skills-dsh-zh --skill setup-matt-pocock-skills-zh
Clone the repo
git clone --depth 1 https://github.com/gongyijie85/mattpocock-skills-dsh-zh

Made for: Claude Code.

Wrote 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.

agentmods badge for setup-matt-pocock-skills-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh/github.svg)](https://agentmods.dev/skills/gongyijie85/mattpocock-skills-dsh-zh/setup-matt-pocock-skills-zh)
Your own site
<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.

agentmods 80×15 button for setup-matt-pocock-skills-zh

Your own site · 80×15
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash d523648a6fd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

Origin

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.

skills/setup-matt-pocock-skills-zh/SKILL.md · 117 lines

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.mdCLAUDE.md — 两者存在吗?其中是否已有 ## Agent skills 小节?
  • 仓库根目录下的 CONTEXT.mdCONTEXT-MAP.md
  • docs/adr/ 以及任何 src/*/docs/adr/ 目录
  • docs/agents/ — 这个 skill 之前的输出是否已经存在?
  • .scratch/ — 表示本地 markdown issue tracker 约定已在使用的迹象
  • triage skill 是否已安装?(与当前 skill 并排的 triage skill 文件夹,或你的可用 skills 中的 triage。)这决定了 B 部分是否执行。
  • Monorepo 信号 — pnpm-workspace.yamlpackage.json 中的 workspaces 字段,或带有自己的 src/ 的、内容充实的 packages/*。这些只出现在真正大型的多包仓库中;它们的缺失意味着 single-context(单上下文),而几乎每个仓库都是如此。

2. 呈现发现并询问

总结哪些已存在、哪些缺失。然后按顺序逐节进行——一节、一个答案,然后下一节。

每节都以推荐答案开头,让用户一句话就能接受。只有当选择确实产生分支时才给一行解释;当探索已经定案时跳过整节(未安装 triage 时跳过 B 部分,没有 monorepo 时跳过 C 部分)。

A 部分 — Issue tracker。

解释:本仓库的「issue tracker」就是 issues 存放的地方。to-ticketstriageto-spec 等 skills 会读写它——它们需要知道是调用 gh issue create、在 .scratch/ 下写 markdown 文件,还是遵循你描述的其他工作流。选择你实际用来跟踪本仓库工作的地方。

默认姿态:这些 skills 是为 GitHub 设计的。如果 git remote 指向 GitHub,就提议 GitHub。如果 git remote 指向 GitLab(gitlab.com 或自托管主机),就提议 GitLab。否则(或用户另有偏好时),提供:

  • GitHub — issues 存放在仓库的 GitHub Issues 中(使用 gh CLI)
  • GitLab — issues 存放在仓库的 GitLab Issues 中(使用 glab CLI)
  • 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 标签吗?(推荐:

Read the full file on GitHub · 117 lines

Changes

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.

  1. yesterday First seen · 117 lines · 49 tokens per session scan A d523648a6fd3

Subscribe to this mod's changes

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.

Related

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…

shengsheng90/DSH-taskboard · 88 tokens

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.

gongyijie85/dsh-ecc · 60 tokens

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.

songoao25/dsh-virtual-product-team · 51 tokens

iteration

A product maintenance stage that turns user feedback into a prioritised feedback list, roadmap, and next-version plan.

songoao25/dsh-virtual-product-team · 48 tokens

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.

gongyijie85/mattpocock-skills-dsh · 44 tokens

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.

gongyijie85/mattpocock-skills-dsh · 46 tokens