From e1ccea5c085fb0dc9dd9e2b6e20f91a3d35f2c25 Mon Sep 17 00:00:00 2001 From: Samuele Verzi Date: Wed, 8 Jul 2026 18:43:39 +0200 Subject: [PATCH] feat(skills): sync mattpocock skills with dockyard at upstream d574778 - Bump 10 refreshed skills to 0.2.0 (new OCI tag + git ref, synced descriptions from upstream SKILL.md frontmatter) - Remove caveman and zoom-out (deleted upstream, dockyard stops publishing them) - Replace diagnose with diagnosing-bugs and write-a-skill with writing-great-skills, following upstream renames - Add 14 new skills onboarded into dockyard: ask-matt, codebase-design, domain-modeling, implement, prototype, research, resolving-merge-conflicts, to-spec, to-tickets, wayfinder, grilling, handoff, teach, and matt-pocock-code-review (upstream code-review, renamed to avoid colliding with the getsentry code-review skill) Co-authored-by: Cursor --- registries/toolhive/skills/ask-matt/icon.svg | 1 + .../toolhive/skills/ask-matt/skill.json | 30 +++++++++++++++++++ registries/toolhive/skills/caveman/skill.json | 30 ------------------- .../{caveman => codebase-design}/icon.svg | 2 +- .../skills/codebase-design/skill.json | 30 +++++++++++++++++++ .../toolhive/skills/diagnose/skill.json | 30 ------------------- .../toolhive/skills/diagnosing-bugs/icon.svg | 1 + .../skills/diagnosing-bugs/skill.json | 30 +++++++++++++++++++ .../toolhive/skills/domain-modeling/icon.svg | 1 + .../skills/domain-modeling/skill.json | 30 +++++++++++++++++++ .../git-guardrails-claude-code/skill.json | 6 ++-- .../toolhive/skills/grill-me/skill.json | 8 ++--- .../skills/grill-with-docs/skill.json | 8 ++--- registries/toolhive/skills/grilling/icon.svg | 1 + .../toolhive/skills/grilling/skill.json | 30 +++++++++++++++++++ .../{write-a-skill => handoff}/icon.svg | 2 +- registries/toolhive/skills/handoff/skill.json | 30 +++++++++++++++++++ registries/toolhive/skills/implement/icon.svg | 1 + .../toolhive/skills/implement/skill.json | 30 +++++++++++++++++++ .../improve-codebase-architecture/skill.json | 8 ++--- .../skills/matt-pocock-code-review/icon.svg | 1 + .../skills/matt-pocock-code-review/skill.json | 30 +++++++++++++++++++ .../skills/migrate-to-shoehorn/skill.json | 6 ++-- registries/toolhive/skills/prototype/icon.svg | 1 + .../toolhive/skills/prototype/skill.json | 30 +++++++++++++++++++ .../skills/{diagnose => research}/icon.svg | 2 +- .../toolhive/skills/research/skill.json | 30 +++++++++++++++++++ .../skills/resolving-merge-conflicts/icon.svg | 1 + .../resolving-merge-conflicts/skill.json | 30 +++++++++++++++++++ .../skills/scaffold-exercises/skill.json | 6 ++-- .../setup-matt-pocock-skills/skill.json | 8 ++--- .../skills/setup-pre-commit/skill.json | 6 ++-- registries/toolhive/skills/tdd/skill.json | 8 ++--- registries/toolhive/skills/teach/icon.svg | 1 + registries/toolhive/skills/teach/skill.json | 30 +++++++++++++++++++ registries/toolhive/skills/to-spec/icon.svg | 1 + registries/toolhive/skills/to-spec/skill.json | 30 +++++++++++++++++++ .../toolhive/skills/to-tickets/icon.svg | 1 + .../toolhive/skills/to-tickets/skill.json | 30 +++++++++++++++++++ registries/toolhive/skills/triage/skill.json | 8 ++--- .../skills/{zoom-out => wayfinder}/icon.svg | 2 +- .../toolhive/skills/wayfinder/skill.json | 30 +++++++++++++++++++ .../toolhive/skills/write-a-skill/skill.json | 30 ------------------- .../skills/writing-great-skills/icon.svg | 1 + .../skills/writing-great-skills/skill.json | 30 +++++++++++++++++++ .../toolhive/skills/zoom-out/skill.json | 30 ------------------- 46 files changed, 532 insertions(+), 160 deletions(-) create mode 100644 registries/toolhive/skills/ask-matt/icon.svg create mode 100644 registries/toolhive/skills/ask-matt/skill.json delete mode 100644 registries/toolhive/skills/caveman/skill.json rename registries/toolhive/skills/{caveman => codebase-design}/icon.svg (54%) create mode 100644 registries/toolhive/skills/codebase-design/skill.json delete mode 100644 registries/toolhive/skills/diagnose/skill.json create mode 100644 registries/toolhive/skills/diagnosing-bugs/icon.svg create mode 100644 registries/toolhive/skills/diagnosing-bugs/skill.json create mode 100644 registries/toolhive/skills/domain-modeling/icon.svg create mode 100644 registries/toolhive/skills/domain-modeling/skill.json create mode 100644 registries/toolhive/skills/grilling/icon.svg create mode 100644 registries/toolhive/skills/grilling/skill.json rename registries/toolhive/skills/{write-a-skill => handoff}/icon.svg (54%) create mode 100644 registries/toolhive/skills/handoff/skill.json create mode 100644 registries/toolhive/skills/implement/icon.svg create mode 100644 registries/toolhive/skills/implement/skill.json create mode 100644 registries/toolhive/skills/matt-pocock-code-review/icon.svg create mode 100644 registries/toolhive/skills/matt-pocock-code-review/skill.json create mode 100644 registries/toolhive/skills/prototype/icon.svg create mode 100644 registries/toolhive/skills/prototype/skill.json rename registries/toolhive/skills/{diagnose => research}/icon.svg (54%) create mode 100644 registries/toolhive/skills/research/skill.json create mode 100644 registries/toolhive/skills/resolving-merge-conflicts/icon.svg create mode 100644 registries/toolhive/skills/resolving-merge-conflicts/skill.json create mode 100644 registries/toolhive/skills/teach/icon.svg create mode 100644 registries/toolhive/skills/teach/skill.json create mode 100644 registries/toolhive/skills/to-spec/icon.svg create mode 100644 registries/toolhive/skills/to-spec/skill.json create mode 100644 registries/toolhive/skills/to-tickets/icon.svg create mode 100644 registries/toolhive/skills/to-tickets/skill.json rename registries/toolhive/skills/{zoom-out => wayfinder}/icon.svg (54%) create mode 100644 registries/toolhive/skills/wayfinder/skill.json delete mode 100644 registries/toolhive/skills/write-a-skill/skill.json create mode 100644 registries/toolhive/skills/writing-great-skills/icon.svg create mode 100644 registries/toolhive/skills/writing-great-skills/skill.json delete mode 100644 registries/toolhive/skills/zoom-out/skill.json diff --git a/registries/toolhive/skills/ask-matt/icon.svg b/registries/toolhive/skills/ask-matt/icon.svg new file mode 100644 index 000000000..d1df61d75 --- /dev/null +++ b/registries/toolhive/skills/ask-matt/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/ask-matt/skill.json b/registries/toolhive/skills/ask-matt/skill.json new file mode 100644 index 000000000..5600bd495 --- /dev/null +++ b/registries/toolhive/skills/ask-matt/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "ask-matt", + "title": "Ask Matt", + "description": "Ask which skill or flow fits your situation. A router over the skills in this repo.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/ask-matt:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/ask-matt" + } + ] +} diff --git a/registries/toolhive/skills/caveman/skill.json b/registries/toolhive/skills/caveman/skill.json deleted file mode 100644 index 0f944b6ce..000000000 --- a/registries/toolhive/skills/caveman/skill.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "namespace": "io.github.stacklok", - "name": "caveman", - "title": "Caveman", - "description": "Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when the user says 'caveman mode', 'talk like caveman', 'use caveman', 'less tokens', 'be brief', or invokes /caveman.", - "version": "0.1.1", - "status": "active", - "repository": { - "url": "https://github.com/mattpocock/skills", - "type": "git" - }, - "icons": [ - { - "src": "icon.svg", - "type": "image/svg+xml" - } - ], - "packages": [ - { - "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/caveman:0.1.1" - }, - { - "registryType": "git", - "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", - "subfolder": "skills/productivity/caveman" - } - ] -} diff --git a/registries/toolhive/skills/caveman/icon.svg b/registries/toolhive/skills/codebase-design/icon.svg similarity index 54% rename from registries/toolhive/skills/caveman/icon.svg rename to registries/toolhive/skills/codebase-design/icon.svg index 0bf097cf8..cc27e8dac 100644 --- a/registries/toolhive/skills/caveman/icon.svg +++ b/registries/toolhive/skills/codebase-design/icon.svg @@ -1 +1 @@ - + diff --git a/registries/toolhive/skills/codebase-design/skill.json b/registries/toolhive/skills/codebase-design/skill.json new file mode 100644 index 000000000..8bb0e781e --- /dev/null +++ b/registries/toolhive/skills/codebase-design/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "codebase-design", + "title": "Codebase Design", + "description": "Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/codebase-design:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/codebase-design" + } + ] +} diff --git a/registries/toolhive/skills/diagnose/skill.json b/registries/toolhive/skills/diagnose/skill.json deleted file mode 100644 index 947c95cda..000000000 --- a/registries/toolhive/skills/diagnose/skill.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "namespace": "io.github.stacklok", - "name": "diagnose", - "title": "Diagnose", - "description": "Disciplined diagnosis loop for hard bugs and performance regressions — reproduce, minimise, hypothesise, instrument, fix, regression-test. Use when the user says 'diagnose this' / 'debug this', reports a bug, says something is broken/throwing/failing, or describes a performance regression.", - "version": "0.1.1", - "status": "active", - "repository": { - "url": "https://github.com/mattpocock/skills", - "type": "git" - }, - "icons": [ - { - "src": "icon.svg", - "type": "image/svg+xml" - } - ], - "packages": [ - { - "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/diagnose:0.1.1" - }, - { - "registryType": "git", - "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", - "subfolder": "skills/engineering/diagnose" - } - ] -} diff --git a/registries/toolhive/skills/diagnosing-bugs/icon.svg b/registries/toolhive/skills/diagnosing-bugs/icon.svg new file mode 100644 index 000000000..d25f93b83 --- /dev/null +++ b/registries/toolhive/skills/diagnosing-bugs/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/diagnosing-bugs/skill.json b/registries/toolhive/skills/diagnosing-bugs/skill.json new file mode 100644 index 000000000..e9a03eb13 --- /dev/null +++ b/registries/toolhive/skills/diagnosing-bugs/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "diagnosing-bugs", + "title": "Diagnosing Bugs", + "description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says 'diagnose'/'debug this', or reports something broken/throwing/failing/slow.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/diagnosing-bugs:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/diagnosing-bugs" + } + ] +} diff --git a/registries/toolhive/skills/domain-modeling/icon.svg b/registries/toolhive/skills/domain-modeling/icon.svg new file mode 100644 index 000000000..3fe5554cb --- /dev/null +++ b/registries/toolhive/skills/domain-modeling/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/domain-modeling/skill.json b/registries/toolhive/skills/domain-modeling/skill.json new file mode 100644 index 000000000..ba32d293b --- /dev/null +++ b/registries/toolhive/skills/domain-modeling/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "domain-modeling", + "title": "Domain Modeling", + "description": "Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/domain-modeling:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/domain-modeling" + } + ] +} diff --git a/registries/toolhive/skills/git-guardrails-claude-code/skill.json b/registries/toolhive/skills/git-guardrails-claude-code/skill.json index 4ae698686..e4a360c95 100644 --- a/registries/toolhive/skills/git-guardrails-claude-code/skill.json +++ b/registries/toolhive/skills/git-guardrails-claude-code/skill.json @@ -3,7 +3,7 @@ "name": "git-guardrails-claude-code", "title": "Git Guardrails Claude Code", "description": "Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when the user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.", - "version": "0.1.1", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/git-guardrails-claude-code:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/git-guardrails-claude-code:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/misc/git-guardrails-claude-code" } ] diff --git a/registries/toolhive/skills/grill-me/skill.json b/registries/toolhive/skills/grill-me/skill.json index d2cf41b25..e20b0df44 100644 --- a/registries/toolhive/skills/grill-me/skill.json +++ b/registries/toolhive/skills/grill-me/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "grill-me", "title": "Grill Me", - "description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, get grilled on their design, or mentions 'grill me'.", - "version": "0.1.1", + "description": "A relentless interview to sharpen a plan or design.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/grill-me:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/grill-me:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/productivity/grill-me" } ] diff --git a/registries/toolhive/skills/grill-with-docs/skill.json b/registries/toolhive/skills/grill-with-docs/skill.json index 263cb4343..d4350e71f 100644 --- a/registries/toolhive/skills/grill-with-docs/skill.json +++ b/registries/toolhive/skills/grill-with-docs/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "grill-with-docs", "title": "Grill With Docs", - "description": "Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when the user wants to stress-test a plan against their project's language and documented decisions.", - "version": "0.1.1", + "description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/grill-with-docs:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/grill-with-docs:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/engineering/grill-with-docs" } ] diff --git a/registries/toolhive/skills/grilling/icon.svg b/registries/toolhive/skills/grilling/icon.svg new file mode 100644 index 000000000..8e2d3a04d --- /dev/null +++ b/registries/toolhive/skills/grilling/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/grilling/skill.json b/registries/toolhive/skills/grilling/skill.json new file mode 100644 index 000000000..56588532a --- /dev/null +++ b/registries/toolhive/skills/grilling/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "grilling", + "title": "Grilling", + "description": "Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/grilling:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/productivity/grilling" + } + ] +} diff --git a/registries/toolhive/skills/write-a-skill/icon.svg b/registries/toolhive/skills/handoff/icon.svg similarity index 54% rename from registries/toolhive/skills/write-a-skill/icon.svg rename to registries/toolhive/skills/handoff/icon.svg index 0bf097cf8..fb9048fa5 100644 --- a/registries/toolhive/skills/write-a-skill/icon.svg +++ b/registries/toolhive/skills/handoff/icon.svg @@ -1 +1 @@ - + diff --git a/registries/toolhive/skills/handoff/skill.json b/registries/toolhive/skills/handoff/skill.json new file mode 100644 index 000000000..4e6e2dc3d --- /dev/null +++ b/registries/toolhive/skills/handoff/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "handoff", + "title": "Handoff", + "description": "Compact the current conversation into a handoff document for another agent to pick up.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/handoff:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/productivity/handoff" + } + ] +} diff --git a/registries/toolhive/skills/implement/icon.svg b/registries/toolhive/skills/implement/icon.svg new file mode 100644 index 000000000..105238541 --- /dev/null +++ b/registries/toolhive/skills/implement/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/implement/skill.json b/registries/toolhive/skills/implement/skill.json new file mode 100644 index 000000000..cc77f3354 --- /dev/null +++ b/registries/toolhive/skills/implement/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "implement", + "title": "Implement", + "description": "Implement a piece of work based on a spec or set of tickets.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/implement:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/implement" + } + ] +} diff --git a/registries/toolhive/skills/improve-codebase-architecture/skill.json b/registries/toolhive/skills/improve-codebase-architecture/skill.json index dff96461c..0e24ee52f 100644 --- a/registries/toolhive/skills/improve-codebase-architecture/skill.json +++ b/registries/toolhive/skills/improve-codebase-architecture/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "improve-codebase-architecture", "title": "Improve Codebase Architecture", - "description": "Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.", - "version": "0.1.1", + "description": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/improve-codebase-architecture:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/improve-codebase-architecture:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/engineering/improve-codebase-architecture" } ] diff --git a/registries/toolhive/skills/matt-pocock-code-review/icon.svg b/registries/toolhive/skills/matt-pocock-code-review/icon.svg new file mode 100644 index 000000000..a2f9c0ee4 --- /dev/null +++ b/registries/toolhive/skills/matt-pocock-code-review/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/matt-pocock-code-review/skill.json b/registries/toolhive/skills/matt-pocock-code-review/skill.json new file mode 100644 index 000000000..1a60367d7 --- /dev/null +++ b/registries/toolhive/skills/matt-pocock-code-review/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "matt-pocock-code-review", + "title": "Matt Pocock Code Review", + "description": "Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to 'review since X'.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/matt-pocock-code-review:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/code-review" + } + ] +} diff --git a/registries/toolhive/skills/migrate-to-shoehorn/skill.json b/registries/toolhive/skills/migrate-to-shoehorn/skill.json index 5fc622781..d03f03a7e 100644 --- a/registries/toolhive/skills/migrate-to-shoehorn/skill.json +++ b/registries/toolhive/skills/migrate-to-shoehorn/skill.json @@ -3,7 +3,7 @@ "name": "migrate-to-shoehorn", "title": "Migrate To Shoehorn", "description": "Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when the user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.", - "version": "0.1.1", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/migrate-to-shoehorn:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/migrate-to-shoehorn:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/misc/migrate-to-shoehorn" } ] diff --git a/registries/toolhive/skills/prototype/icon.svg b/registries/toolhive/skills/prototype/icon.svg new file mode 100644 index 000000000..c27425cb5 --- /dev/null +++ b/registries/toolhive/skills/prototype/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/prototype/skill.json b/registries/toolhive/skills/prototype/skill.json new file mode 100644 index 000000000..ed38fcd5c --- /dev/null +++ b/registries/toolhive/skills/prototype/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "prototype", + "title": "Prototype", + "description": "Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/prototype:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/prototype" + } + ] +} diff --git a/registries/toolhive/skills/diagnose/icon.svg b/registries/toolhive/skills/research/icon.svg similarity index 54% rename from registries/toolhive/skills/diagnose/icon.svg rename to registries/toolhive/skills/research/icon.svg index 0bf097cf8..8ee1b3702 100644 --- a/registries/toolhive/skills/diagnose/icon.svg +++ b/registries/toolhive/skills/research/icon.svg @@ -1 +1 @@ - + diff --git a/registries/toolhive/skills/research/skill.json b/registries/toolhive/skills/research/skill.json new file mode 100644 index 000000000..69090c16b --- /dev/null +++ b/registries/toolhive/skills/research/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "research", + "title": "Research", + "description": "Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/research:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/research" + } + ] +} diff --git a/registries/toolhive/skills/resolving-merge-conflicts/icon.svg b/registries/toolhive/skills/resolving-merge-conflicts/icon.svg new file mode 100644 index 000000000..17409c435 --- /dev/null +++ b/registries/toolhive/skills/resolving-merge-conflicts/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/resolving-merge-conflicts/skill.json b/registries/toolhive/skills/resolving-merge-conflicts/skill.json new file mode 100644 index 000000000..a34a7e984 --- /dev/null +++ b/registries/toolhive/skills/resolving-merge-conflicts/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "resolving-merge-conflicts", + "title": "Resolving Merge Conflicts", + "description": "Use when you need to resolve an in-progress git merge/rebase conflict.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/resolving-merge-conflicts:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/resolving-merge-conflicts" + } + ] +} diff --git a/registries/toolhive/skills/scaffold-exercises/skill.json b/registries/toolhive/skills/scaffold-exercises/skill.json index 9d5b89e1f..ebd7a9f94 100644 --- a/registries/toolhive/skills/scaffold-exercises/skill.json +++ b/registries/toolhive/skills/scaffold-exercises/skill.json @@ -3,7 +3,7 @@ "name": "scaffold-exercises", "title": "Scaffold Exercises", "description": "Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when the user wants to scaffold exercises, create exercise stubs, or set up a new course section.", - "version": "0.1.1", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/scaffold-exercises:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/scaffold-exercises:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/misc/scaffold-exercises" } ] diff --git a/registries/toolhive/skills/setup-matt-pocock-skills/skill.json b/registries/toolhive/skills/setup-matt-pocock-skills/skill.json index 3d1470d75..e5f7e5233 100644 --- a/registries/toolhive/skills/setup-matt-pocock-skills/skill.json +++ b/registries/toolhive/skills/setup-matt-pocock-skills/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "setup-matt-pocock-skills", "title": "Setup Matt Pocock Skills", - "description": "Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.", - "version": "0.1.1", + "description": "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.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/setup-matt-pocock-skills:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/setup-matt-pocock-skills:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/engineering/setup-matt-pocock-skills" } ] diff --git a/registries/toolhive/skills/setup-pre-commit/skill.json b/registries/toolhive/skills/setup-pre-commit/skill.json index f1851ed16..51d4a7e78 100644 --- a/registries/toolhive/skills/setup-pre-commit/skill.json +++ b/registries/toolhive/skills/setup-pre-commit/skill.json @@ -3,7 +3,7 @@ "name": "setup-pre-commit", "title": "Setup Pre Commit", "description": "Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when the user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.", - "version": "0.1.1", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/setup-pre-commit:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/setup-pre-commit:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/misc/setup-pre-commit" } ] diff --git a/registries/toolhive/skills/tdd/skill.json b/registries/toolhive/skills/tdd/skill.json index 9356d2a99..619546dbd 100644 --- a/registries/toolhive/skills/tdd/skill.json +++ b/registries/toolhive/skills/tdd/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "tdd", "title": "TDD", - "description": "Test-driven development with red-green-refactor loop. Use when the user wants to build features or fix bugs using TDD, mentions 'red-green-refactor', wants integration tests, or asks for test-first development.", - "version": "0.1.1", + "description": "Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions 'red-green-refactor', or wants integration tests.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/tdd:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/tdd:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/engineering/tdd" } ] diff --git a/registries/toolhive/skills/teach/icon.svg b/registries/toolhive/skills/teach/icon.svg new file mode 100644 index 000000000..8a5ff93cf --- /dev/null +++ b/registries/toolhive/skills/teach/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/teach/skill.json b/registries/toolhive/skills/teach/skill.json new file mode 100644 index 000000000..9a0931c01 --- /dev/null +++ b/registries/toolhive/skills/teach/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "teach", + "title": "Teach", + "description": "Teach the user a new skill or concept, within this workspace.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/teach:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/productivity/teach" + } + ] +} diff --git a/registries/toolhive/skills/to-spec/icon.svg b/registries/toolhive/skills/to-spec/icon.svg new file mode 100644 index 000000000..bd59ef728 --- /dev/null +++ b/registries/toolhive/skills/to-spec/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/to-spec/skill.json b/registries/toolhive/skills/to-spec/skill.json new file mode 100644 index 000000000..9b169f051 --- /dev/null +++ b/registries/toolhive/skills/to-spec/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "to-spec", + "title": "To Spec", + "description": "Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/to-spec:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/to-spec" + } + ] +} diff --git a/registries/toolhive/skills/to-tickets/icon.svg b/registries/toolhive/skills/to-tickets/icon.svg new file mode 100644 index 000000000..5ee3a3020 --- /dev/null +++ b/registries/toolhive/skills/to-tickets/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/to-tickets/skill.json b/registries/toolhive/skills/to-tickets/skill.json new file mode 100644 index 000000000..4c42bc5b0 --- /dev/null +++ b/registries/toolhive/skills/to-tickets/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "to-tickets", + "title": "To Tickets", + "description": "Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in a local file, or native blocking links on a real tracker.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/to-tickets:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/to-tickets" + } + ] +} diff --git a/registries/toolhive/skills/triage/skill.json b/registries/toolhive/skills/triage/skill.json index 2a8224b89..d07aa3e5d 100644 --- a/registries/toolhive/skills/triage/skill.json +++ b/registries/toolhive/skills/triage/skill.json @@ -2,8 +2,8 @@ "namespace": "io.github.stacklok", "name": "triage", "title": "Triage", - "description": "Triage issues through a state machine driven by triage roles. Use when the user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.", - "version": "0.1.1", + "description": "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.", + "version": "0.2.0", "status": "active", "repository": { "url": "https://github.com/mattpocock/skills", @@ -18,12 +18,12 @@ "packages": [ { "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/triage:0.1.1" + "identifier": "ghcr.io/stacklok/dockyard/skills/triage:0.2.0" }, { "registryType": "git", "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", "subfolder": "skills/engineering/triage" } ] diff --git a/registries/toolhive/skills/zoom-out/icon.svg b/registries/toolhive/skills/wayfinder/icon.svg similarity index 54% rename from registries/toolhive/skills/zoom-out/icon.svg rename to registries/toolhive/skills/wayfinder/icon.svg index 0bf097cf8..78cdd9112 100644 --- a/registries/toolhive/skills/zoom-out/icon.svg +++ b/registries/toolhive/skills/wayfinder/icon.svg @@ -1 +1 @@ - + diff --git a/registries/toolhive/skills/wayfinder/skill.json b/registries/toolhive/skills/wayfinder/skill.json new file mode 100644 index 000000000..a4e447f17 --- /dev/null +++ b/registries/toolhive/skills/wayfinder/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "wayfinder", + "title": "Wayfinder", + "description": "Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/wayfinder:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/engineering/wayfinder" + } + ] +} diff --git a/registries/toolhive/skills/write-a-skill/skill.json b/registries/toolhive/skills/write-a-skill/skill.json deleted file mode 100644 index 897b78b46..000000000 --- a/registries/toolhive/skills/write-a-skill/skill.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "namespace": "io.github.stacklok", - "name": "write-a-skill", - "title": "Write A Skill", - "description": "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when the user wants to create, write, or build a new skill.", - "version": "0.1.1", - "status": "active", - "repository": { - "url": "https://github.com/mattpocock/skills", - "type": "git" - }, - "icons": [ - { - "src": "icon.svg", - "type": "image/svg+xml" - } - ], - "packages": [ - { - "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/write-a-skill:0.1.1" - }, - { - "registryType": "git", - "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", - "subfolder": "skills/productivity/write-a-skill" - } - ] -} diff --git a/registries/toolhive/skills/writing-great-skills/icon.svg b/registries/toolhive/skills/writing-great-skills/icon.svg new file mode 100644 index 000000000..7b64e5ec5 --- /dev/null +++ b/registries/toolhive/skills/writing-great-skills/icon.svg @@ -0,0 +1 @@ + diff --git a/registries/toolhive/skills/writing-great-skills/skill.json b/registries/toolhive/skills/writing-great-skills/skill.json new file mode 100644 index 000000000..6ced4fa80 --- /dev/null +++ b/registries/toolhive/skills/writing-great-skills/skill.json @@ -0,0 +1,30 @@ +{ + "namespace": "io.github.stacklok", + "name": "writing-great-skills", + "title": "Writing Great Skills", + "description": "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.", + "version": "0.1.0", + "status": "active", + "repository": { + "url": "https://github.com/mattpocock/skills", + "type": "git" + }, + "icons": [ + { + "src": "icon.svg", + "type": "image/svg+xml" + } + ], + "packages": [ + { + "registryType": "oci", + "identifier": "ghcr.io/stacklok/dockyard/skills/writing-great-skills:0.1.0" + }, + { + "registryType": "git", + "url": "https://github.com/mattpocock/skills", + "ref": "d574778f94cf620fcc8ce741584093bc650a61d3", + "subfolder": "skills/productivity/writing-great-skills" + } + ] +} diff --git a/registries/toolhive/skills/zoom-out/skill.json b/registries/toolhive/skills/zoom-out/skill.json deleted file mode 100644 index 105d65f01..000000000 --- a/registries/toolhive/skills/zoom-out/skill.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "namespace": "io.github.stacklok", - "name": "zoom-out", - "title": "Zoom Out", - "description": "Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.", - "version": "0.1.1", - "status": "active", - "repository": { - "url": "https://github.com/mattpocock/skills", - "type": "git" - }, - "icons": [ - { - "src": "icon.svg", - "type": "image/svg+xml" - } - ], - "packages": [ - { - "registryType": "oci", - "identifier": "ghcr.io/stacklok/dockyard/skills/zoom-out:0.1.1" - }, - { - "registryType": "git", - "url": "https://github.com/mattpocock/skills", - "ref": "f304057d61d3df3c9fd992ac2b6e3833cb9325fb", - "subfolder": "skills/engineering/zoom-out" - } - ] -}