feat(agents): add design skill

This commit is contained in:
2026-07-30 19:15:02 -04:00
parent 521e4c7fb6
commit 6945c29a47
2 changed files with 6 additions and 4 deletions

8
flake.lock generated
View File

@@ -562,11 +562,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1785385819, "lastModified": 1785452609,
"narHash": "sha256-kiDhor5OhBfQqBuzP5ClVNCpC6HxHsO/6Gd+BTSY5dY=", "narHash": "sha256-28OYRZJuSwKm46PSyJrU2mjDs8O8FFoHH5D0ZLpaPzU=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "fbd009337d9f18dc03b63916cf843b08a2b7b468", "rev": "f72c2622297651def9c0652a75b15a780d7ec2f9",
"revCount": 28, "revCount": 29,
"type": "git", "type": "git",
"url": "https://git.alexion.dev/alexion/skills" "url": "https://git.alexion.dev/alexion/skills"
}, },

View File

@@ -12,10 +12,12 @@ let
# The skills installed globally, as derivations from the skills flake. # The skills installed globally, as derivations from the skills flake.
# wiki reads the personal Obsidian vault, and consume mines a source into it. # wiki reads the personal Obsidian vault, and consume mines a source into it.
# grill interviews the operator relentlessly to resolve a plan before building. # grill interviews the operator relentlessly to resolve a plan before building.
# design-skill drafts and audits Agent Skills for structural predictability.
skills = with inputs.skills.packages.${pkgs.stdenv.hostPlatform.system}; [ skills = with inputs.skills.packages.${pkgs.stdenv.hostPlatform.system}; [
wiki wiki
consume consume
grill grill
design-skill
]; ];
in in
{ {