claude-code: added 'skills' option to specify skills from filesystem

This commit is contained in:
t-monaghan 2025-11-25 13:45:10 +11:00 committed by Austin Horstman
parent a26b74229f
commit 6aff254343
11 changed files with 169 additions and 1 deletions

View file

@ -8,7 +8,10 @@
claude-code-agents-dir = ./agents-dir.nix;
claude-code-commands-dir = ./commands-dir.nix;
claude-code-hooks-dir = ./hooks-dir.nix;
claude-code-skills-dir = ./skills-dir.nix;
claude-code-skills-subdir = ./skills-subdir.nix;
claude-code-agents-path = ./agents-path.nix;
claude-code-commands-path = ./commands-path.nix;
claude-code-skills-path = ./skills-path.nix;
claude-code-mixed-content = ./mixed-content.nix;
}