feat(agents): add wayfinding skills

This commit is contained in:
2026-07-31 14:44:13 -04:00
parent 6945c29a47
commit 9ed4809837
3 changed files with 12 additions and 7 deletions

View File

@@ -13,11 +13,15 @@ let
# 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.
# wayfinder, research, and prototype guide work from exploration through validation.
skills = with inputs.skills.packages.${pkgs.stdenv.hostPlatform.system}; [
wiki
consume
grill
design-skill
wayfinder
research
prototype
];
in
{