flake update

This commit is contained in:
2026-06-21 21:24:46 +02:00
2 changed files with 146 additions and 81 deletions
+114 -49
View File
@@ -726,18 +726,44 @@
"agents": {}, "agents": {},
"prompts": {}, "prompts": {},
"skills": { "skills": {
"caveman": { "ask-matt": {
"entry": "skills/productivity/caveman/SKILL.md", "entry": "skills/engineering/ask-matt/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": ">", "description": "Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.",
"name": "caveman", "name": "ask-matt",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/productivity/caveman" "path": "skills/engineering/ask-matt"
},
"codebase-design": {
"entry": "skills/engineering/codebase-design/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"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.",
"name": "codebase-design",
"requires": [],
"tags": []
},
"path": "skills/engineering/codebase-design"
},
"decision-mapping": {
"entry": "skills/in-progress/decision-mapping/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.",
"name": "decision-mapping",
"requires": [],
"tags": []
},
"path": "skills/in-progress/decision-mapping"
}, },
"design-an-interface": { "design-an-interface": {
"entry": "skills/deprecated/design-an-interface/SKILL.md", "entry": "skills/deprecated/design-an-interface/SKILL.md",
@@ -752,18 +778,31 @@
}, },
"path": "skills/deprecated/design-an-interface" "path": "skills/deprecated/design-an-interface"
}, },
"diagnose": { "diagnosing-bugs": {
"entry": "skills/engineering/diagnose/SKILL.md", "entry": "skills/engineering/diagnosing-bugs/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says \"diagnose this\" / \"debug this\", reports a bug, says something is broken/throwing/failing, or describes a performance regression.", "description": "Diagnosis loop for hard bugs and performance regressions. Use when the user says \"diagnose\"/\"debug this\", or reports something broken/throwing/failing/slow.",
"name": "diagnose", "name": "diagnosing-bugs",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/diagnose" "path": "skills/engineering/diagnosing-bugs"
},
"domain-modeling": {
"entry": "skills/engineering/domain-modeling/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"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.",
"name": "domain-modeling",
"requires": [],
"tags": []
},
"path": "skills/engineering/domain-modeling"
}, },
"edit-article": { "edit-article": {
"entry": "skills/personal/edit-article/SKILL.md", "entry": "skills/personal/edit-article/SKILL.md",
@@ -797,7 +836,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".", "description": "A relentless interview to sharpen a plan or design.",
"name": "grill-me", "name": "grill-me",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -810,13 +849,26 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"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 user wants to stress-test a plan against their project's language and documented decisions.", "description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.",
"name": "grill-with-docs", "name": "grill-with-docs",
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/engineering/grill-with-docs" "path": "skills/engineering/grill-with-docs"
}, },
"grilling": {
"entry": "skills/productivity/grilling/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Interview 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.",
"name": "grilling",
"requires": [],
"tags": []
},
"path": "skills/productivity/grilling"
},
"handoff": { "handoff": {
"entry": "skills/productivity/handoff/SKILL.md", "entry": "skills/productivity/handoff/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -830,13 +882,26 @@
}, },
"path": "skills/productivity/handoff" "path": "skills/productivity/handoff"
}, },
"implement": {
"entry": "skills/engineering/implement/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Implement a piece of work based on a PRD or set of issues.",
"name": "implement",
"requires": [],
"tags": []
},
"path": "skills/engineering/implement"
},
"improve-codebase-architecture": { "improve-codebase-architecture": {
"entry": "skills/engineering/improve-codebase-architecture/SKILL.md", "entry": "skills/engineering/improve-codebase-architecture/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"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.", "description": "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.",
"name": "improve-codebase-architecture", "name": "improve-codebase-architecture",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -875,7 +940,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says \"prototype this\", \"let me play with it\", \"try a few designs\".", "description": "Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.",
"name": "prototype", "name": "prototype",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -908,6 +973,19 @@
}, },
"path": "skills/deprecated/request-refactor-plan" "path": "skills/deprecated/request-refactor-plan"
}, },
"resolving-merge-conflicts": {
"entry": "skills/engineering/resolving-merge-conflicts/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Use when you need to resolve an in-progress git merge/rebase conflict.",
"name": "resolving-merge-conflicts",
"requires": [],
"tags": []
},
"path": "skills/engineering/resolving-merge-conflicts"
},
"review": { "review": {
"entry": "skills/in-progress/review/SKILL.md", "entry": "skills/in-progress/review/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -940,7 +1018,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"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.", "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.",
"name": "setup-matt-pocock-skills", "name": "setup-matt-pocock-skills",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -966,7 +1044,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions \"red-green-refactor\", wants integration tests, or asks for test-first development.", "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.",
"name": "tdd", "name": "tdd",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -974,7 +1052,7 @@
"path": "skills/engineering/tdd" "path": "skills/engineering/tdd"
}, },
"teach": { "teach": {
"entry": "skills/in-progress/teach/SKILL.md", "entry": "skills/productivity/teach/SKILL.md",
"licenseFiles": [ "licenseFiles": [
"LICENSE" "LICENSE"
], ],
@@ -984,7 +1062,7 @@
"requires": [], "requires": [],
"tags": [] "tags": []
}, },
"path": "skills/in-progress/teach" "path": "skills/productivity/teach"
}, },
"to-issues": { "to-issues": {
"entry": "skills/engineering/to-issues/SKILL.md", "entry": "skills/engineering/to-issues/SKILL.md",
@@ -992,7 +1070,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.", "description": "Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.",
"name": "to-issues", "name": "to-issues",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1005,7 +1083,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.", "description": "Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.",
"name": "to-prd", "name": "to-prd",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1018,7 +1096,7 @@
"LICENSE" "LICENSE"
], ],
"metadata": { "metadata": {
"description": "Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.", "description": "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.",
"name": "triage", "name": "triage",
"requires": [], "requires": [],
"tags": [] "tags": []
@@ -1038,19 +1116,6 @@
}, },
"path": "skills/deprecated/ubiquitous-language" "path": "skills/deprecated/ubiquitous-language"
}, },
"write-a-skill": {
"entry": "skills/productivity/write-a-skill/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.",
"name": "write-a-skill",
"requires": [],
"tags": []
},
"path": "skills/productivity/write-a-skill"
},
"writing-beats": { "writing-beats": {
"entry": "skills/in-progress/writing-beats/SKILL.md", "entry": "skills/in-progress/writing-beats/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -1077,6 +1142,19 @@
}, },
"path": "skills/in-progress/writing-fragments" "path": "skills/in-progress/writing-fragments"
}, },
"writing-great-skills": {
"entry": "skills/productivity/writing-great-skills/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"description": "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.",
"name": "writing-great-skills",
"requires": [],
"tags": []
},
"path": "skills/productivity/writing-great-skills"
},
"writing-shape": { "writing-shape": {
"entry": "skills/in-progress/writing-shape/SKILL.md", "entry": "skills/in-progress/writing-shape/SKILL.md",
"licenseFiles": [ "licenseFiles": [
@@ -1089,26 +1167,13 @@
"tags": [] "tags": []
}, },
"path": "skills/in-progress/writing-shape" "path": "skills/in-progress/writing-shape"
},
"zoom-out": {
"entry": "skills/engineering/zoom-out/SKILL.md",
"licenseFiles": [
"LICENSE"
],
"metadata": {
"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.",
"name": "zoom-out",
"requires": [],
"tags": []
},
"path": "skills/engineering/zoom-out"
} }
}, },
"tools": {} "tools": {}
}, },
"narHash": "sha256:e61c575015dca998709776014f52317e29b49aca42659b635dbc69fb60a7f9e1", "narHash": "sha256:8ee1b06b32fb908c62f89275138af4028c1a2d0827987209a0fffab89cf7595f",
"ref": null, "ref": null,
"rev": "e3b90b5238f38cdea5996e16861dcae28ef52eda", "rev": "6eeb81b5fcfeeb5bd531dd47ab2f9f2bbea27461",
"root": ".", "root": ".",
"type": "git", "type": "git",
"url": "https://github.com/mattpocock/skills", "url": "https://github.com/mattpocock/skills",
Generated
+32 -32
View File
@@ -542,11 +542,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1781129616, "lastModified": 1782051614,
"narHash": "sha256-Hl0Pz/QIKpePSU7SdK3BMe5VNmUhFvfWyg57GyawxzE=", "narHash": "sha256-xBRAhYLEXcjp8hM2tkkTTLb6PWU7VDxDoogl25g7Ezs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "7dbd305f8b81050f223f00bcfbc8a6b74e048806", "rev": "d1ccd0721ec599866622665f3651e19e6e2d4c6a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -630,11 +630,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1781591100, "lastModified": 1782068377,
"narHash": "sha256-8ndljm4ics0tWVy/K9zolJiGD2LAVp9RtYnIpIpgp+o=", "narHash": "sha256-pKjKMGfTGlL+qOfDnV6h1XNXiS3/NXLAM2dnnmLxjsQ=",
"owner": "numtide", "owner": "numtide",
"repo": "llm-agents.nix", "repo": "llm-agents.nix",
"rev": "53673313e86582f3ac7050ff826158fd843c219d", "rev": "3bf60a513d1ebab0b46aee641b2323394905d543",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -660,11 +660,11 @@
"nur": "nur" "nur": "nur"
}, },
"locked": { "locked": {
"lastModified": 1781521267, "lastModified": 1781945902,
"narHash": "sha256-8Ln21N/GX1X1EfUU16ijB3z1sUpjuijy7/iyc7wjXBA=", "narHash": "sha256-CxhK2GmZVttHJ1ltN+MgOvPPP8Faok6xoz42s6s7YEE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "57c467ef11222cee7f72bf7622dee1183f929144", "rev": "9cd60383f885e877892e60a3f6034ffd1734c64c",
"revCount": 69, "revCount": 74,
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/m3ta-home"
}, },
@@ -707,11 +707,11 @@
"openspec": "openspec_2" "openspec": "openspec_2"
}, },
"locked": { "locked": {
"lastModified": 1781630807, "lastModified": 1781945761,
"narHash": "sha256-cuN54J4prQRXj8Ky4JiZe3Q0gGClhAbajyou27jYXio=", "narHash": "sha256-WOLjTr1BkFeZDjXmOv+5pSDDvS1tzpd74nirwWxWmps=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "5aa54c6e348bd0ff9c8bbb377ef2576c3b2a3383", "rev": "b50dcf843b13eb6989bc3d9f0c490f509b6f533c",
"revCount": 328, "revCount": 330,
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
@@ -920,11 +920,11 @@
}, },
"nixpkgs-master_3": { "nixpkgs-master_3": {
"locked": { "locked": {
"lastModified": 1781160346, "lastModified": 1782069111,
"narHash": "sha256-fYh977TEG3NQN8sAQRMVtyuidoiqKuRRgrMWLD+s01A=", "narHash": "sha256-glkgCRmN8fQhzguejEAsCvpk+nKJlSUekRrx21L1lS0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9e70637b2cb27f7d49c852f9fb7e0080ae953adb", "rev": "3440baec567b76d5dd775696ce135284ed7c2743",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -936,11 +936,11 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1780952837, "lastModified": 1781509190,
"narHash": "sha256-Fwd1+spDtQ0hDyBwme6ufG3n4mY0UrjjFdYHv+G/Hds=", "narHash": "sha256-uJZs9Di8I6ciTp6jiojj0HzlNpBkud8ax5aT/O5aJkw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e820eb4a444b46a19b2e03e8dfd2359439ff30fe", "rev": "d6df3513510aa548c83868fd22bfddd0a8c0a0d4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -984,11 +984,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1781454065, "lastModified": 1781607440,
"narHash": "sha256-d2xfDjnfRuf/xYGdu9VVRHiav/2w5hDL/5cw2TuVAXw=", "narHash": "sha256-rxO+uc/KFbSJp+pgyXRuAX6QlG9hJdnt0BXpEQRXY+U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9eac87a12312b8f60dd52e1c6e1a265f6fc7f5fc", "rev": "3e41b24abd260e8f71dbe2f5737d24122f972158",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1080,11 +1080,11 @@
}, },
"nixpkgs_9": { "nixpkgs_9": {
"locked": { "locked": {
"lastModified": 1780930886, "lastModified": 1781607440,
"narHash": "sha256-rppURzHviaQN131F+nLiLdGfcb0uCd9gGP0E5+iw9MI=", "narHash": "sha256-rxO+uc/KFbSJp+pgyXRuAX6QlG9hJdnt0BXpEQRXY+U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c3cede7ddc26bd659d2d383b5610efbd2c7a16e", "rev": "3e41b24abd260e8f71dbe2f5737d24122f972158",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1164,11 +1164,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1781158001, "lastModified": 1782068731,
"narHash": "sha256-cg+genglm+qSyQ0nvu6cvpTuxkpYMw1Oi9GrtXPy6cI=", "narHash": "sha256-IbCmcOnYn0p1oRmFbLH64ZI40X6GnRF9bFrs2h0GQ6s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "e2af4a27c10f1ed1e6b55fb2de40cefe3f4a55e6", "rev": "caa08b92f94bfc1c17987d079e2640c1f8fca756",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -1472,11 +1472,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1780564157, "lastModified": 1781317333,
"narHash": "sha256-FOemUn2RVIeosaYbe5ukB7V6nHVke0n0Kep3DNYdfh4=", "narHash": "sha256-qnjeFFELEyOO0vkubMB96WCuFzkvftTZ/LE/VctU+SE=",
"owner": "rustfs", "owner": "rustfs",
"repo": "rustfs-flake", "repo": "rustfs-flake",
"rev": "253266a4361fe87a6ab57a6c630aeb820925f9b7", "rev": "1d3ef7296a7b22b4b9849d0766f53a0300bce893",
"type": "github" "type": "github"
}, },
"original": { "original": {