fix(claude): correct oh-my-claudecode skill path to avoid extra nesting

Skills were installed at ~/.claude/skills/oh-my-claudecode/<name>/SKILL.md
but Claude Code expects ~/.claude/skills/<name>/SKILL.md. Link the source
directly into the skills directory.
This commit is contained in:
2026-04-20 23:53:04 -04:00
parent 9d6017432d
commit c348c97ea0
+1 -1
View File
@@ -216,7 +216,7 @@
source = "${caveman}/skills/caveman-help";
recursive = true;
};
home.file.".claude/skills/oh-my-claudecode" = {
home.file.".claude/skills" = {
source = "${oh-my-claudecode}/skills";
recursive = true;
};