mattpocock-skills-dsh 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.md +188 -0
- package/cordis.patch.yml +9 -0
- package/lib/index.js +169 -0
- package/package.json +45 -0
- package/skills/ask-matt/PHASE-BOUNDARIES.md +60 -0
- package/skills/ask-matt/SKILL.md +90 -0
- package/skills/code-review/SKILL.md +87 -0
- package/skills/codebase-design/DEEPENING.md +37 -0
- package/skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
- package/skills/codebase-design/SKILL.md +114 -0
- package/skills/diagnosing-bugs/SKILL.md +138 -0
- package/skills/diagnosing-bugs/scripts/hitl-loop.template.sh +44 -0
- package/skills/domain-modeling/ADR-FORMAT.md +47 -0
- package/skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
- package/skills/domain-modeling/SKILL.md +74 -0
- package/skills/grill-me/SKILL.md +7 -0
- package/skills/grill-with-docs/SKILL.md +7 -0
- package/skills/grilling/SKILL.md +22 -0
- package/skills/handoff/SKILL.md +16 -0
- package/skills/implement/SKILL.md +15 -0
- package/skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
- package/skills/improve-codebase-architecture/SKILL.md +71 -0
- package/skills/prototype/LOGIC.md +67 -0
- package/skills/prototype/SKILL.md +26 -0
- package/skills/prototype/UI.md +112 -0
- package/skills/research/SKILL.md +12 -0
- package/skills/resolving-merge-conflicts/SKILL.md +14 -0
- package/skills/setup-matt-pocock-skills/SKILL.md +116 -0
- package/skills/setup-matt-pocock-skills/domain.md +51 -0
- package/skills/setup-matt-pocock-skills/issue-tracker-github.md +45 -0
- package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +46 -0
- package/skills/setup-matt-pocock-skills/issue-tracker-local.md +30 -0
- package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
- package/skills/tdd/SKILL.md +38 -0
- package/skills/tdd/mocking.md +59 -0
- package/skills/tdd/tests.md +77 -0
- package/skills/teach/GLOSSARY-FORMAT.md +35 -0
- package/skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
- package/skills/teach/MISSION-FORMAT.md +31 -0
- package/skills/teach/RESOURCES-FORMAT.md +32 -0
- package/skills/teach/SKILL.md +140 -0
- package/skills/to-questionnaire/SKILL.md +53 -0
- package/skills/to-spec/SKILL.md +75 -0
- package/skills/to-tickets/SKILL.md +105 -0
- package/skills/triage/AGENT-BRIEF.md +207 -0
- package/skills/triage/OUT-OF-SCOPE.md +105 -0
- package/skills/triage/SKILL.md +112 -0
- package/skills/wait-what/SKILL.md +7 -0
- package/skills/wayfinder/SKILL.md +128 -0
- package/skills/wizard/SKILL.md +44 -0
- package/skills/wizard/template.sh +204 -0
- package/skills/writing-for-agents/SKILL-MECHANICS.md +22 -0
- package/skills/writing-for-agents/SKILL.md +81 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Matt Pocock (original skills, https://github.com/mattpocock/skills)
|
|
4
|
+
Copyright (c) 2026 mattpocock-skills-dsh contributors (DSH port)
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
# mattpocock-skills-dsh
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/mattpocock-skills-dsh)
|
|
4
|
+
[](https://github.com/gongyijie85/mattpocock-skills-dsh/releases)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
7
|
+
为 **DeepSeek Harness (DSH)** 打造的 Matt Pocock 技能插件包:把
|
|
8
|
+
[mattpocock/skills](https://github.com/mattpocock/skills)(来自
|
|
9
|
+
[aihero.dev/skills](https://www.aihero.dev/skills) 的"真实工程师"技能集)
|
|
10
|
+
移植到 DSH 的 Cordis 插件架构上。
|
|
11
|
+
|
|
12
|
+
插件会向 `ctx.skills` 注册表的 **host 层** 注册一个技能提供者,因此每个
|
|
13
|
+
agent preset 的作用域链都会合并这些技能。技能正文随包分发
|
|
14
|
+
(`skills/<name>/SKILL.md`),通过 `import.meta.url` 定位——这是包的
|
|
15
|
+
组装事实,不需要任何用户配置。
|
|
16
|
+
|
|
17
|
+
> **非官方移植**:技能内容改编自 [mattpocock/skills](https://github.com/mattpocock/skills)(MIT,
|
|
18
|
+
> © Matt Pocock)。上游以 Claude Code 插件格式发布;本包做的是 DSH 适配。
|
|
19
|
+
|
|
20
|
+
## 快速上手:七课工作流(中英对照)
|
|
21
|
+
|
|
22
|
+
> 出自 Matt Pocock 的 skills 邮件——整包技能的正确打开方式,就是按下面
|
|
23
|
+
> 这条工作流从头跑到尾。`Sandcastle` 为外部工具,不在本包内。
|
|
24
|
+
|
|
25
|
+
> Prompts are disposable. Workflows are reusable. That is the whole
|
|
26
|
+
> difference, and these seven lessons are one workflow in the order you
|
|
27
|
+
> would actually run it:
|
|
28
|
+
>
|
|
29
|
+
> 提示词用过即弃,工作流可以复用——全部区别就在于此。而这七课,合起来
|
|
30
|
+
> 就是一条按真实执行顺序运行的工作流:
|
|
31
|
+
|
|
32
|
+
| Step | 原文 | 对照中文 |
|
|
33
|
+
| --- | --- | --- |
|
|
34
|
+
| 0 | This email. Pick your path. | 这封邮件就是起点:选一条路。 |
|
|
35
|
+
| 1 | `/grill-with-docs` , so the agent is not building from fog | 先把想法拷问清楚,agent 才不会在迷雾中开工 |
|
|
36
|
+
| 2 | `/prototype` and `/handoff` , to test the uncertain part in a toy version | 用玩具原型验证不确定的部分,并留好交接 |
|
|
37
|
+
| 3 | `/to-spec` and `/to-tickets` , to break big work into reviewable slices | 把大工作拆成可评审的切片 |
|
|
38
|
+
| 4 | `Sandcastle` , to run AFK agents somewhere safe | 在安全的地方跑挂机(AFK)agent(外部工具,不在本包) |
|
|
39
|
+
| 5 | `/code-review` , so each run teaches the next one | 每一次评审,都让下一次运行变得更好 |
|
|
40
|
+
| 6 | The full loop, start to finish | 从起点到终点,跑完整条循环 |
|
|
41
|
+
|
|
42
|
+
## 在 DeepSeek Harness 中安装与使用
|
|
43
|
+
|
|
44
|
+
这是 DeepSeek Harness 的**插件包**。安装后会把技能注册进 host 技能注册表,
|
|
45
|
+
你 profile 里的每个 agent 会话都能在技能目录中看到它们,并可用 `skill`
|
|
46
|
+
工具加载。
|
|
47
|
+
|
|
48
|
+
### 前置条件
|
|
49
|
+
|
|
50
|
+
- 已安装 DeepSeek Harness,并且有 **pnpm** —— `dsh plugin` 命令内部调用
|
|
51
|
+
pnpm(用 `pnpm --version` 检查;没有的话到 https://pnpm.io 安装)
|
|
52
|
+
- `dsh` 命令行。它随 Harness 一起提供,通常以 `npx @deepseek-ai/dsh web`
|
|
53
|
+
方式启动。要么把它装成全局命令,要么在所有命令前加 `npx`:
|
|
54
|
+
|
|
55
|
+
```sh
|
|
56
|
+
# 方式一:全局安装 dsh,永久可用(推荐)
|
|
57
|
+
npm install -g @deepseek-ai/dsh
|
|
58
|
+
dsh --version
|
|
59
|
+
|
|
60
|
+
# 方式二:不安装,所有命令用 npx 形式
|
|
61
|
+
npx @deepseek-ai/dsh --version
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
下文所有 `dsh ...` 示例都可以等价写成 `npx @deepseek-ai/dsh ...`。
|
|
65
|
+
|
|
66
|
+
### 最简单:一条命令(从 GitHub 安装)
|
|
67
|
+
|
|
68
|
+
```sh
|
|
69
|
+
npx @deepseek-ai/dsh plugin --profile web add github:gongyijie85/mattpocock-skills-dsh
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
### 从本地文件夹安装(开发阶段)
|
|
73
|
+
|
|
74
|
+
```sh
|
|
75
|
+
# 任意目录下执行;文件夹安装是链接方式,改完重启 profile 即生效
|
|
76
|
+
dsh plugin --profile web add D:\plugins\mattpocock-skills-dsh
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### 让 DeepSeek Harness 帮你安装
|
|
80
|
+
|
|
81
|
+
打开 DeepSeek Harness(Web 界面),新建对话,把下面这句话发给它:
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
帮我安装这个链接里边的插件:https://github.com/gongyijie85/mattpocock-skills-dsh
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Agent 会自动完成安装(`dsh plugin add` → 重启 profile → 验证技能注册)。
|
|
88
|
+
|
|
89
|
+
### 重启并验证
|
|
90
|
+
|
|
91
|
+
bundle 层在 profile 启动时挂载,所以需要**重启 profile**(停掉后重新运行
|
|
92
|
+
`dsh web` / `npx @deepseek-ai/dsh web`,再刷新浏览器)。确认层已组合:
|
|
93
|
+
|
|
94
|
+
```sh
|
|
95
|
+
dsh --profile web --dump-config # 必须出现 `mattpocock-skills-dsh` 行
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
之后技能会出现在 agent 技能目录中,可以用 `skill` 工具加载。
|
|
99
|
+
|
|
100
|
+
### 卸载
|
|
101
|
+
|
|
102
|
+
```sh
|
|
103
|
+
dsh plugin --profile web remove mattpocock-skills-dsh
|
|
104
|
+
# 卸载后同样需要重启 profile
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
## 技能列表(全量 25 个 = 上游 promoted 集)
|
|
108
|
+
|
|
109
|
+
### productivity(7)
|
|
110
|
+
|
|
111
|
+
| 技能 | 用途 | 调用方式 |
|
|
112
|
+
| --- | --- | --- |
|
|
113
|
+
| `grill-me` | 入口:无情地拷问一个计划或设计 | 用户调用(指向 grilling) |
|
|
114
|
+
| `grilling` | 把想法压力测试成设计树,逐轮提问直到共识 | 模型/用户调用 |
|
|
115
|
+
| `handoff` | 把当前对话压成交接文档给下一个 agent | 用户调用 |
|
|
116
|
+
| `teach` | 在多个会话里教用户一个概念 | 用户调用 |
|
|
117
|
+
| `to-questionnaire` | 把答不了的决策转成给别人填的问卷 | 用户调用 |
|
|
118
|
+
| `wait-what` | 停下:上一条消息没接住——重新表述 | 用户调用 |
|
|
119
|
+
| `writing-for-agents` | 编写 agent 消费的文档(skill、AGENTS.md 等) | 模型/用户调用 |
|
|
120
|
+
|
|
121
|
+
### engineering(18)
|
|
122
|
+
|
|
123
|
+
| 技能 | 用途 | 调用方式 |
|
|
124
|
+
| --- | --- | --- |
|
|
125
|
+
| `ask-matt` | 路由器:问哪个技能/流程适合当前情况 | 用户调用 |
|
|
126
|
+
| `code-review` | 双轴评审(标准 + 规格),并行子代理 | 模型/用户调用 |
|
|
127
|
+
| `codebase-design` | 深模块设计词汇(module/interface/depth/seam...) | 模型/用户调用 |
|
|
128
|
+
| `diagnosing-bugs` | 硬 bug 与性能回归的诊断循环 | 模型/用户调用 |
|
|
129
|
+
| `domain-modeling` | 打磨项目领域语言,记录 ADR | 模型/用户调用 |
|
|
130
|
+
| `grill-with-docs` | 带文档沉淀的拷问(ADR + 词汇表) | 用户调用 |
|
|
131
|
+
| `implement` | 按 spec/票据实现一段工作 | 用户调用 |
|
|
132
|
+
| `improve-codebase-architecture` | 扫描深挖机会,HTML 报告 + 拷问 | 用户调用 |
|
|
133
|
+
| `prototype` | 用一次性原型回答设计问题 | 模型/用户调用 |
|
|
134
|
+
| `research` | 背景代理查一手资料,产出引用 Markdown | 模型/用户调用 |
|
|
135
|
+
| `resolving-merge-conflicts` | 按意图解决 merge/rebase 冲突 | 模型/用户调用 |
|
|
136
|
+
| `setup-matt-pocock-skills` | 一次性配置 issue tracker/标签/文档布局 | 用户调用 |
|
|
137
|
+
| `tdd` | 红-绿-重构实现循环 | 模型/用户调用 |
|
|
138
|
+
| `to-spec` | 把对话合成 spec 发布到 tracker | 用户调用 |
|
|
139
|
+
| `to-tickets` | 把 spec 拆成声明阻塞边的 tracer-bullet 票据 | 用户调用 |
|
|
140
|
+
| `triage` | 把 issue/PR 走完三态机并写 agent 简报 | 用户调用 |
|
|
141
|
+
| `wayfinder` | 超大会话工作:决策票据地图逐条解决 | 用户调用 |
|
|
142
|
+
| `wizard` | 生成交互式 bash 向导,让人走只有人能走的步骤 | 模型/用户调用 |
|
|
143
|
+
|
|
144
|
+
> 说明:`/clear`、`/compact` 是上游引用的 Claude Code 原生命令,非本包技能;
|
|
145
|
+
> DSH 中对应"开新会话"与"手动摘要续接",详见
|
|
146
|
+
> `skills/ask-matt/PHASE-BOUNDARIES.md` 的移植注记。
|
|
147
|
+
|
|
148
|
+
## 移植说明(对比上游 mattpocock/skills)
|
|
149
|
+
|
|
150
|
+
- **格式**:上游即标准 `SKILL.md`(YAML frontmatter:`name` +
|
|
151
|
+
`description`,可选 `whenToUse`),DSH 可直接消费,正文基本零改动。
|
|
152
|
+
- **调用语义**:上游 `disable-model-invocation: true`(仅用户可调,如
|
|
153
|
+
`grill-me`、`wait-what`)映射为 DSH 的 `invocation.modelInvocable: false`,
|
|
154
|
+
保留原意图;其余技能模型/用户均可调用。
|
|
155
|
+
- **工具名适配**:`grill-me` 原文 "Call the Skill tool with 'grilling'" 的
|
|
156
|
+
Claude Code 工具名改为 DSH 的 `skill` 工具;`grilling` 中的"dispatch a
|
|
157
|
+
sub-agent"对应 DSH 的 `subagent` 工具,原文措辞通用,未改动。
|
|
158
|
+
- **未移植的辅助文件**:各技能目录下的 `agents/openai.yaml` 是 Codex 的
|
|
159
|
+
调用策略,DSH 不需要,已剔除;`writing-for-agents` 的相对引用
|
|
160
|
+
`SKILL-MECHANICS.md` 随包保留,由 `resourceBase` 解析。
|
|
161
|
+
- **相对引用**:技能目录内相对文件(如 `SKILL-MECHANICS.md`)通过
|
|
162
|
+
`resourceBase` 指向技能所在目录,可正常加载。
|
|
163
|
+
|
|
164
|
+
## 工作原理
|
|
165
|
+
|
|
166
|
+
- **Bundle 层** —— `cordis.patch.yml` 在 dsh-base 层之上插入一行
|
|
167
|
+
(`- id: mattpocock-skills-dsh, name: mattpocock-skills-dsh`)。后面的层
|
|
168
|
+
(profile 的 `cordis.patch.yml`、`--patch` 叠加)仍可按 id 定位这一行。
|
|
169
|
+
- **提供者** —— `lib/index.js` 调用 `ctx.skills.registerProvider(...)`:
|
|
170
|
+
- `list()` 扫描包内 `skills/` 目录,把每个 `<name>/SKILL.md` 作为候选,
|
|
171
|
+
从 YAML frontmatter 解析出 `name`、`description`、`whenToUse` 与
|
|
172
|
+
`disable-model-invocation`。
|
|
173
|
+
- `get()` 按需读取候选技能正文,返回完整技能定义,`resourceBase` 指向
|
|
174
|
+
技能所在目录,使相对引用可以正确解析。
|
|
175
|
+
- **零运行时依赖** —— 插件只使用 Node 内置模块,消费注入的 `ctx.skills`
|
|
176
|
+
服务接口。
|
|
177
|
+
|
|
178
|
+
## 添加自己的技能
|
|
179
|
+
|
|
180
|
+
往包里放一个新的 `skills/<kebab-name>/SKILL.md` 即可——它必须以 YAML
|
|
181
|
+
frontmatter 开头(`name` + `description`,可选 `whenToUse` 与
|
|
182
|
+
`disable-model-invocation`)。无需改任何代码:`list()` 会自动发现它。
|
|
183
|
+
|
|
184
|
+
## 许可证
|
|
185
|
+
|
|
186
|
+
MIT。技能内容改编自
|
|
187
|
+
[mattpocock/skills](https://github.com/mattpocock/skills)(MIT),© Matt
|
|
188
|
+
Pocock;DSH 移植部分 © mattpocock-skills-dsh contributors。见 [LICENSE](LICENSE)。
|
package/cordis.patch.yml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# mattpocock-skills-dsh bundle patch: mount the matt-pocock skill provider
|
|
2
|
+
# into the host skill registry (its rows are host-plane, so every agent
|
|
3
|
+
# preset's scope chain merges the skills it registers).
|
|
4
|
+
#
|
|
5
|
+
# This patch is applied over the dsh-base layer; later layers (the profile's
|
|
6
|
+
# own cordis.patch.yml and --patch overlays) can still address this row by id.
|
|
7
|
+
- insert:
|
|
8
|
+
- id: mattpocock-skills-dsh
|
|
9
|
+
name: 'mattpocock-skills-dsh'
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
// mattpocock-skills-dsh: Matt Pocock's skills for the DeepSeek Harness.
|
|
2
|
+
//
|
|
3
|
+
// A Cordis plugin that registers one skill provider into the HOST layer of the
|
|
4
|
+
// `ctx.skills` registry, so every agent preset's scope chain merges these
|
|
5
|
+
// skills. Skill bodies live in `../skills/<name>/SKILL.md` inside this
|
|
6
|
+
// package; the provider locates them from `import.meta.url` (an assembly
|
|
7
|
+
// fact of this package, never user config) and loads bodies on demand.
|
|
8
|
+
//
|
|
9
|
+
// The provider protocol mirrors @deepseek-ai/dsh-skill-filesystem:
|
|
10
|
+
// - list() discovers directory-bundle candidates (name/description from
|
|
11
|
+
// YAML frontmatter, body left unread until requested)
|
|
12
|
+
// - get() parses the winning candidate's SKILL.md and returns the full
|
|
13
|
+
// definition with a directory resource base for relative references
|
|
14
|
+
//
|
|
15
|
+
// Upstream adaptation notes (vs https://github.com/mattpocock/skills):
|
|
16
|
+
// - `disable-model-invocation: true` (user-invoked skills such as
|
|
17
|
+
// grill-me / wait-what) maps to invocation.modelInvocable: false, so
|
|
18
|
+
// DSH keeps the upstream invocation semantics.
|
|
19
|
+
// - Harness-specific aux files (e.g. agents/openai.yaml for Codex) are
|
|
20
|
+
// not shipped; only SKILL.md and its relative references travel.
|
|
21
|
+
//
|
|
22
|
+
// @module mattpocock-skills-dsh
|
|
23
|
+
import { readdir, readFile } from 'node:fs/promises'
|
|
24
|
+
import { fileURLToPath } from 'node:url'
|
|
25
|
+
import { dirname, join } from 'node:path'
|
|
26
|
+
|
|
27
|
+
const name = 'mattpocock-skills-dsh'
|
|
28
|
+
const inject = ['skills']
|
|
29
|
+
|
|
30
|
+
/** Registry precedence for packaged skill providers: ranks below the local bundled root. */
|
|
31
|
+
const PACKAGED_SKILL_RANK = 550
|
|
32
|
+
|
|
33
|
+
/** The source bucket these skills advertise under (prompt-visible metadata). */
|
|
34
|
+
const SOURCE = 'custom'
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Parse the YAML frontmatter block of a SKILL.md into metadata plus body.
|
|
38
|
+
* Handles only the scalar fields DSH skill discovery consumes (name,
|
|
39
|
+
* description, whenToUse) plus the upstream invocation flag; richer metadata
|
|
40
|
+
* passes through verbatim.
|
|
41
|
+
* @param text - the raw skill file contents.
|
|
42
|
+
* @returns parsed metadata object and the markdown body after the block, or
|
|
43
|
+
* null when the file has no frontmatter block at all.
|
|
44
|
+
*/
|
|
45
|
+
function parseFrontmatter(text) {
|
|
46
|
+
if (!text.startsWith('---')) return null
|
|
47
|
+
const end = text.indexOf('\n---', 3)
|
|
48
|
+
if (end === -1) return null
|
|
49
|
+
const block = text.slice(3, end)
|
|
50
|
+
const body = text.slice(end + 4).replace(/^\n+/, '')
|
|
51
|
+
const metadata = {}
|
|
52
|
+
for (const line of block.split('\n')) {
|
|
53
|
+
const match = /^([A-Za-z][\w-]*):\s*(.*)$/.exec(line.trim())
|
|
54
|
+
if (!match) continue
|
|
55
|
+
let value = match[2].trim()
|
|
56
|
+
if ((value.startsWith('"') && value.endsWith('"')) || (value.startsWith("'") && value.endsWith("'"))) {
|
|
57
|
+
value = value.slice(1, -1)
|
|
58
|
+
}
|
|
59
|
+
metadata[match[1]] = value
|
|
60
|
+
}
|
|
61
|
+
return { metadata, body }
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Read and parse one skill directory's SKILL.md.
|
|
66
|
+
* @param skillFile - absolute path to the SKILL.md file.
|
|
67
|
+
* @param signal - optional cancellation; aborts the read.
|
|
68
|
+
* @returns the parsed skill record, or undefined when the file vanished.
|
|
69
|
+
*/
|
|
70
|
+
async function parseSkillFile(skillFile, signal) {
|
|
71
|
+
let text
|
|
72
|
+
try {
|
|
73
|
+
text = await readFile(skillFile, 'utf8')
|
|
74
|
+
} catch {
|
|
75
|
+
return undefined
|
|
76
|
+
}
|
|
77
|
+
if (signal?.aborted) return undefined
|
|
78
|
+
const parsed = parseFrontmatter(text)
|
|
79
|
+
if (parsed === null) return undefined
|
|
80
|
+
return {
|
|
81
|
+
name: parsed.metadata.name ?? '',
|
|
82
|
+
description: parsed.metadata.description ?? '',
|
|
83
|
+
whenToUse: parsed.metadata.whenToUse,
|
|
84
|
+
metadata: parsed.metadata,
|
|
85
|
+
content: parsed.body
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Upstream `disable-model-invocation: true` marks a user-invoked skill
|
|
91
|
+
* (reachable only by the human). Map it onto DSH's invocation flags;
|
|
92
|
+
* anything else stays model- and user-invocable.
|
|
93
|
+
* @param metadata - parsed frontmatter metadata.
|
|
94
|
+
* @returns the DSH invocation record.
|
|
95
|
+
*/
|
|
96
|
+
function invocationFrom(metadata) {
|
|
97
|
+
if (metadata['disable-model-invocation'] === 'true') {
|
|
98
|
+
return { modelInvocable: false, userInvocable: true }
|
|
99
|
+
}
|
|
100
|
+
return { modelInvocable: true, userInvocable: true }
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* Discover packaged skill candidates by scanning the package's `skills/`
|
|
105
|
+
* directory: one subdirectory per skill, each carrying a SKILL.md.
|
|
106
|
+
* @param skillsRoot - absolute path to this package's skills directory.
|
|
107
|
+
* @param signal - optional cancellation.
|
|
108
|
+
* @returns the candidate list.
|
|
109
|
+
*/
|
|
110
|
+
async function discoverCandidates(skillsRoot, signal) {
|
|
111
|
+
let entries
|
|
112
|
+
try {
|
|
113
|
+
entries = await readdir(skillsRoot, { withFileTypes: true })
|
|
114
|
+
} catch {
|
|
115
|
+
return []
|
|
116
|
+
}
|
|
117
|
+
const candidates = []
|
|
118
|
+
for (const entry of entries) {
|
|
119
|
+
if (signal?.aborted) break
|
|
120
|
+
if (!entry.isDirectory()) continue
|
|
121
|
+
const skillDir = join(skillsRoot, entry.name)
|
|
122
|
+
const skillFile = join(skillDir, 'SKILL.md')
|
|
123
|
+
const parsed = await parseSkillFile(skillFile, signal)
|
|
124
|
+
if (parsed === undefined) continue
|
|
125
|
+
candidates.push({
|
|
126
|
+
name: parsed.name,
|
|
127
|
+
description: parsed.description,
|
|
128
|
+
...(parsed.whenToUse !== undefined ? { whenToUse: parsed.whenToUse } : {}),
|
|
129
|
+
invocation: invocationFrom(parsed.metadata),
|
|
130
|
+
source: SOURCE,
|
|
131
|
+
provider: name,
|
|
132
|
+
rank: PACKAGED_SKILL_RANK,
|
|
133
|
+
locator: skillDir,
|
|
134
|
+
path: skillFile,
|
|
135
|
+
...(Object.keys(parsed.metadata).length > 0 ? { metadata: parsed.metadata } : {})
|
|
136
|
+
})
|
|
137
|
+
}
|
|
138
|
+
return candidates
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/** Register the packaged matt-pocock provider on `ctx.skills`. */
|
|
142
|
+
function apply(ctx) {
|
|
143
|
+
const skillsRoot = join(dirname(fileURLToPath(import.meta.url)), '..', 'skills')
|
|
144
|
+
ctx.skills.registerProvider((control) => ({
|
|
145
|
+
name,
|
|
146
|
+
async list(options) {
|
|
147
|
+
return discoverCandidates(skillsRoot, options.signal)
|
|
148
|
+
},
|
|
149
|
+
async get(candidate, options) {
|
|
150
|
+
const parsed = await parseSkillFile(candidate.path, options.signal)
|
|
151
|
+
if (parsed === undefined) return undefined
|
|
152
|
+
return {
|
|
153
|
+
name: parsed.name,
|
|
154
|
+
description: parsed.description,
|
|
155
|
+
...(parsed.whenToUse !== undefined ? { whenToUse: parsed.whenToUse } : {}),
|
|
156
|
+
invocation: invocationFrom(parsed.metadata),
|
|
157
|
+
source: SOURCE,
|
|
158
|
+
provider: name,
|
|
159
|
+
resourceBase: { kind: 'directory', path: candidate.locator },
|
|
160
|
+
path: candidate.path,
|
|
161
|
+
...(Object.keys(parsed.metadata).length > 0 ? { metadata: parsed.metadata } : {}),
|
|
162
|
+
content: parsed.content
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}))
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
export { apply, name, inject }
|
|
169
|
+
export default { apply, name, inject }
|
package/package.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "mattpocock-skills-dsh",
|
|
3
|
+
"description": "Matt Pocock's skills for the DeepSeek Harness: grilling, writing-for-agents, wait-what and more — adapted from https://github.com/mattpocock/skills",
|
|
4
|
+
"version": "0.1.0",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "lib/index.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": "./lib/index.js",
|
|
10
|
+
"./package.json": "./package.json"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"lib",
|
|
14
|
+
"skills",
|
|
15
|
+
"cordis.patch.yml",
|
|
16
|
+
"README.md",
|
|
17
|
+
"LICENSE"
|
|
18
|
+
],
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/gongyijie85/mattpocock-skills-dsh.git"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://github.com/gongyijie85/mattpocock-skills-dsh",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/gongyijie85/mattpocock-skills-dsh/issues"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"verify": "node scripts/verify-provider.mjs",
|
|
30
|
+
"prepublishOnly": "node scripts/verify-provider.mjs"
|
|
31
|
+
},
|
|
32
|
+
"keywords": [
|
|
33
|
+
"dsh",
|
|
34
|
+
"deepseek-harness",
|
|
35
|
+
"plugin",
|
|
36
|
+
"skills",
|
|
37
|
+
"mattpocock",
|
|
38
|
+
"aihero"
|
|
39
|
+
],
|
|
40
|
+
"dsh": {
|
|
41
|
+
"bundle": {
|
|
42
|
+
"patch": "./cordis.patch.yml"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Phase boundaries
|
|
2
|
+
|
|
3
|
+
> DSH port note: `/clear` and `/compact` below are Claude Code session
|
|
4
|
+
> commands, not skills in this pack. In DeepSeek Harness, `/clear` maps to
|
|
5
|
+
> starting a fresh session and `/compact` has no direct equivalent — carry
|
|
6
|
+
> the summary into a new session manually when context runs low.
|
|
7
|
+
|
|
8
|
+
A **phase** is a chunk of work inside a session — the grilling, the implementation, the QA. The definition is fuzzy on purpose: a phase ends when you think *"ok, we're done with that"*.
|
|
9
|
+
|
|
10
|
+
The **phase boundary** is the gap between two phases, and it is the only place this decision belongs. Mid-phase there is no decision to make — continue, or split the work that's left into subagents. Compacting mid-phase makes the agent lose the thread.
|
|
11
|
+
|
|
12
|
+
## The five options
|
|
13
|
+
|
|
14
|
+
| Option | What it does |
|
|
15
|
+
| ------------ | --------------------------------------------------------------- |
|
|
16
|
+
| **Continue** | Stay in the session. No context switch at all. |
|
|
17
|
+
| **`/clear`** | Empty the context window and start from nothing. |
|
|
18
|
+
| **`handoff`** | Write a portable markdown file and seed a session anywhere with it. |
|
|
19
|
+
| **Subagent** | Send the task to its own context window and get a report back. |
|
|
20
|
+
| **`/compact`** | Compress this context and seed a fresh session with the summary. |
|
|
21
|
+
|
|
22
|
+
## The tree
|
|
23
|
+
|
|
24
|
+
Work top to bottom at the boundary. The first **yes** wins.
|
|
25
|
+
|
|
26
|
+
**1. Can you continue in this session?** Two things make the answer yes: the next phase needs this phase as a **primary source**, or you have enough [smart zone](https://www.aihero.dev/ai-coding-dictionary/smart-zone) left (~150k tokens) for the next phase to fit. Grilling → implementation is the standard yes: the implementation wants the reasoning verbatim, not a summary of it. Continue costs nothing and loses nothing, so rule it out before anything else.
|
|
27
|
+
|
|
28
|
+
**2. Is the context irrelevant to what comes next?** Is everything in this session — the exploration, the decisions, the dead ends — disposable? If so, **`/clear`**. It is the cheapest move on the board: it takes no time and hands back the whole window. `/clear` also isn't terminal — the old session stays resumable.
|
|
29
|
+
|
|
30
|
+
The cost of getting this wrong is one-way. Clear a *relevant* context and you lose the **why** behind what you built, and no amount of reading the diff back gets it returned.
|
|
31
|
+
|
|
32
|
+
**3. Do you need to hand off?** `handoff` is narrow. You need it only when you are:
|
|
33
|
+
|
|
34
|
+
- swapping to a **new harness** (Claude → Codex),
|
|
35
|
+
- moving to a **new directory** or repo,
|
|
36
|
+
- sending the work to a **colleague**,
|
|
37
|
+
- or forking a side task you found **mid-phase** without derailing what you're doing.
|
|
38
|
+
|
|
39
|
+
That list is the whole clause. What `handoff` buys is **portability** — a file that travels. If nothing is travelling, you don't need it.
|
|
40
|
+
|
|
41
|
+
**4. Can the task be done AFK?** Is it scoped tightly enough to run with you away from the keyboard, no steering? Then send it to a **subagent** and leave this session untouched. Automated review is the standard case: the agent reads the diff and reports, and you aren't needed while it does.
|
|
42
|
+
|
|
43
|
+
**5. Otherwise, `/compact`.** Relevant context, same harness, same directory, and you need to stay in the loop — this is where the tree lands, and it lands here often. Pass it an instruction (`/compact we're going to QA this area`) so the summary keeps what the next phase needs.
|
|
44
|
+
|
|
45
|
+
`/compact` is the **default, not the first reach**. It sits at the bottom because the four questions above it are all cheaper or more precise. The failure mode when people start here is a fresh session that is confidently wrong about a decision the summary flattened.
|
|
46
|
+
|
|
47
|
+
## Primary and secondary sources
|
|
48
|
+
|
|
49
|
+
Every move except **Continue** turns a **primary source** into a **secondary source** — the session as it happened, replaced by a summary of it. The trade is always the same shape:
|
|
50
|
+
|
|
51
|
+
| Source | Information | Noise | Room to move |
|
|
52
|
+
| --------------------------------- | ----------- | ----- | ------------ |
|
|
53
|
+
| Primary (Continue) | Full | Lots | Little |
|
|
54
|
+
| Secondary (`/compact`, `handoff`) | Lossy | Less | Lots |
|
|
55
|
+
|
|
56
|
+
This is why question 1 comes first. You only pay the lossiness when staying costs more than it saves.
|
|
57
|
+
|
|
58
|
+
## These are judgement calls
|
|
59
|
+
|
|
60
|
+
The questions are not objective — each has taste in it, and the same boundary can go two ways on two days. The value is in asking them **in order**, at the boundary rather than in the middle of the work.
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ask-matt
|
|
3
|
+
description: Ask which skill or flow fits your situation. A router over the skills in this repo.
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Ask Matt
|
|
8
|
+
|
|
9
|
+
You don't remember every skill, so ask.
|
|
10
|
+
|
|
11
|
+
A **flow** is a path through the skills. Most paths run along one **main flow**, and two **on-ramps** merge onto it. Everything else is standalone, or a vocabulary layer that runs underneath.
|
|
12
|
+
|
|
13
|
+
## The main flow: idea → ship
|
|
14
|
+
|
|
15
|
+
The route most work travels. You have an idea and want it built.
|
|
16
|
+
|
|
17
|
+
1. **`grill-with-docs`** — sharpen the idea by interview. Start here whenever you are **working in a working directory**: it's stateful, retaining what it learns in `CONTEXT.md` and ADRs. (No working directory? Use `grill-me` — see Standalone. Both run the same `grilling` primitive; `grill-with-docs` is the one that leaves a paper trail, which makes it the better of the two whenever a repo is there to leave it in.)
|
|
18
|
+
2. **Branch — can you settle every question in conversation?** If a question needs a runnable answer (state, business logic, a UI you have to see), detour through a prototype, bridged by **`handoff`** in both directions (a prototype lives in its own directory, which is exactly what `handoff` is for — see Phase boundaries):
|
|
19
|
+
- **`handoff`** out, then open a fresh session against that file,
|
|
20
|
+
- **`prototype`** to answer the question with throwaway code,
|
|
21
|
+
- **`handoff`** back what you learned, and reference it from the original idea thread.
|
|
22
|
+
3. **Branch — is this a multi-session build?**
|
|
23
|
+
- **Yes** → **`to-spec`** (turn the thread into a spec), then **`to-tickets`** to split it into tracer-bullet tickets, each declaring its **blocking edges**. On a local tracker that's one file per ticket under `.scratch/<feature>/issues/`, worked blockers-first by hand; on a real tracker the edges become native blocking links, so any ticket whose blockers are done can be grabbed — kick off **`implement`** per ticket, **`/clear`ing context between each one**. Each ticket is self-contained, so the last one's context is disposable.
|
|
24
|
+
- **No** → **`implement`** right here, in the same context window.
|
|
25
|
+
|
|
26
|
+
Either way, **`implement`** builds each issue by driving **`tdd`** internally — one red-green slice at a time — then closes out by running **`code-review`**, a two-axis review (Standards + Spec) of the diff, before committing. Reach for **`tdd`** on its own when you just want to build a concrete behaviour test-first without a full spec, and **`code-review`** on its own whenever you want to review a branch or PR against a fixed point.
|
|
27
|
+
|
|
28
|
+
### Context hygiene
|
|
29
|
+
|
|
30
|
+
Keep steps 1–3 in **one unbroken context window** — don't compact or clear until after `to-tickets` — so the grilling, spec, and tickets all build on the same thinking. Each `implement` then starts fresh, working from the ticket.
|
|
31
|
+
|
|
32
|
+
The limit on this is the **[smart zone](https://www.aihero.dev/ai-coding-dictionary/smart-zone)**: the window (~150k tokens on state-of-the-art models) within which the model still reasons sharply. If a session approaches it before `to-tickets`, don't push on degraded — `/compact` at the nearest phase boundary and carry on (see Phase boundaries).
|
|
33
|
+
|
|
34
|
+
## On-ramps
|
|
35
|
+
|
|
36
|
+
A starting situation that generates work, then merges onto the main flow.
|
|
37
|
+
|
|
38
|
+
- **Bugs and requests piling up** → **`triage`**. It moves issues through triage roles and produces agent-ready issues, which **`implement`** later picks up.
|
|
39
|
+
|
|
40
|
+
Triage is only for issues **you didn't create** — bug reports, incoming feature requests, anything that arrives raw. Tickets that `to-tickets` produced are already agent-ready, so **don't triage them**.
|
|
41
|
+
|
|
42
|
+
- **Something's broken** → **`diagnosing-bugs`**. For the hard ones: the bug that resists a first glance, the intermittent flake, the regression that crept in between two known-good states. It refuses to theorise until it has a **tight feedback loop** — one command that already goes red on *this* bug — then fixes with a regression test. Its post-mortem hands off to **`improve-codebase-architecture`** when the real finding is that there's no good seam to lock the bug down.
|
|
43
|
+
|
|
44
|
+
- **A huge, foggy effort — a greenfield project or a huge feature build, too big for one session** → **`wayfinder`**, the most cognitively demanding flow here. When the way from here to the destination isn't visible yet, it charts a **shared map** of **decision tickets** on the issue tracker and resolves them one at a time — producing **decisions, not deliverables** — until the fog is pushed back and the way is clear. Where **`grill-with-docs`** sharpens an idea you can hold in one session, wayfinder is for the idea you can't — and it's slower and denser, so save it for exactly that, never a well-scoped feature.
|
|
45
|
+
|
|
46
|
+
When the map clears, **it hands off, it doesn't build**: merge onto the main flow at **`to-spec`**, which collapses the map's linked decisions into a buildable plan, then `to-tickets` and `implement` as usual. Looping the map straight into `implement` skips that collapse and throws the linked detail away — go straight to `implement` only when the effort turned out genuinely small.
|
|
47
|
+
|
|
48
|
+
## Codebase health
|
|
49
|
+
|
|
50
|
+
Not feature work — upkeep.
|
|
51
|
+
|
|
52
|
+
- **`improve-codebase-architecture`** — run whenever you have a spare moment to keep the codebase good for agents to operate in. It surfaces **deepening opportunities**; picking one _generates an idea_ you can take into the main flow at `grill-with-docs`. It's the survey that finds the candidates; **`codebase-design`** (below) is the bench you design the chosen one on.
|
|
53
|
+
|
|
54
|
+
## Vocabulary underneath
|
|
55
|
+
|
|
56
|
+
Two model-invoked references that run *beneath* the other skills — each the single source of truth for its vocabulary. Reach for them directly when the **words**, not the process, are the problem; or let the skills above pull them in.
|
|
57
|
+
|
|
58
|
+
- **`domain-modeling`** — sharpen the project's *domain* language: challenge a fuzzy term, resolve an overloaded word ("account" doing three jobs), record a hard-to-reverse decision as an ADR. It's the active discipline `grill-with-docs` drives to keep `CONTEXT.md` a clean glossary.
|
|
59
|
+
- **`codebase-design`** — the deep-module vocabulary (module, interface, depth, seam, adapter, leverage, locality) for designing a module's *shape*: a lot of behaviour behind a small interface at a clean seam. `tdd` and `improve-codebase-architecture` both speak it.
|
|
60
|
+
|
|
61
|
+
## Phase boundaries
|
|
62
|
+
|
|
63
|
+
A **phase** is a chunk of work inside a session — the grilling, the implementation, the QA. At the **boundary** between two of them you have five options, and picking between them is the fuzziest decision in this whole map:
|
|
64
|
+
|
|
65
|
+
- **Continue** — stay put. Costs nothing, loses nothing.
|
|
66
|
+
- **`/clear`** — empty the window, when nothing here matters to what's next.
|
|
67
|
+
- **`handoff`** — write a portable markdown file. Narrow: only for a **new harness**, a **new directory**, a **colleague**, or forking a side task **mid-phase**. What it buys is portability.
|
|
68
|
+
- **Subagent** — send a tightly-scoped task to its own window and get a report back.
|
|
69
|
+
- **`/compact`** — compress this context and seed a fresh session with it. The **default**, at the bottom of the tree rather than the first reach.
|
|
70
|
+
|
|
71
|
+
Read [PHASE-BOUNDARIES.md](PHASE-BOUNDARIES.md) for the ordered tree — the five questions, the reasoning behind each branch, and why the primary-source cost makes **Continue** the one to rule out first. Make the decision **at** a boundary; mid-phase, continue or split the rest into subagents.
|
|
72
|
+
|
|
73
|
+
## Standalone
|
|
74
|
+
|
|
75
|
+
Off the main flow entirely.
|
|
76
|
+
|
|
77
|
+
- **`grill-me`** — the same relentless interview as `grill-with-docs`, but **stateless**: it saves nothing locally and builds no `CONTEXT.md`. Reach for it when you are **not working in a working directory** — sharpening a plan, a design, a piece of writing, anything with no repo under it. If you are in a working directory, use `grill-with-docs` instead: it runs the same interview and leaves a paper trail, so it is strictly the better one.
|
|
78
|
+
- **`grilling`** — the interview primitive itself: rounds, the frontier, facts are the agent's job and decisions are yours. `grill-me` and `grill-with-docs` are the two named ways in, and `triage`, `wayfinder` and `improve-codebase-architecture` all run it internally. Reach for it directly only when you want the interview with no wrapper around it.
|
|
79
|
+
- **`resolving-merge-conflicts`** — work an in-progress merge or rebase conflict hunk by hunk, resolving by **intent** traced to each side's primary source rather than by picking lines, then finish the operation. It never runs `--abort`. Standalone and off every flow: reach for it when you are already mid-conflict.
|
|
80
|
+
- **`prototype`** — a small, throwaway program that answers one design question: does this state model feel right, or what should this UI look like. Throwaway is a constraint on how the code is written, not a promise to destroy it: the answer folds into the real code, and the prototype itself is kept as a **primary source** on a `prototype/<name>` branch out of main, pointed at from the implementation issue. It's the detour in step 2 of the main flow, but reach for it any time a design question is hard to settle on paper.
|
|
81
|
+
- **`research`** — delegate reading legwork to a **background agent**: it investigates a question against **primary sources**, then leaves a cited Markdown file in the repo. Keep working while it reads. The file it produces is something to take *into* the main flow at `grill-with-docs` — research feeds the thinking, it doesn't replace it.
|
|
82
|
+
- **`to-questionnaire`** — when the thing blocking you isn't in your head or the codebase but in **someone else's**, this writes them a questionnaire to fill in. It's the inverse of `grill-me`: instead of interviewing you about the subject, it interviews you about the **send** — who it's going to, what you need back — and aims the questions at the gap. What comes back is material for `grill-with-docs` or `to-spec`.
|
|
83
|
+
- **`wizard`** — for the steps only a **human** can take: provisioning infrastructure, setting up credentials or CI secrets, clicking through an unfamiliar third-party dashboard, running a one-off migration or cutover. It generates an interactive bash script that opens each URL, captures each value, and writes it into `.env` and GitHub secrets — so the procedure stops being something you re-explain to an agent every time. Model-invoked, so the agent reaches for it the moment it hits a wall only you can pass. If the agent could just do it itself, it should; this is for where a human is genuinely in the loop.
|
|
84
|
+
- **`wait-what`** — the corrective for a message that didn't land. Use it mid-conversation, inside any other skill, and the agent re-pitches what it just said with the context you were missing, in plain English, using the `CONTEXT.md` vocabulary. It works after the fact; `grill-with-docs` is the upfront cure, because a shared language agreed early is what stops the jargon arriving at all.
|
|
85
|
+
- **`teach`** — learn a concept over multiple sessions, using the current directory as a stateful workspace.
|
|
86
|
+
- **`writing-for-agents`** — reference for writing documents agents consume: skills, AGENTS.md, pointed-at docs.
|
|
87
|
+
|
|
88
|
+
## Precondition
|
|
89
|
+
|
|
90
|
+
**`setup-matt-pocock-skills`** — run before your first engineering flow to configure the issue tracker, triage labels, and doc layout the other skills assume. Custom issue trackers also work.
|