claude-code: added 'skills' option to specify skills from filesystem
This commit is contained in:
parent
a26b74229f
commit
6aff254343
11 changed files with 169 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue