For Den/Nix configuration work, use `.agents/skills/nix-config-maintenance/SKILL.md`. For Quickshell OSD work, use `.agents/skills/quickshell-osd/SKILL.md`.
Imported from jarvahl/nix-config (AGENTS.md). Install upstream with npx skills add jarvahl/nix-config. Copyright stays with the author.
Global Instructions
For Den/Nix configuration work, use .agents/skills/nix-config-maintenance/SKILL.md.
For Quickshell OSD work, use .agents/skills/quickshell-osd/SKILL.md.
Before a Nix operation, run git add <path> only for newly created, untracked files that the flake needs to see. Modified files that are already tracked are visible to Nix flakes and do not need to be staged again after each change.
Commit message conventions are documented in Conventions.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jarvahl-nix-config-nix-config/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
jarvahl-nix-config-nix-config.ocm.jsonjson
{
"ocm": "1",
"id": "jarvahl-nix-config-nix-config",
"kind": "skill",
"name": "nix-config",
"description": "For Den/Nix configuration work, use `.agents/skills/nix-config-maintenance/SKILL.md`. For Quickshell OSD work, use `.agents/skills/quickshell-osd/SKILL.md`.",
"publisher": "jarvahl",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"For Den/Nix configuration work, use `.agents/skills/nix-config-maintenance/SKILL.md`. For Quickshell OSD work, use `.agents/skills/quickshell-osd/SKILL.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jarvahl/nix-config",
"path": "AGENTS.md",
"ref": "603774fa39bbee2bfe17649739b74c2f1e8dbcd0",
"url": "https://github.com/jarvahl/nix-config/blob/603774fa39bbee2bfe17649739b74c2f1e8dbcd0/AGENTS.md",
"key": "jarvahl/nix-config/AGENTS.md"
}
},
"instructions": "# Global Instructions\n\nFor Den/Nix configuration work, use `.agents/skills/nix-config-maintenance/SKILL.md`.\nFor Quickshell OSD work, use `.agents/skills/quickshell-osd/SKILL.md`.\n\n- Before a Nix operation, run `git add <path>` only for newly created, untracked files that the flake needs to see. Modified files that are already tracked are visible to Nix flakes and do not need to be staged again after each change.\n\nCommit message conventions are documented in [`Conventions.md`](Conventions.md).",
"cost": {
"context_tokens": 124
}
}
Fetch it by URL: GET /api/v1/registry/jarvahl-nix-config-nix-config/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.