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

View File

@@ -12,10 +12,12 @@ let
# The skills installed globally, as derivations from the skills flake.
# wiki reads the personal Obsidian vault, and consume mines a source into it.
# 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}; [
wiki
consume
grill
design-skill
];
in
{