From 6422bb96f2e4c980fedd43ae4d2ecab114a32155 Mon Sep 17 00:00:00 2001 From: alexion Date: Fri, 31 Jul 2026 18:47:43 -0400 Subject: [PATCH] chore(agents): stop installing retired skills --- modules/agents/skills.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/agents/skills.nix b/modules/agents/skills.nix index 07bc2c9..46df52d 100644 --- a/modules/agents/skills.nix +++ b/modules/agents/skills.nix @@ -10,13 +10,10 @@ let user = config.user.name; # 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. # 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