@1aboveio/skills 0.12.0 → 0.12.1
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/README.md +30 -16
- package/package.json +1 -1
- package/runtime/skills/distribution/generated/recipes.json +15 -575
- package/skills/engineering/engineering-runtime/coherence/workflow.json +14 -14
- package/skills/engineering/engineering-runtime/scripts/workflow-policy.mjs +1 -1
- package/skills/engineering/resolve-issues/generated/workflow-repair-policy.json +11 -11
- package/skills/engineering/resolve-issues/scripts/run-state.mjs +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,26 @@ for packages built from a private source repository.
|
|
|
16
16
|
- Installed content is canonical under `~/.agents/skills`, with per-skill links under
|
|
17
17
|
`~/.claude/skills`. No copied store is created under any other agent directory.
|
|
18
18
|
|
|
19
|
+
### External prerequisites
|
|
20
|
+
|
|
21
|
+
External skills are not package members: this package never installs, updates, or removes them.
|
|
22
|
+
Run the reviewed shell prerequisites separately when you need their capabilities:
|
|
23
|
+
|
|
24
|
+
#### Matt Pocock Toolkit
|
|
25
|
+
|
|
26
|
+
```sh
|
|
27
|
+
SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
#### Impeccable
|
|
31
|
+
|
|
32
|
+
```sh
|
|
33
|
+
IMPECCABLE_BUNDLE="$(mktemp "${TMPDIR:-/tmp}/impeccable-skill-v4.1.1.XXXXXX")"
|
|
34
|
+
curl --fail --location --output "$IMPECCABLE_BUNDLE" https://github.com/pbakaus/impeccable/releases/download/skill-v4.1.1/universal.zip
|
|
35
|
+
printf '%s %s\n' 'e16133fcf240c042e5b6bdc20ac9f3a996a3ab9652723c6d9d1291dd1760dab4' "$IMPECCABLE_BUNDLE" | shasum -a 256 --check -
|
|
36
|
+
IMPECCABLE_BUNDLE_PATH="$IMPECCABLE_BUNDLE" npx --yes impeccable@3.6.0 install --yes --force --providers=claude,codex --scope=global --no-hooks
|
|
37
|
+
```
|
|
38
|
+
|
|
19
39
|
## Usage
|
|
20
40
|
|
|
21
41
|
```
|
|
@@ -32,9 +52,8 @@ Running `install` with no `--group` opens the interactive bundle picker. The aut
|
|
|
32
52
|
- `--dry-run` — print the planned native commands, in order, and run none of them.
|
|
33
53
|
- `--yes` — answer the native CLI's prompts, including the overwrite prompt, with yes.
|
|
34
54
|
|
|
35
|
-
Selecting several groups (interactive picker, repeated `--group`, or `--all`) coalesces
|
|
36
|
-
native `skills add`
|
|
37
|
-
source rather than once per group.
|
|
55
|
+
Selecting several groups (interactive picker, repeated `--group`, or `--all`) coalesces their
|
|
56
|
+
first-party members into one native `skills add` from the unpacked package.
|
|
38
57
|
|
|
39
58
|
Without `--yes`, an existing same-named skill produces the native overwrite summary and a prompt.
|
|
40
59
|
Declining leaves the existing content and its links exactly as they were.
|
|
@@ -44,8 +63,7 @@ Declining leaves the existing content and its links exactly as they were.
|
|
|
44
63
|
- `engineering-workflow` — Engineering Workflow: e2e-test, ensure-coverage, implement-and-pr, resolve-issues, resolve-release, review-pr, smoke, engineering-runtime
|
|
45
64
|
- `delivery-infrastructure` — Delivery Infrastructure: cloud-build, cloud-debug, cloud-deploy, docker, google-cloud, mergify, podman
|
|
46
65
|
- `backend` — Backend: airflow-dag-develop, app-debug, pyspark, python-backend
|
|
47
|
-
- `fullstack` — Fullstack: better-auth, monorepo, nextjs-fullstack, prisma-setup, shadcn, zod-v4
|
|
48
|
-
- `matt-pocock-toolkit` — Matt Pocock Toolkit: batch-grill-me, code-review, codebase-design, diagnosing-bugs, domain-modeling, grill-me, grill-with-docs, grilling, handoff, improve-codebase-architecture, prototype, research, resolving-merge-conflicts, setup-matt-pocock-skills, tdd, to-spec, to-tickets, triage, wayfinder — every member is fetched from its upstream owner and is not included in this package
|
|
66
|
+
- `fullstack` — Fullstack: better-auth, monorepo, nextjs-fullstack, prisma-setup, shadcn, zod-v4
|
|
49
67
|
|
|
50
68
|
Internal dependencies, installed with the groups above and not selectable on their own: `harness-runtime`.
|
|
51
69
|
They are an implementation detail of those groups, so `list` and the picker do not offer them and
|
|
@@ -71,24 +89,20 @@ npx skills@1.5.22 remove --global --agent universal claude-code --skill cloud-bu
|
|
|
71
89
|
# Backend
|
|
72
90
|
npx skills@1.5.22 remove --global --agent universal claude-code --skill airflow-dag-develop app-debug pyspark python-backend
|
|
73
91
|
# Fullstack
|
|
74
|
-
npx skills@1.5.22 remove --global --agent universal claude-code --skill better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4
|
|
75
|
-
# Matt Pocock Toolkit
|
|
76
|
-
npx skills@1.5.22 remove --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder
|
|
92
|
+
npx skills@1.5.22 remove --global --agent universal claude-code --skill better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4
|
|
77
93
|
```
|
|
78
94
|
|
|
79
95
|
Removing a group leaves its dependency groups and every unrelated skill installed.
|
|
80
96
|
|
|
81
97
|
## Lifecycle
|
|
82
98
|
|
|
83
|
-
`skills@1.5.22` is the only lifecycle authority
|
|
84
|
-
commands; the native CLI owns installation, linking, overwrite consent, update
|
|
85
|
-
|
|
86
|
-
installation, an approved overwrite is destructive, and a failed source stops the recipe before
|
|
87
|
-
the next source runs rather than continuing past an incomplete prerequisite.
|
|
99
|
+
`skills@1.5.22` is the only lifecycle authority for this package. The package
|
|
100
|
+
plans first-party commands; the native CLI owns installation, linking, overwrite consent, update
|
|
101
|
+
and removal. External prerequisites have separate upstream lifecycle and are never package steps.
|
|
88
102
|
|
|
89
103
|
## Licensing
|
|
90
104
|
|
|
91
105
|
First-party skills in this package are MIT, and each installed skill carries its `LICENSE`.
|
|
92
|
-
Externally owned skills are not republished, mirrored
|
|
93
|
-
|
|
94
|
-
|
|
106
|
+
Externally owned skills are not republished, mirrored, installed, updated, or removed by this
|
|
107
|
+
package. Their reviewed standalone shell commands pin upstream identities, and their licensing
|
|
108
|
+
and lifecycle stay with their authors.
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"id": "first-party",
|
|
9
9
|
"type": "first-party",
|
|
10
10
|
"package": "@1aboveio/skills",
|
|
11
|
-
"version": "0.12.
|
|
11
|
+
"version": "0.12.1",
|
|
12
12
|
"updatePolicy": "pinned-npm-version",
|
|
13
13
|
"members": [
|
|
14
14
|
{
|
|
@@ -168,237 +168,6 @@
|
|
|
168
168
|
"licenseResponsibility": "1aboveio-mit"
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"id": "matt-pocock",
|
|
174
|
-
"type": "external",
|
|
175
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
176
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
177
|
-
"updatePolicy": "reviewed-immutable-revision",
|
|
178
|
-
"reviewedTree": "04b0fcb78e3de7c58744fcba2528354cc64ab988",
|
|
179
|
-
"licenseDigest": "0e7ac423bf2c6e223b7c5b156f8cf72da49d748e56a1641402c31f22ad07dbb5",
|
|
180
|
-
"payloadDigests": {
|
|
181
|
-
"skill-body": [
|
|
182
|
-
"03074862d4b6e4eaf472aa75146e1d193dd9e3bba0e4303a9b2425562d1d44cc",
|
|
183
|
-
"152e2c97239affb12a60c5f4a7e74ab546a49ae169688c81f4e2ccc42dafa579",
|
|
184
|
-
"257e40665b28ae959ffdcb97d7a72b074360f4a3d201bd84786505308546e434",
|
|
185
|
-
"267638edd513b5918de626ad5605d261952abb7428cb308869c663ca924e93e7",
|
|
186
|
-
"44331dda57f461db4fec3f2efb6ddabe7aaaa0a57ae0f88a883bc61aed8a0587",
|
|
187
|
-
"4b4cb798c3863d5b6f5c0b4604af1ecb5beb6df82553c972898a91ba38bcf289",
|
|
188
|
-
"5363bb2775679fe9311fbb67947f95359169c6e7f1fac77c0f25e190bca6cf2f",
|
|
189
|
-
"57c9f1f392d7352cdc85b1e39ca49eddc70ce1dc278bd9653fb4f23dfc2560fc",
|
|
190
|
-
"5ecdf1d4df8a360ed39df21a2347f97ba177afd449a577da4f6b6ea8e1ebb808",
|
|
191
|
-
"610d091047bcfb9db0f75c057d15538481a721111579fc5ec7f83ad9131a2165",
|
|
192
|
-
"6189dfceb7304a6e5558f75d87e68fa3bc7fcf7ba120e44f21f8a61fe01eba54",
|
|
193
|
-
"6a65cc61114f96db07ec41e3920e67c9c5bf70dd6e0901eb9460ebcb2bdc209f",
|
|
194
|
-
"7a0779480f323a66d109404646bcc1a14bf0232b45b3e3ea93b652a035718acb",
|
|
195
|
-
"7ca3ecc5c0214c5084475b453831d4cab81ddadf80180a10635f5d27c3ae3ca2",
|
|
196
|
-
"a8d50abac5a4018f60e1d911d4b6f4e36454ca14d6c390c0695a578c7de65dad",
|
|
197
|
-
"af378829f015775a3bcd65ff466826722e99359017ae6bae227ca4c9bd14049c",
|
|
198
|
-
"c7c9ba81362a786aac05d2223123bf1bd2f8a99c3243a72882ede9c68bedfb24",
|
|
199
|
-
"d45827c299c021f77b0f146fefa3ee679b13f99e9a2ffdf48e8de2347adeefe1",
|
|
200
|
-
"def265a8b15ffb8afc3f335d69e175ba9a7fe3991218984b0e49e8345cde3b20"
|
|
201
|
-
],
|
|
202
|
-
"script": [
|
|
203
|
-
"b2932630950e5210075bcd6f850e5accf30c101c5367b29eac3a29b4dd8084c8"
|
|
204
|
-
],
|
|
205
|
-
"reference": [
|
|
206
|
-
"0b0936104158abeef7246ff6cbabefa4dc055f17589f2833f2d93001421910a1",
|
|
207
|
-
"125e6b77413ad2bc7cf7a772bc74336d580a50f9e797db2178ed133d62333d06",
|
|
208
|
-
"21c3264953bd30ee87b181a3ccaf0e70649f461e5ffd7dc654acee4ba1788b31",
|
|
209
|
-
"2526f998fd7ca5e956d3f6f234bcc2431a5971ee769f1148ddc60b92f04d5914",
|
|
210
|
-
"25be404b58798b3cb2d51c93dba2ab052fc3a425632185726ac3f5fcff193b99",
|
|
211
|
-
"3ceb807fdf4a47d6a93d4d9a891e5ba6d362a6247bd08adc451feebfc17361ef",
|
|
212
|
-
"4470f2f64d015fba01af877233296b401bb0d44b5acb9572ffc3ff6b30e8de88",
|
|
213
|
-
"4f53c9b40ce2651e3611aa090eaedbd6dbc9b71ef8c5f7e65eac0d8263190d0d",
|
|
214
|
-
"52e9f9f1ec0f6d47c6785ac500708ac0521f34abb4cc5475b5dc747165dab17e",
|
|
215
|
-
"5b78d347cc53f6bcf7b875106005ccf5315055fa4cf75eb28d41e96ee426d27b",
|
|
216
|
-
"859f9e592c188fda4fc7277dd180e4ce9c7a2e13f6efe1f6f29eccc9d28c106a",
|
|
217
|
-
"b8cc318f2a4285b530e908b6bc43901c3c5cd11100362636bbc4216639bef597",
|
|
218
|
-
"cf372862bccd3db7f18ea57abd76d6c32e6adf65b9e7f46c73d433e107567a5c",
|
|
219
|
-
"e2ca04434be54acdee2f5df582ef8038fadf582bbcc99be0d2e27737ff8ed096",
|
|
220
|
-
"ed6add9fe3cdcd2d1ebb2a463cf0eb6a1a86df500f4922b31a1ab50f15b3a705",
|
|
221
|
-
"f1f36cd3f8d3b6474ddd5855da4e233bfc4ae1a1c5024909ccf11871819a41b2"
|
|
222
|
-
],
|
|
223
|
-
"generated-bundle": [
|
|
224
|
-
"1c5b4d1e3d8e52287ef19cc2742fdbbfae1914ac75d33af3e4c8174f08cc55bb",
|
|
225
|
-
"21bc6215fffcd7614e9f772bb1760e87cc5fc7dcc707e7d282bc9414267a6090",
|
|
226
|
-
"2e683717720cf456d165d0bb1a68bb600d0b6a8ccb61841c172e50d26f95351c",
|
|
227
|
-
"3e430dbe4334a87597488c060cb3dc3786bb00c9182877d6f5ec41f62490e90b",
|
|
228
|
-
"5af65e43ab41a350436697b81e27b7f848d36782043b73c322bb2c9fa9cc55dc",
|
|
229
|
-
"5c479fd562c691851690e8b18c8501045bef0943c10743d636b2fae26add1d28",
|
|
230
|
-
"8229ca854e11dc8e6aef2131ee03f31fb1561cf905fab9ccc325180cf3331352",
|
|
231
|
-
"88bc81a11a6d52ac67aeaa76b8b619e387020d47c5133a4dd4927fd15c4ad073",
|
|
232
|
-
"94cd0ab161fb468a836349f5ed482ba58ce8e709a05c57ce533d739dbd35cca9",
|
|
233
|
-
"9527de0110541c45712319025155aeab8dc7d77c6ed6e5e83271bab1851ab939",
|
|
234
|
-
"9b4c470d63221c1f68f22df70b83e2f12401b317babe0d1b7b5f24a974474d0d",
|
|
235
|
-
"9cc96b6036200927aa97485bfcc42408883c32dd67a96e4ad9087159c78014d7",
|
|
236
|
-
"a1f4f96838f2ed6282eb28abbbf99029cb8fadce552baf53da90a025b8bffddf",
|
|
237
|
-
"c061e39c3e0f9d865fb1b97556d485704af2a8a58f4b8221a8917a5c2074a32b",
|
|
238
|
-
"c8cb20f68ebf0edb4e497bc11ae5fcaa196004e661cd189015b04f4109ced7f1",
|
|
239
|
-
"cf29b9a8dbf35a58a908a6ca4f64dcd86c2b2130291eee0a78b9f706b138825b",
|
|
240
|
-
"ea6f01cf1b8c06a4b0f5b649d74b1b8ce8685e72af1b38d70d877693e092af0b",
|
|
241
|
-
"edebc9e4fcfe102114012575eaa9600b9b5fd08c311664f389c36e7bc717740f",
|
|
242
|
-
"f6bf2aa996c6e6f53fdd0708e18a0d16a56aed8322cca59fedbe3c0d2c75f06b"
|
|
243
|
-
],
|
|
244
|
-
"license": [
|
|
245
|
-
"0e7ac423bf2c6e223b7c5b156f8cf72da49d748e56a1641402c31f22ad07dbb5"
|
|
246
|
-
]
|
|
247
|
-
},
|
|
248
|
-
"members": [
|
|
249
|
-
{
|
|
250
|
-
"installName": "batch-grill-me",
|
|
251
|
-
"path": "skills/in-progress/batch-grill-me",
|
|
252
|
-
"role": "skill",
|
|
253
|
-
"licenseResponsibility": "upstream",
|
|
254
|
-
"contentDigest": "f448831b8f04518b1527408f1d5024384ad5f543bdbaac6fabb7aa053ad60489",
|
|
255
|
-
"stability": "in-progress"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"installName": "code-review",
|
|
259
|
-
"path": "skills/engineering/code-review",
|
|
260
|
-
"role": "skill",
|
|
261
|
-
"licenseResponsibility": "upstream",
|
|
262
|
-
"contentDigest": "31d149a480eaa68c11e32f5ee77f0fd0b98a906834d531d881d502352edd0b8e"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"installName": "codebase-design",
|
|
266
|
-
"path": "skills/engineering/codebase-design",
|
|
267
|
-
"role": "skill",
|
|
268
|
-
"licenseResponsibility": "upstream",
|
|
269
|
-
"contentDigest": "6d9d51d8caa01633fd00cf87089c5618c982321f942ac69f62565dc001c6b22f"
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"installName": "diagnosing-bugs",
|
|
273
|
-
"path": "skills/engineering/diagnosing-bugs",
|
|
274
|
-
"role": "skill",
|
|
275
|
-
"licenseResponsibility": "upstream",
|
|
276
|
-
"contentDigest": "fd6c99466b7ba43be624e6e66ed6d7af2796ded7218f24c83820823977819e22"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"installName": "domain-modeling",
|
|
280
|
-
"path": "skills/engineering/domain-modeling",
|
|
281
|
-
"role": "skill",
|
|
282
|
-
"licenseResponsibility": "upstream",
|
|
283
|
-
"contentDigest": "363cb0f53b0b431e7c00086ad1f823500b7e1b70b5616ee969c979f0934e9e6e"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"installName": "grill-me",
|
|
287
|
-
"path": "skills/productivity/grill-me",
|
|
288
|
-
"role": "skill",
|
|
289
|
-
"licenseResponsibility": "upstream",
|
|
290
|
-
"contentDigest": "f361db4e15e6bfd562a9282b1dccda513910a50061f9e838ce017be9c69dde3f"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"installName": "grill-with-docs",
|
|
294
|
-
"path": "skills/engineering/grill-with-docs",
|
|
295
|
-
"role": "skill",
|
|
296
|
-
"licenseResponsibility": "upstream",
|
|
297
|
-
"contentDigest": "9c460cbd94fd3c63cdef967dbdb6e66ca687103cdc380cd37834e4d10b738f78"
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"installName": "grilling",
|
|
301
|
-
"path": "skills/productivity/grilling",
|
|
302
|
-
"role": "skill",
|
|
303
|
-
"licenseResponsibility": "upstream",
|
|
304
|
-
"contentDigest": "368d3dd7251247c69f3656d93dc83c8f1577792eacac2111f1e7981db2ece49b"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"installName": "handoff",
|
|
308
|
-
"path": "skills/productivity/handoff",
|
|
309
|
-
"role": "skill",
|
|
310
|
-
"licenseResponsibility": "upstream",
|
|
311
|
-
"contentDigest": "ad03e8d4ea3cbbff66420eb7ba3cc375b5cbe1821a2449b53e863256cf5b5cde"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"installName": "improve-codebase-architecture",
|
|
315
|
-
"path": "skills/engineering/improve-codebase-architecture",
|
|
316
|
-
"role": "skill",
|
|
317
|
-
"licenseResponsibility": "upstream",
|
|
318
|
-
"contentDigest": "66e8a50c83c3c724fcfe0769701b665c56cec220cc4f49cc1aee8bdfc07de94a"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"installName": "prototype",
|
|
322
|
-
"path": "skills/engineering/prototype",
|
|
323
|
-
"role": "skill",
|
|
324
|
-
"licenseResponsibility": "upstream",
|
|
325
|
-
"contentDigest": "faba901c53a6ca245174c4ba5db3929d14253232b3050fdbd46539720adf1ab8"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"installName": "research",
|
|
329
|
-
"path": "skills/engineering/research",
|
|
330
|
-
"role": "skill",
|
|
331
|
-
"licenseResponsibility": "upstream",
|
|
332
|
-
"contentDigest": "bd3e2c6826671d82c86ed0da3dac3370ebcf63b0fe847f91bb444e1fb7dac21b"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"installName": "resolving-merge-conflicts",
|
|
336
|
-
"path": "skills/engineering/resolving-merge-conflicts",
|
|
337
|
-
"role": "skill",
|
|
338
|
-
"licenseResponsibility": "upstream",
|
|
339
|
-
"contentDigest": "28aad6f8b1b7025abc8892fa8890f68fe1533499b28a565f416b159131d22fad"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"installName": "setup-matt-pocock-skills",
|
|
343
|
-
"path": "skills/engineering/setup-matt-pocock-skills",
|
|
344
|
-
"role": "skill",
|
|
345
|
-
"licenseResponsibility": "upstream",
|
|
346
|
-
"contentDigest": "74e894a3509e2676d4cdb771c8eace087092430635e845e02a9cc2f757c552a4"
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"installName": "tdd",
|
|
350
|
-
"path": "skills/engineering/tdd",
|
|
351
|
-
"role": "skill",
|
|
352
|
-
"licenseResponsibility": "upstream",
|
|
353
|
-
"contentDigest": "81eca2a5b53a63f481c0849be7a663a8cd43d5cf53f32b644ec0a2f50cf91aa2"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"installName": "to-spec",
|
|
357
|
-
"path": "skills/engineering/to-spec",
|
|
358
|
-
"role": "skill",
|
|
359
|
-
"licenseResponsibility": "upstream",
|
|
360
|
-
"contentDigest": "0f544cd0c099c06f0dd0b7b9ee98b4237218e7e95fd3d3c02e791efbaf74bacb"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"installName": "to-tickets",
|
|
364
|
-
"path": "skills/engineering/to-tickets",
|
|
365
|
-
"role": "skill",
|
|
366
|
-
"licenseResponsibility": "upstream",
|
|
367
|
-
"contentDigest": "0349eee265e7005e667b4543de849672106c46d545e998f37d3319300bb07751"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"installName": "triage",
|
|
371
|
-
"path": "skills/engineering/triage",
|
|
372
|
-
"role": "skill",
|
|
373
|
-
"licenseResponsibility": "upstream",
|
|
374
|
-
"contentDigest": "7c923b6a677cfe689500721f08307e2a4c46797ff169dc55ef6c34a431a0d533"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"installName": "wayfinder",
|
|
378
|
-
"path": "skills/engineering/wayfinder",
|
|
379
|
-
"role": "skill",
|
|
380
|
-
"licenseResponsibility": "upstream",
|
|
381
|
-
"contentDigest": "c9e18cefd77b6b5b0ee35f59ce2fd96359aa2d2f02e3479e12c873c5402d9d43",
|
|
382
|
-
"requires": [
|
|
383
|
-
"research"
|
|
384
|
-
]
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
"id": "impeccable",
|
|
390
|
-
"type": "external",
|
|
391
|
-
"repository": "https://github.com/pbakaus/impeccable",
|
|
392
|
-
"revision": "aee6ce9352b842217b3f57c78296a7a4fa35a7f3",
|
|
393
|
-
"updatePolicy": "reviewed-immutable-revision",
|
|
394
|
-
"members": [
|
|
395
|
-
{
|
|
396
|
-
"installName": "impeccable",
|
|
397
|
-
"path": ".agents/skills/impeccable",
|
|
398
|
-
"role": "skill",
|
|
399
|
-
"licenseResponsibility": "upstream"
|
|
400
|
-
}
|
|
401
|
-
]
|
|
402
171
|
}
|
|
403
172
|
],
|
|
404
173
|
"groups": [
|
|
@@ -406,55 +175,16 @@
|
|
|
406
175
|
"id": "engineering-workflow",
|
|
407
176
|
"displayName": "Engineering Workflow",
|
|
408
177
|
"dependsOn": [
|
|
409
|
-
"matt-pocock-toolkit",
|
|
410
178
|
"harness-runtime"
|
|
411
179
|
],
|
|
412
180
|
"install": {
|
|
413
181
|
"stopOnFailure": true,
|
|
414
182
|
"steps": [
|
|
415
|
-
{
|
|
416
|
-
"sourceId": "matt-pocock",
|
|
417
|
-
"sourceType": "external",
|
|
418
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
419
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
420
|
-
"installPath": null,
|
|
421
|
-
"members": [
|
|
422
|
-
"batch-grill-me",
|
|
423
|
-
"code-review",
|
|
424
|
-
"codebase-design",
|
|
425
|
-
"diagnosing-bugs",
|
|
426
|
-
"domain-modeling",
|
|
427
|
-
"grill-me",
|
|
428
|
-
"grill-with-docs",
|
|
429
|
-
"grilling",
|
|
430
|
-
"handoff",
|
|
431
|
-
"improve-codebase-architecture",
|
|
432
|
-
"prototype",
|
|
433
|
-
"research",
|
|
434
|
-
"resolving-merge-conflicts",
|
|
435
|
-
"setup-matt-pocock-skills",
|
|
436
|
-
"tdd",
|
|
437
|
-
"to-spec",
|
|
438
|
-
"to-tickets",
|
|
439
|
-
"triage",
|
|
440
|
-
"wayfinder"
|
|
441
|
-
],
|
|
442
|
-
"commands": [
|
|
443
|
-
{
|
|
444
|
-
"transport": "https",
|
|
445
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"onFailure": {
|
|
449
|
-
"action": "stop",
|
|
450
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
451
|
-
}
|
|
452
|
-
},
|
|
453
183
|
{
|
|
454
184
|
"sourceId": "first-party",
|
|
455
185
|
"sourceType": "first-party",
|
|
456
186
|
"package": "@1aboveio/skills",
|
|
457
|
-
"version": "0.12.
|
|
187
|
+
"version": "0.12.1",
|
|
458
188
|
"installPath": null,
|
|
459
189
|
"members": [
|
|
460
190
|
"harness-runtime",
|
|
@@ -484,49 +214,11 @@
|
|
|
484
214
|
"mode": "rerun-install-recipe",
|
|
485
215
|
"stopOnFailure": true,
|
|
486
216
|
"steps": [
|
|
487
|
-
{
|
|
488
|
-
"sourceId": "matt-pocock",
|
|
489
|
-
"sourceType": "external",
|
|
490
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
491
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
492
|
-
"installPath": null,
|
|
493
|
-
"members": [
|
|
494
|
-
"batch-grill-me",
|
|
495
|
-
"code-review",
|
|
496
|
-
"codebase-design",
|
|
497
|
-
"diagnosing-bugs",
|
|
498
|
-
"domain-modeling",
|
|
499
|
-
"grill-me",
|
|
500
|
-
"grill-with-docs",
|
|
501
|
-
"grilling",
|
|
502
|
-
"handoff",
|
|
503
|
-
"improve-codebase-architecture",
|
|
504
|
-
"prototype",
|
|
505
|
-
"research",
|
|
506
|
-
"resolving-merge-conflicts",
|
|
507
|
-
"setup-matt-pocock-skills",
|
|
508
|
-
"tdd",
|
|
509
|
-
"to-spec",
|
|
510
|
-
"to-tickets",
|
|
511
|
-
"triage",
|
|
512
|
-
"wayfinder"
|
|
513
|
-
],
|
|
514
|
-
"commands": [
|
|
515
|
-
{
|
|
516
|
-
"transport": "https",
|
|
517
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
518
|
-
}
|
|
519
|
-
],
|
|
520
|
-
"onFailure": {
|
|
521
|
-
"action": "stop",
|
|
522
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
217
|
{
|
|
526
218
|
"sourceId": "first-party",
|
|
527
219
|
"sourceType": "first-party",
|
|
528
220
|
"package": "@1aboveio/skills",
|
|
529
|
-
"version": "0.12.
|
|
221
|
+
"version": "0.12.1",
|
|
530
222
|
"installPath": null,
|
|
531
223
|
"members": [
|
|
532
224
|
"harness-runtime",
|
|
@@ -570,7 +262,7 @@
|
|
|
570
262
|
"sourceId": "first-party",
|
|
571
263
|
"sourceType": "first-party",
|
|
572
264
|
"package": "@1aboveio/skills",
|
|
573
|
-
"version": "0.12.
|
|
265
|
+
"version": "0.12.1",
|
|
574
266
|
"installPath": null,
|
|
575
267
|
"members": [
|
|
576
268
|
"harness-runtime",
|
|
@@ -603,7 +295,7 @@
|
|
|
603
295
|
"sourceId": "first-party",
|
|
604
296
|
"sourceType": "first-party",
|
|
605
297
|
"package": "@1aboveio/skills",
|
|
606
|
-
"version": "0.12.
|
|
298
|
+
"version": "0.12.1",
|
|
607
299
|
"installPath": null,
|
|
608
300
|
"members": [
|
|
609
301
|
"harness-runtime",
|
|
@@ -646,7 +338,7 @@
|
|
|
646
338
|
"sourceId": "first-party",
|
|
647
339
|
"sourceType": "first-party",
|
|
648
340
|
"package": "@1aboveio/skills",
|
|
649
|
-
"version": "0.12.
|
|
341
|
+
"version": "0.12.1",
|
|
650
342
|
"installPath": null,
|
|
651
343
|
"members": [
|
|
652
344
|
"harness-runtime",
|
|
@@ -676,7 +368,7 @@
|
|
|
676
368
|
"sourceId": "first-party",
|
|
677
369
|
"sourceType": "first-party",
|
|
678
370
|
"package": "@1aboveio/skills",
|
|
679
|
-
"version": "0.12.
|
|
371
|
+
"version": "0.12.1",
|
|
680
372
|
"installPath": null,
|
|
681
373
|
"members": [
|
|
682
374
|
"harness-runtime",
|
|
@@ -716,7 +408,7 @@
|
|
|
716
408
|
"sourceId": "first-party",
|
|
717
409
|
"sourceType": "first-party",
|
|
718
410
|
"package": "@1aboveio/skills",
|
|
719
|
-
"version": "0.12.
|
|
411
|
+
"version": "0.12.1",
|
|
720
412
|
"installPath": null,
|
|
721
413
|
"members": [
|
|
722
414
|
"harness-runtime",
|
|
@@ -737,26 +429,6 @@
|
|
|
737
429
|
"action": "stop",
|
|
738
430
|
"message": "Source first-party fetch failed; stop this recipe before running another source."
|
|
739
431
|
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"sourceId": "impeccable",
|
|
743
|
-
"sourceType": "external",
|
|
744
|
-
"repository": "https://github.com/pbakaus/impeccable",
|
|
745
|
-
"revision": "aee6ce9352b842217b3f57c78296a7a4fa35a7f3",
|
|
746
|
-
"installPath": ".agents/skills/impeccable",
|
|
747
|
-
"members": [
|
|
748
|
-
"impeccable"
|
|
749
|
-
],
|
|
750
|
-
"commands": [
|
|
751
|
-
{
|
|
752
|
-
"transport": "https",
|
|
753
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/pbakaus/impeccable/tar.gz/aee6ce9352b842217b3f57c78296a7a4fa35a7f3 --global --agent universal claude-code --skill impeccable"
|
|
754
|
-
}
|
|
755
|
-
],
|
|
756
|
-
"onFailure": {
|
|
757
|
-
"action": "stop",
|
|
758
|
-
"message": "Source impeccable fetch failed; stop this recipe before running another source."
|
|
759
|
-
}
|
|
760
432
|
}
|
|
761
433
|
]
|
|
762
434
|
},
|
|
@@ -768,7 +440,7 @@
|
|
|
768
440
|
"sourceId": "first-party",
|
|
769
441
|
"sourceType": "first-party",
|
|
770
442
|
"package": "@1aboveio/skills",
|
|
771
|
-
"version": "0.12.
|
|
443
|
+
"version": "0.12.1",
|
|
772
444
|
"installPath": null,
|
|
773
445
|
"members": [
|
|
774
446
|
"harness-runtime",
|
|
@@ -789,127 +461,11 @@
|
|
|
789
461
|
"action": "stop",
|
|
790
462
|
"message": "Source first-party fetch failed; stop this recipe before running another source."
|
|
791
463
|
}
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"sourceId": "impeccable",
|
|
795
|
-
"sourceType": "external",
|
|
796
|
-
"repository": "https://github.com/pbakaus/impeccable",
|
|
797
|
-
"revision": "aee6ce9352b842217b3f57c78296a7a4fa35a7f3",
|
|
798
|
-
"installPath": ".agents/skills/impeccable",
|
|
799
|
-
"members": [
|
|
800
|
-
"impeccable"
|
|
801
|
-
],
|
|
802
|
-
"commands": [
|
|
803
|
-
{
|
|
804
|
-
"transport": "https",
|
|
805
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/pbakaus/impeccable/tar.gz/aee6ce9352b842217b3f57c78296a7a4fa35a7f3 --global --agent universal claude-code --skill impeccable"
|
|
806
|
-
}
|
|
807
|
-
],
|
|
808
|
-
"onFailure": {
|
|
809
|
-
"action": "stop",
|
|
810
|
-
"message": "Source impeccable fetch failed; stop this recipe before running another source."
|
|
811
|
-
}
|
|
812
464
|
}
|
|
813
465
|
]
|
|
814
466
|
},
|
|
815
467
|
"uninstall": {
|
|
816
|
-
"command": "npx skills@1.5.22 remove --global --agent universal claude-code --skill better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4
|
|
817
|
-
"removesDependencies": false
|
|
818
|
-
}
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
"id": "matt-pocock-toolkit",
|
|
822
|
-
"displayName": "Matt Pocock Toolkit",
|
|
823
|
-
"dependsOn": [],
|
|
824
|
-
"install": {
|
|
825
|
-
"stopOnFailure": true,
|
|
826
|
-
"steps": [
|
|
827
|
-
{
|
|
828
|
-
"sourceId": "matt-pocock",
|
|
829
|
-
"sourceType": "external",
|
|
830
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
831
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
832
|
-
"installPath": null,
|
|
833
|
-
"members": [
|
|
834
|
-
"batch-grill-me",
|
|
835
|
-
"code-review",
|
|
836
|
-
"codebase-design",
|
|
837
|
-
"diagnosing-bugs",
|
|
838
|
-
"domain-modeling",
|
|
839
|
-
"grill-me",
|
|
840
|
-
"grill-with-docs",
|
|
841
|
-
"grilling",
|
|
842
|
-
"handoff",
|
|
843
|
-
"improve-codebase-architecture",
|
|
844
|
-
"prototype",
|
|
845
|
-
"research",
|
|
846
|
-
"resolving-merge-conflicts",
|
|
847
|
-
"setup-matt-pocock-skills",
|
|
848
|
-
"tdd",
|
|
849
|
-
"to-spec",
|
|
850
|
-
"to-tickets",
|
|
851
|
-
"triage",
|
|
852
|
-
"wayfinder"
|
|
853
|
-
],
|
|
854
|
-
"commands": [
|
|
855
|
-
{
|
|
856
|
-
"transport": "https",
|
|
857
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
858
|
-
}
|
|
859
|
-
],
|
|
860
|
-
"onFailure": {
|
|
861
|
-
"action": "stop",
|
|
862
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
"update": {
|
|
868
|
-
"mode": "rerun-install-recipe",
|
|
869
|
-
"stopOnFailure": true,
|
|
870
|
-
"steps": [
|
|
871
|
-
{
|
|
872
|
-
"sourceId": "matt-pocock",
|
|
873
|
-
"sourceType": "external",
|
|
874
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
875
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
876
|
-
"installPath": null,
|
|
877
|
-
"members": [
|
|
878
|
-
"batch-grill-me",
|
|
879
|
-
"code-review",
|
|
880
|
-
"codebase-design",
|
|
881
|
-
"diagnosing-bugs",
|
|
882
|
-
"domain-modeling",
|
|
883
|
-
"grill-me",
|
|
884
|
-
"grill-with-docs",
|
|
885
|
-
"grilling",
|
|
886
|
-
"handoff",
|
|
887
|
-
"improve-codebase-architecture",
|
|
888
|
-
"prototype",
|
|
889
|
-
"research",
|
|
890
|
-
"resolving-merge-conflicts",
|
|
891
|
-
"setup-matt-pocock-skills",
|
|
892
|
-
"tdd",
|
|
893
|
-
"to-spec",
|
|
894
|
-
"to-tickets",
|
|
895
|
-
"triage",
|
|
896
|
-
"wayfinder"
|
|
897
|
-
],
|
|
898
|
-
"commands": [
|
|
899
|
-
{
|
|
900
|
-
"transport": "https",
|
|
901
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
902
|
-
}
|
|
903
|
-
],
|
|
904
|
-
"onFailure": {
|
|
905
|
-
"action": "stop",
|
|
906
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
]
|
|
910
|
-
},
|
|
911
|
-
"uninstall": {
|
|
912
|
-
"command": "npx skills@1.5.22 remove --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder",
|
|
468
|
+
"command": "npx skills@1.5.22 remove --global --agent universal claude-code --skill better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4",
|
|
913
469
|
"removesDependencies": false
|
|
914
470
|
}
|
|
915
471
|
},
|
|
@@ -924,7 +480,7 @@
|
|
|
924
480
|
"sourceId": "first-party",
|
|
925
481
|
"sourceType": "first-party",
|
|
926
482
|
"package": "@1aboveio/skills",
|
|
927
|
-
"version": "0.12.
|
|
483
|
+
"version": "0.12.1",
|
|
928
484
|
"installPath": null,
|
|
929
485
|
"members": [
|
|
930
486
|
"harness-runtime"
|
|
@@ -950,7 +506,7 @@
|
|
|
950
506
|
"sourceId": "first-party",
|
|
951
507
|
"sourceType": "first-party",
|
|
952
508
|
"package": "@1aboveio/skills",
|
|
953
|
-
"version": "0.12.
|
|
509
|
+
"version": "0.12.1",
|
|
954
510
|
"installPath": null,
|
|
955
511
|
"members": [
|
|
956
512
|
"harness-runtime"
|
|
@@ -978,49 +534,11 @@
|
|
|
978
534
|
"install": {
|
|
979
535
|
"stopOnFailure": true,
|
|
980
536
|
"steps": [
|
|
981
|
-
{
|
|
982
|
-
"sourceId": "matt-pocock",
|
|
983
|
-
"sourceType": "external",
|
|
984
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
985
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
986
|
-
"installPath": null,
|
|
987
|
-
"members": [
|
|
988
|
-
"batch-grill-me",
|
|
989
|
-
"code-review",
|
|
990
|
-
"codebase-design",
|
|
991
|
-
"diagnosing-bugs",
|
|
992
|
-
"domain-modeling",
|
|
993
|
-
"grill-me",
|
|
994
|
-
"grill-with-docs",
|
|
995
|
-
"grilling",
|
|
996
|
-
"handoff",
|
|
997
|
-
"improve-codebase-architecture",
|
|
998
|
-
"prototype",
|
|
999
|
-
"research",
|
|
1000
|
-
"resolving-merge-conflicts",
|
|
1001
|
-
"setup-matt-pocock-skills",
|
|
1002
|
-
"tdd",
|
|
1003
|
-
"to-spec",
|
|
1004
|
-
"to-tickets",
|
|
1005
|
-
"triage",
|
|
1006
|
-
"wayfinder"
|
|
1007
|
-
],
|
|
1008
|
-
"commands": [
|
|
1009
|
-
{
|
|
1010
|
-
"transport": "https",
|
|
1011
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
1012
|
-
}
|
|
1013
|
-
],
|
|
1014
|
-
"onFailure": {
|
|
1015
|
-
"action": "stop",
|
|
1016
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
537
|
{
|
|
1020
538
|
"sourceId": "first-party",
|
|
1021
539
|
"sourceType": "first-party",
|
|
1022
540
|
"package": "@1aboveio/skills",
|
|
1023
|
-
"version": "0.12.
|
|
541
|
+
"version": "0.12.1",
|
|
1024
542
|
"installPath": null,
|
|
1025
543
|
"members": [
|
|
1026
544
|
"harness-runtime",
|
|
@@ -1060,26 +578,6 @@
|
|
|
1060
578
|
"action": "stop",
|
|
1061
579
|
"message": "Source first-party fetch failed; stop this recipe before running another source."
|
|
1062
580
|
}
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"sourceId": "impeccable",
|
|
1066
|
-
"sourceType": "external",
|
|
1067
|
-
"repository": "https://github.com/pbakaus/impeccable",
|
|
1068
|
-
"revision": "aee6ce9352b842217b3f57c78296a7a4fa35a7f3",
|
|
1069
|
-
"installPath": ".agents/skills/impeccable",
|
|
1070
|
-
"members": [
|
|
1071
|
-
"impeccable"
|
|
1072
|
-
],
|
|
1073
|
-
"commands": [
|
|
1074
|
-
{
|
|
1075
|
-
"transport": "https",
|
|
1076
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/pbakaus/impeccable/tar.gz/aee6ce9352b842217b3f57c78296a7a4fa35a7f3 --global --agent universal claude-code --skill impeccable"
|
|
1077
|
-
}
|
|
1078
|
-
],
|
|
1079
|
-
"onFailure": {
|
|
1080
|
-
"action": "stop",
|
|
1081
|
-
"message": "Source impeccable fetch failed; stop this recipe before running another source."
|
|
1082
|
-
}
|
|
1083
581
|
}
|
|
1084
582
|
]
|
|
1085
583
|
},
|
|
@@ -1087,49 +585,11 @@
|
|
|
1087
585
|
"mode": "rerun-install-recipe",
|
|
1088
586
|
"stopOnFailure": true,
|
|
1089
587
|
"steps": [
|
|
1090
|
-
{
|
|
1091
|
-
"sourceId": "matt-pocock",
|
|
1092
|
-
"sourceType": "external",
|
|
1093
|
-
"repository": "https://github.com/mattpocock/skills",
|
|
1094
|
-
"revision": "ed37663cc5fbef691ddfecd080dff42f7e7e350d",
|
|
1095
|
-
"installPath": null,
|
|
1096
|
-
"members": [
|
|
1097
|
-
"batch-grill-me",
|
|
1098
|
-
"code-review",
|
|
1099
|
-
"codebase-design",
|
|
1100
|
-
"diagnosing-bugs",
|
|
1101
|
-
"domain-modeling",
|
|
1102
|
-
"grill-me",
|
|
1103
|
-
"grill-with-docs",
|
|
1104
|
-
"grilling",
|
|
1105
|
-
"handoff",
|
|
1106
|
-
"improve-codebase-architecture",
|
|
1107
|
-
"prototype",
|
|
1108
|
-
"research",
|
|
1109
|
-
"resolving-merge-conflicts",
|
|
1110
|
-
"setup-matt-pocock-skills",
|
|
1111
|
-
"tdd",
|
|
1112
|
-
"to-spec",
|
|
1113
|
-
"to-tickets",
|
|
1114
|
-
"triage",
|
|
1115
|
-
"wayfinder"
|
|
1116
|
-
],
|
|
1117
|
-
"commands": [
|
|
1118
|
-
{
|
|
1119
|
-
"transport": "https",
|
|
1120
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/mattpocock/skills/tar.gz/ed37663cc5fbef691ddfecd080dff42f7e7e350d --global --agent universal claude-code --skill batch-grill-me code-review codebase-design diagnosing-bugs domain-modeling grill-me grill-with-docs grilling handoff improve-codebase-architecture prototype research resolving-merge-conflicts setup-matt-pocock-skills tdd to-spec to-tickets triage wayfinder"
|
|
1121
|
-
}
|
|
1122
|
-
],
|
|
1123
|
-
"onFailure": {
|
|
1124
|
-
"action": "stop",
|
|
1125
|
-
"message": "Source matt-pocock fetch failed; stop this recipe before running another source."
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
588
|
{
|
|
1129
589
|
"sourceId": "first-party",
|
|
1130
590
|
"sourceType": "first-party",
|
|
1131
591
|
"package": "@1aboveio/skills",
|
|
1132
|
-
"version": "0.12.
|
|
592
|
+
"version": "0.12.1",
|
|
1133
593
|
"installPath": null,
|
|
1134
594
|
"members": [
|
|
1135
595
|
"harness-runtime",
|
|
@@ -1169,31 +629,11 @@
|
|
|
1169
629
|
"action": "stop",
|
|
1170
630
|
"message": "Source first-party fetch failed; stop this recipe before running another source."
|
|
1171
631
|
}
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"sourceId": "impeccable",
|
|
1175
|
-
"sourceType": "external",
|
|
1176
|
-
"repository": "https://github.com/pbakaus/impeccable",
|
|
1177
|
-
"revision": "aee6ce9352b842217b3f57c78296a7a4fa35a7f3",
|
|
1178
|
-
"installPath": ".agents/skills/impeccable",
|
|
1179
|
-
"members": [
|
|
1180
|
-
"impeccable"
|
|
1181
|
-
],
|
|
1182
|
-
"commands": [
|
|
1183
|
-
{
|
|
1184
|
-
"transport": "https",
|
|
1185
|
-
"command": "SKILLS_DOWNLOAD_MAX_BYTES=33554432 SKILLS_EXTRACT_MAX_FILES=4096 SKILLS_EXTRACT_MAX_BYTES=67108864 npx skills@1.5.22 add https://codeload.github.com/pbakaus/impeccable/tar.gz/aee6ce9352b842217b3f57c78296a7a4fa35a7f3 --global --agent universal claude-code --skill impeccable"
|
|
1186
|
-
}
|
|
1187
|
-
],
|
|
1188
|
-
"onFailure": {
|
|
1189
|
-
"action": "stop",
|
|
1190
|
-
"message": "Source impeccable fetch failed; stop this recipe before running another source."
|
|
1191
|
-
}
|
|
1192
632
|
}
|
|
1193
633
|
]
|
|
1194
634
|
},
|
|
1195
635
|
"uninstall": {
|
|
1196
|
-
"command": "npx skills@1.5.22 remove --global --agent universal claude-code --skill e2e-test ensure-coverage implement-and-pr resolve-issues resolve-release review-pr smoke engineering-runtime cloud-build cloud-debug cloud-deploy docker google-cloud mergify podman airflow-dag-develop app-debug pyspark python-backend better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4
|
|
636
|
+
"command": "npx skills@1.5.22 remove --global --agent universal claude-code --skill e2e-test ensure-coverage implement-and-pr resolve-issues resolve-release review-pr smoke engineering-runtime cloud-build cloud-debug cloud-deploy docker google-cloud mergify podman airflow-dag-develop app-debug pyspark python-backend better-auth monorepo nextjs-fullstack prisma-setup shadcn zod-v4 harness-runtime"
|
|
1197
637
|
}
|
|
1198
638
|
}
|
|
1199
639
|
}
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"id": "first-party",
|
|
361
361
|
"type": "first-party",
|
|
362
362
|
"package": "@1aboveio/skills",
|
|
363
|
-
"version": "0.12.
|
|
363
|
+
"version": "0.12.1"
|
|
364
364
|
},
|
|
365
365
|
"contentDigest": "eff6c7b5931bce5b2265a619bccddd371a89df6ce7bc2edc74f11d00060a71dd",
|
|
366
366
|
"digestExcludes": []
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"id": "first-party",
|
|
374
374
|
"type": "first-party",
|
|
375
375
|
"package": "@1aboveio/skills",
|
|
376
|
-
"version": "0.12.
|
|
376
|
+
"version": "0.12.1"
|
|
377
377
|
},
|
|
378
378
|
"contentDigest": "08230dc57a53d6526692b50138038abbd80abce1a067e01c52ad6acc182caf7e",
|
|
379
379
|
"digestExcludes": []
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"id": "first-party",
|
|
387
387
|
"type": "first-party",
|
|
388
388
|
"package": "@1aboveio/skills",
|
|
389
|
-
"version": "0.12.
|
|
389
|
+
"version": "0.12.1"
|
|
390
390
|
},
|
|
391
391
|
"contentDigest": "9eea7bfba348ddaea1b934c9a7fabdd9b101df8a146e1c93e947da4d335f1d98",
|
|
392
392
|
"digestExcludes": []
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"id": "first-party",
|
|
400
400
|
"type": "first-party",
|
|
401
401
|
"package": "@1aboveio/skills",
|
|
402
|
-
"version": "0.12.
|
|
402
|
+
"version": "0.12.1"
|
|
403
403
|
},
|
|
404
404
|
"contentDigest": "58b0556228a9271cf9e33727a05fc08a4fdfd29512ec0936b169f0a55d60e6ef",
|
|
405
405
|
"digestExcludes": []
|
|
@@ -412,9 +412,9 @@
|
|
|
412
412
|
"id": "first-party",
|
|
413
413
|
"type": "first-party",
|
|
414
414
|
"package": "@1aboveio/skills",
|
|
415
|
-
"version": "0.12.
|
|
415
|
+
"version": "0.12.1"
|
|
416
416
|
},
|
|
417
|
-
"contentDigest": "
|
|
417
|
+
"contentDigest": "c8e731b2441e03b2a7d2999f9888427f842f41b16f40c43d4d0965faad2eb925",
|
|
418
418
|
"digestExcludes": []
|
|
419
419
|
},
|
|
420
420
|
{
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"id": "first-party",
|
|
426
426
|
"type": "first-party",
|
|
427
427
|
"package": "@1aboveio/skills",
|
|
428
|
-
"version": "0.12.
|
|
428
|
+
"version": "0.12.1"
|
|
429
429
|
},
|
|
430
430
|
"contentDigest": "b5af4dccf703362d4f41cac4fdff48305f652a00338d85975a2e5c35ec6bc61c",
|
|
431
431
|
"digestExcludes": []
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"id": "first-party",
|
|
439
439
|
"type": "first-party",
|
|
440
440
|
"package": "@1aboveio/skills",
|
|
441
|
-
"version": "0.12.
|
|
441
|
+
"version": "0.12.1"
|
|
442
442
|
},
|
|
443
443
|
"contentDigest": "f048fd00c69f2dc666fc7a3096cfeee6dfba73933bfb69602f3f0e26159798cc",
|
|
444
444
|
"digestExcludes": []
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"id": "first-party",
|
|
452
452
|
"type": "first-party",
|
|
453
453
|
"package": "@1aboveio/skills",
|
|
454
|
-
"version": "0.12.
|
|
454
|
+
"version": "0.12.1"
|
|
455
455
|
},
|
|
456
456
|
"contentDigest": "90a7c4e1ad6da1e632ea2c5259e4967ffebb84353adccbca8dfc5d6bc50b60c1",
|
|
457
457
|
"digestExcludes": []
|
|
@@ -464,15 +464,15 @@
|
|
|
464
464
|
"id": "first-party",
|
|
465
465
|
"type": "first-party",
|
|
466
466
|
"package": "@1aboveio/skills",
|
|
467
|
-
"version": "0.12.
|
|
467
|
+
"version": "0.12.1"
|
|
468
468
|
},
|
|
469
|
-
"contentDigest": "
|
|
469
|
+
"contentDigest": "d53c76bf1d2118c59b443c5757d7d4c3bcf489fd8e345b68b44127de9a085e5b",
|
|
470
470
|
"digestExcludes": [
|
|
471
471
|
"coherence/workflow.json"
|
|
472
472
|
]
|
|
473
473
|
}
|
|
474
474
|
],
|
|
475
|
-
"releaseIdentity": "
|
|
475
|
+
"releaseIdentity": "785896ddc88471f058dcd79a651bb2558630706c874e4222562cc828df6aae91",
|
|
476
476
|
"lifecycleAuthority": "native-skills-cli",
|
|
477
477
|
"repairRecipe": {
|
|
478
478
|
"id": "engineering-workflow-dependency-first",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"sourceId": "first-party",
|
|
525
525
|
"sourceType": "first-party",
|
|
526
526
|
"package": "@1aboveio/skills",
|
|
527
|
-
"version": "0.12.
|
|
527
|
+
"version": "0.12.1",
|
|
528
528
|
"installPath": null,
|
|
529
529
|
"members": [
|
|
530
530
|
"harness-runtime",
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"commands": [
|
|
541
541
|
{
|
|
542
542
|
"transport": "npm",
|
|
543
|
-
"command": "npx @1aboveio/skills@0.12.
|
|
543
|
+
"command": "npx @1aboveio/skills@0.12.1 install --group engineering-workflow"
|
|
544
544
|
}
|
|
545
545
|
],
|
|
546
546
|
"onFailure": {
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"id": "first-party",
|
|
237
237
|
"type": "first-party",
|
|
238
238
|
"package": "@1aboveio/skills",
|
|
239
|
-
"version": "0.12.
|
|
239
|
+
"version": "0.12.1"
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
{
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"id": "first-party",
|
|
248
248
|
"type": "first-party",
|
|
249
249
|
"package": "@1aboveio/skills",
|
|
250
|
-
"version": "0.12.
|
|
250
|
+
"version": "0.12.1"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
253
|
{
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"id": "first-party",
|
|
259
259
|
"type": "first-party",
|
|
260
260
|
"package": "@1aboveio/skills",
|
|
261
|
-
"version": "0.12.
|
|
261
|
+
"version": "0.12.1"
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
264
|
{
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"id": "first-party",
|
|
270
270
|
"type": "first-party",
|
|
271
271
|
"package": "@1aboveio/skills",
|
|
272
|
-
"version": "0.12.
|
|
272
|
+
"version": "0.12.1"
|
|
273
273
|
}
|
|
274
274
|
},
|
|
275
275
|
{
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"id": "first-party",
|
|
281
281
|
"type": "first-party",
|
|
282
282
|
"package": "@1aboveio/skills",
|
|
283
|
-
"version": "0.12.
|
|
283
|
+
"version": "0.12.1"
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
286
|
{
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"id": "first-party",
|
|
292
292
|
"type": "first-party",
|
|
293
293
|
"package": "@1aboveio/skills",
|
|
294
|
-
"version": "0.12.
|
|
294
|
+
"version": "0.12.1"
|
|
295
295
|
}
|
|
296
296
|
},
|
|
297
297
|
{
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"id": "first-party",
|
|
303
303
|
"type": "first-party",
|
|
304
304
|
"package": "@1aboveio/skills",
|
|
305
|
-
"version": "0.12.
|
|
305
|
+
"version": "0.12.1"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
{
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"id": "first-party",
|
|
314
314
|
"type": "first-party",
|
|
315
315
|
"package": "@1aboveio/skills",
|
|
316
|
-
"version": "0.12.
|
|
316
|
+
"version": "0.12.1"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
319
|
{
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
"id": "first-party",
|
|
325
325
|
"type": "first-party",
|
|
326
326
|
"package": "@1aboveio/skills",
|
|
327
|
-
"version": "0.12.
|
|
327
|
+
"version": "0.12.1"
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
330
|
],
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"sourceId": "first-party",
|
|
420
420
|
"sourceType": "first-party",
|
|
421
421
|
"package": "@1aboveio/skills",
|
|
422
|
-
"version": "0.12.
|
|
422
|
+
"version": "0.12.1",
|
|
423
423
|
"installPath": null,
|
|
424
424
|
"members": [
|
|
425
425
|
"harness-runtime",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"commands": [
|
|
436
436
|
{
|
|
437
437
|
"transport": "npm",
|
|
438
|
-
"command": "npx @1aboveio/skills@0.12.
|
|
438
|
+
"command": "npx @1aboveio/skills@0.12.1 install --group engineering-workflow"
|
|
439
439
|
}
|
|
440
440
|
],
|
|
441
441
|
"onFailure": {
|
|
@@ -3412,7 +3412,7 @@ export const WORKFLOW_PREFLIGHT_COMMANDS = Object.freeze([
|
|
|
3412
3412
|
|
|
3413
3413
|
const WORKFLOW_VERIFIER_URL = new URL('../../engineering-runtime/scripts/workflow-coherence.mjs', import.meta.url)
|
|
3414
3414
|
const WORKFLOW_FALLBACK_POLICY_URL = new URL('../generated/workflow-repair-policy.json', import.meta.url)
|
|
3415
|
-
export const WORKFLOW_TRUSTED_FALLBACK_POLICY_SHA256 = '
|
|
3415
|
+
export const WORKFLOW_TRUSTED_FALLBACK_POLICY_SHA256 = 'c3bd6416cd783d675e6ed243651cf2ee55fa9852e175ccde6653c189c97c134e'
|
|
3416
3416
|
const WORKFLOW_REPAIR_RECIPE_REFERENCE = Object.freeze({
|
|
3417
3417
|
id: 'engineering-workflow-dependency-first',
|
|
3418
3418
|
generatedFrom: 'skills/distribution/generated/recipes.json',
|