docs: remove superseded skills PRD

This commit is contained in:
Ciphercat 2026-03-18 01:51:03 +00:00
commit 0a03c43f90
3 changed files with 33 additions and 803 deletions

View file

@ -36,7 +36,7 @@ let
customSkillSpecs = lib.mapAttrsToList (name: value: {
inherit name;
category = value.category;
inherit (value) category;
source = toString value.source;
}) cfg.skills.custom;