chore: skill issue
This commit is contained in:
+172
-55
@@ -770,18 +770,57 @@
|
||||
"agents": {},
|
||||
"prompts": {},
|
||||
"skills": {
|
||||
"caveman": {
|
||||
"entry": "skills/productivity/caveman/SKILL.md",
|
||||
"ask-matt": {
|
||||
"entry": "skills/engineering/ask-matt/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": ">",
|
||||
"name": "caveman",
|
||||
"description": "Ask which skill or flow fits your situation. A router over the skills in this repo.",
|
||||
"name": "ask-matt",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/productivity/caveman"
|
||||
"path": "skills/engineering/ask-matt"
|
||||
},
|
||||
"claude-handoff": {
|
||||
"entry": "skills/in-progress/claude-handoff/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Hand the current conversation off to a fresh background agent that picks up the work immediately.",
|
||||
"name": "claude-handoff",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/in-progress/claude-handoff"
|
||||
},
|
||||
"code-review": {
|
||||
"entry": "skills/engineering/code-review/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"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\".",
|
||||
"name": "code-review",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/code-review"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"design-an-interface": {
|
||||
"entry": "skills/deprecated/design-an-interface/SKILL.md",
|
||||
@@ -796,18 +835,31 @@
|
||||
},
|
||||
"path": "skills/deprecated/design-an-interface"
|
||||
},
|
||||
"diagnose": {
|
||||
"entry": "skills/engineering/diagnose/SKILL.md",
|
||||
"diagnosing-bugs": {
|
||||
"entry": "skills/engineering/diagnosing-bugs/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"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.",
|
||||
"name": "diagnose",
|
||||
"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": "diagnosing-bugs",
|
||||
"requires": [],
|
||||
"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": {
|
||||
"entry": "skills/personal/edit-article/SKILL.md",
|
||||
@@ -841,7 +893,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -854,13 +906,26 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/grill-with-docs"
|
||||
},
|
||||
"grilling": {
|
||||
"entry": "skills/productivity/grilling/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"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.",
|
||||
"name": "grilling",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/productivity/grilling"
|
||||
},
|
||||
"handoff": {
|
||||
"entry": "skills/productivity/handoff/SKILL.md",
|
||||
"licenseFiles": [
|
||||
@@ -874,19 +939,45 @@
|
||||
},
|
||||
"path": "skills/productivity/handoff"
|
||||
},
|
||||
"implement": {
|
||||
"entry": "skills/engineering/implement/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Implement a piece of work based on a spec or set of tickets.",
|
||||
"name": "implement",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/implement"
|
||||
},
|
||||
"improve-codebase-architecture": {
|
||||
"entry": "skills/engineering/improve-codebase-architecture/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/improve-codebase-architecture"
|
||||
},
|
||||
"loop-me": {
|
||||
"entry": "skills/in-progress/loop-me/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Grill me about specs for the workflows I want to build, within this workspace.",
|
||||
"name": "loop-me",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/in-progress/loop-me"
|
||||
},
|
||||
"migrate-to-shoehorn": {
|
||||
"entry": "skills/misc/migrate-to-shoehorn/SKILL.md",
|
||||
"licenseFiles": [
|
||||
@@ -919,7 +1010,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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 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.",
|
||||
"name": "prototype",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -952,18 +1043,31 @@
|
||||
},
|
||||
"path": "skills/deprecated/request-refactor-plan"
|
||||
},
|
||||
"review": {
|
||||
"entry": "skills/in-progress/review/SKILL.md",
|
||||
"research": {
|
||||
"entry": "skills/engineering/research/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"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\".",
|
||||
"name": "review",
|
||||
"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.",
|
||||
"name": "research",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/in-progress/review"
|
||||
"path": "skills/engineering/research"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"scaffold-exercises": {
|
||||
"entry": "skills/misc/scaffold-exercises/SKILL.md",
|
||||
@@ -984,7 +1088,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -1010,7 +1114,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -1030,31 +1134,31 @@
|
||||
},
|
||||
"path": "skills/productivity/teach"
|
||||
},
|
||||
"to-issues": {
|
||||
"entry": "skills/engineering/to-issues/SKILL.md",
|
||||
"to-spec": {
|
||||
"entry": "skills/engineering/to-spec/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"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.",
|
||||
"name": "to-issues",
|
||||
"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.",
|
||||
"name": "to-spec",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/to-issues"
|
||||
"path": "skills/engineering/to-spec"
|
||||
},
|
||||
"to-prd": {
|
||||
"entry": "skills/engineering/to-prd/SKILL.md",
|
||||
"to-tickets": {
|
||||
"entry": "skills/engineering/to-tickets/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"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.",
|
||||
"name": "to-prd",
|
||||
"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 one file per ticket locally, or native blocking links on a real tracker.",
|
||||
"name": "to-tickets",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/engineering/to-prd"
|
||||
"path": "skills/engineering/to-tickets"
|
||||
},
|
||||
"triage": {
|
||||
"entry": "skills/engineering/triage/SKILL.md",
|
||||
@@ -1062,7 +1166,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"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",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -1082,18 +1186,31 @@
|
||||
},
|
||||
"path": "skills/deprecated/ubiquitous-language"
|
||||
},
|
||||
"write-a-skill": {
|
||||
"entry": "skills/productivity/write-a-skill/SKILL.md",
|
||||
"wayfinder": {
|
||||
"entry": "skills/engineering/wayfinder/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",
|
||||
"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.",
|
||||
"name": "wayfinder",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/productivity/write-a-skill"
|
||||
"path": "skills/engineering/wayfinder"
|
||||
},
|
||||
"wizard": {
|
||||
"entry": "skills/in-progress/wizard/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.",
|
||||
"name": "wizard",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"path": "skills/in-progress/wizard"
|
||||
},
|
||||
"writing-beats": {
|
||||
"entry": "skills/in-progress/writing-beats/SKILL.md",
|
||||
@@ -1101,7 +1218,7 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.",
|
||||
"description": "Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.",
|
||||
"name": "writing-beats",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
@@ -1114,45 +1231,45 @@
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions \"fragments\", \"ideate\", or \"raw material\" for writing.",
|
||||
"description": "Writing, explore — mine raw fragments, no structure yet.",
|
||||
"name": "writing-fragments",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"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": {
|
||||
"entry": "skills/in-progress/writing-shape/SKILL.md",
|
||||
"licenseFiles": [
|
||||
"LICENSE"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants help turning it into something publishable.",
|
||||
"description": "Writing, exploit — shape raw material into an article, paragraph by paragraph.",
|
||||
"name": "writing-shape",
|
||||
"requires": [],
|
||||
"tags": []
|
||||
},
|
||||
"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": {}
|
||||
},
|
||||
"narHash": "sha256:f0f009c64fe1572fbfade479e4829f2fd4499f703e7110c1387a5e05bfe00b9e",
|
||||
"narHash": "sha256:7fa8729eedd68eb10218d1c37868952cbe73913e46c23d5d251afcf4b5a72e8d",
|
||||
"ref": null,
|
||||
"rev": "694fa30311e02c2639942308513555e61ee84a6f",
|
||||
"rev": "89d370d181e7397c1cf4e9da47391dd26cd416b1",
|
||||
"root": ".",
|
||||
"type": "git",
|
||||
"url": "https://github.com/mattpocock/skills",
|
||||
|
||||
Generated
+114
-125
@@ -23,7 +23,9 @@
|
||||
},
|
||||
"agent-lib": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1781348569,
|
||||
@@ -44,11 +46,11 @@
|
||||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782789853,
|
||||
"narHash": "sha256-LEmctqYRQRq0wB1MoS+IVr/0/uu/0nKahqNeJBGTjJ8=",
|
||||
"lastModified": 1783016143,
|
||||
"narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "cd36a91440b971582fcf2d4eedf9a46fb755f6e1",
|
||||
"revCount": 92,
|
||||
"rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a",
|
||||
"revCount": 98,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"
|
||||
},
|
||||
@@ -91,7 +93,10 @@
|
||||
},
|
||||
"basecamp": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["m3ta-nixpkgs", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"m3ta-nixpkgs",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1774505501,
|
||||
@@ -110,7 +115,10 @@
|
||||
},
|
||||
"darwin": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["agenix", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"agenix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1744478979,
|
||||
@@ -129,15 +137,17 @@
|
||||
},
|
||||
"dms": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["nixpkgs"],
|
||||
"quickshell": "quickshell"
|
||||
"flake-compat": "flake-compat",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1777431599,
|
||||
"narHash": "sha256-g6r/Gx8PTDzO3jCNzzySA+Ff1lmLF9nDlMCNyyoQjoE=",
|
||||
"lastModified": 1783529634,
|
||||
"narHash": "sha256-zdHsPGPE5MVi/y+uIt548XScTfZjQzdF21dME7ISEJM=",
|
||||
"owner": "AvengeMedia",
|
||||
"repo": "DankMaterialShell",
|
||||
"rev": "eb5afcdc40ea5446c27e18552ff4a19f9daf9484",
|
||||
"rev": "bdfd565b72cbb416441a9ab828efcac4fd516c70",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -149,14 +159,16 @@
|
||||
},
|
||||
"dms-plugin-registry": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782780764,
|
||||
"narHash": "sha256-Q2wPFsuDo1y6neZ3ttxxOOItupg/4+mPkyAZbC0+wfw=",
|
||||
"lastModified": 1783591397,
|
||||
"narHash": "sha256-e4DDmVAas6IPwwY+gfSDKh3PMzW/FXLCbjyWXOnnnbM=",
|
||||
"owner": "AvengeMedia",
|
||||
"repo": "dms-plugin-registry",
|
||||
"rev": "9fa716427ab5905845b2a10a01d67bee0b1e4c4b",
|
||||
"rev": "8b61e8fca730986e673737529fa56802dc9326bb",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -165,9 +177,28 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1767039857,
|
||||
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
|
||||
"owner": "NixOS",
|
||||
"repo": "flake-compat",
|
||||
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"repo": "flake-compat",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-parts": {
|
||||
"inputs": {
|
||||
"nixpkgs-lib": ["hermes-agent", "nixpkgs"]
|
||||
"nixpkgs-lib": [
|
||||
"hermes-agent",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772408722,
|
||||
@@ -185,7 +216,10 @@
|
||||
},
|
||||
"flake-parts_2": {
|
||||
"inputs": {
|
||||
"nixpkgs-lib": ["nur", "nixpkgs"]
|
||||
"nixpkgs-lib": [
|
||||
"nur",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1733312601,
|
||||
@@ -204,18 +238,20 @@
|
||||
"hermes-agent": {
|
||||
"inputs": {
|
||||
"flake-parts": "flake-parts",
|
||||
"nixpkgs": ["nixpkgs"],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"npm-lockfile-fix": "npm-lockfile-fix",
|
||||
"pyproject-build-systems": "pyproject-build-systems",
|
||||
"pyproject-nix": "pyproject-nix_2",
|
||||
"uv2nix": "uv2nix_2"
|
||||
"pyproject-nix": "pyproject-nix",
|
||||
"uv2nix": "uv2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782794050,
|
||||
"narHash": "sha256-+qKEwIhTkml3DNSmIvGFJyssW9ZXTp78KGclFdcDvX8=",
|
||||
"lastModified": 1783592259,
|
||||
"narHash": "sha256-4b01+K9g1iBpLUaeiioQufWVowPW7uYk4QCe0L0nHiI=",
|
||||
"owner": "NousResearch",
|
||||
"repo": "hermes-agent",
|
||||
"rev": "972b1620906a1b80772c2f67492ad50b3c83f048",
|
||||
"rev": "73b611ad19720d70308dad6b0fb64648aaadc216",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -226,7 +262,10 @@
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["agenix", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"agenix",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1745494811,
|
||||
@@ -244,14 +283,16 @@
|
||||
},
|
||||
"home-manager_2": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782749631,
|
||||
"narHash": "sha256-slFTUgDy0KTPA4LBAmC/9SngDq8GCPdX+ZR0yQHHN1E=",
|
||||
"lastModified": 1783550008,
|
||||
"narHash": "sha256-qbbZUk9IG9dLNwCPwdPBs6I5clxwugRpP+1YU+GPK20=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "5d72a29fc36ac21adae6ae35568fe5ee6700850f",
|
||||
"rev": "f4d01c1d87c7c2ec909549165d5a8338f1bd3315",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -264,16 +305,18 @@
|
||||
"inputs": {
|
||||
"agents": "agents_2",
|
||||
"basecamp": "basecamp",
|
||||
"nixpkgs": ["nixpkgs"],
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"nixpkgs-master": "nixpkgs-master",
|
||||
"openspec": "openspec"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1783016129,
|
||||
"narHash": "sha256-Uxie6uBNLUFJ8Tts7e6AYk5cOER5/EnCqKNL77Tzgc4=",
|
||||
"lastModified": 1783269665,
|
||||
"narHash": "sha256-bA4PooGV1x3vtmhs6NEprZbWErwaEJdgxoKfAWaH0do=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "fc5092d72dda7db13f81e5910a159de5108590d5",
|
||||
"revCount": 350,
|
||||
"rev": "f279ae9c89d59f3e0deb0fd6307800f4cb993815",
|
||||
"revCount": 356,
|
||||
"type": "git",
|
||||
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
|
||||
},
|
||||
@@ -366,11 +409,11 @@
|
||||
},
|
||||
"nixpkgs_3": {
|
||||
"locked": {
|
||||
"lastModified": 1782723713,
|
||||
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=",
|
||||
"lastModified": 1783224372,
|
||||
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b5aa0fbd538984f6e3d201be0005b4463d8b09f8",
|
||||
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -382,11 +425,11 @@
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1782723713,
|
||||
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=",
|
||||
"lastModified": 1783224372,
|
||||
"narHash": "sha256-8i/87eeoqiGE4yOTjwSA3Eh/ziJRQEmd/unYU+K27sk=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b5aa0fbd538984f6e3d201be0005b4463d8b09f8",
|
||||
"rev": "d407951447dcd00442e97087bf374aad70c04cea",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -398,7 +441,10 @@
|
||||
},
|
||||
"npm-lockfile-fix": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"hermes-agent",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1775903712,
|
||||
@@ -420,11 +466,11 @@
|
||||
"nixpkgs": "nixpkgs_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782796354,
|
||||
"narHash": "sha256-zHZEX+twYRO4n369Nrk21DBb519JZCGJLHBo/trhHO0=",
|
||||
"lastModified": 1783593872,
|
||||
"narHash": "sha256-KvFRxsi81gBoK7JOTHD2LoR1y2sWobHkrHGPhM3v/NY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "df4f4323fe161a8bab3aafa2d067ff9d7e223a67",
|
||||
"rev": "73078fa6f0d34686ad26808f90cc74e81039ba9f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -435,7 +481,10 @@
|
||||
},
|
||||
"openspec": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["m3ta-nixpkgs", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"m3ta-nixpkgs",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1782291243,
|
||||
@@ -453,9 +502,18 @@
|
||||
},
|
||||
"pyproject-build-systems": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "nixpkgs"],
|
||||
"pyproject-nix": "pyproject-nix",
|
||||
"uv2nix": "uv2nix"
|
||||
"nixpkgs": [
|
||||
"hermes-agent",
|
||||
"nixpkgs"
|
||||
],
|
||||
"pyproject-nix": [
|
||||
"hermes-agent",
|
||||
"pyproject-nix"
|
||||
],
|
||||
"uv2nix": [
|
||||
"hermes-agent",
|
||||
"uv2nix"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772555609,
|
||||
@@ -473,25 +531,10 @@
|
||||
},
|
||||
"pyproject-nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "pyproject-build-systems", "nixpkgs"]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1769936401,
|
||||
"narHash": "sha256-kwCOegKLZJM9v/e/7cqwg1p/YjjTAukKPqmxKnAZRgA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "pyproject.nix",
|
||||
"rev": "b0d513eeeebed6d45b4f2e874f9afba2021f7812",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"repo": "pyproject.nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"pyproject-nix_2": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "nixpkgs"]
|
||||
"nixpkgs": [
|
||||
"hermes-agent",
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772865871,
|
||||
@@ -507,43 +550,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"pyproject-nix_3": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "uv2nix", "nixpkgs"]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1771518446,
|
||||
"narHash": "sha256-nFJSfD89vWTu92KyuJWDoTQJuoDuddkJV3TlOl1cOic=",
|
||||
"owner": "pyproject-nix",
|
||||
"repo": "pyproject.nix",
|
||||
"rev": "eb204c6b3335698dec6c7fc1da0ebc3c6df05937",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pyproject-nix",
|
||||
"repo": "pyproject.nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"quickshell": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["dms", "nixpkgs"]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1776854048,
|
||||
"narHash": "sha256-lLbV66V3RMNp1l8/UelmR4YzoJ5ONtgvEtiUMJATH/o=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "783c953987dc56ff0601abe6845ed96f1d00495a",
|
||||
"revCount": 806,
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
},
|
||||
"original": {
|
||||
"rev": "783c953987dc56ff0601abe6845ed96f1d00495a",
|
||||
"type": "git",
|
||||
"url": "https://git.outfoxxed.me/quickshell/quickshell"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"agenix": "agenix",
|
||||
@@ -576,32 +582,15 @@
|
||||
},
|
||||
"uv2nix": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "pyproject-build-systems", "nixpkgs"],
|
||||
"nixpkgs": [
|
||||
"hermes-agent",
|
||||
"nixpkgs"
|
||||
],
|
||||
"pyproject-nix": [
|
||||
"hermes-agent",
|
||||
"pyproject-build-systems",
|
||||
"pyproject-nix"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770770348,
|
||||
"narHash": "sha256-A2GzkmzdYvdgmMEu5yxW+xhossP+txrYb7RuzRaqhlg=",
|
||||
"owner": "pyproject-nix",
|
||||
"repo": "uv2nix",
|
||||
"rev": "5d1b2cb4fe3158043fbafbbe2e46238abbc954b0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pyproject-nix",
|
||||
"repo": "uv2nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"uv2nix_2": {
|
||||
"inputs": {
|
||||
"nixpkgs": ["hermes-agent", "nixpkgs"],
|
||||
"pyproject-nix": "pyproject-nix_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1773039484,
|
||||
"narHash": "sha256-+boo33KYkJDw9KItpeEXXv8+65f7hHv/earxpcyzQ0I=",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
};
|
||||
|
||||
hermes-agent = {
|
||||
url = "github:NousResearch/hermes-agent";
|
||||
url = "github:NousResearch/hermes-agent/v2026.7.1";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
];
|
||||
|
||||
pointerCursor = {
|
||||
enable = true;
|
||||
gtk.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
|
||||
Reference in New Issue
Block a user