claude-code: fix skills implementation
Claude skills are only found when using `SKILL.md` entrypoints. Attribute names should be used for the directory structure, not the filename. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
167e0b6837
commit
91be7cce76
7 changed files with 34 additions and 16 deletions
|
|
@ -7,10 +7,15 @@
|
|||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.claude/skills/data-processing/SKILL.md
|
||||
assertFileExists home-files/.claude/skills/data-processing/extract.md
|
||||
assertFileExists home-files/.claude/skills/data-processing/convert.md
|
||||
assertLinkExists home-files/.claude/skills/data-processing/SKILL.md
|
||||
assertLinkExists home-files/.claude/skills/data-processing/extract.md
|
||||
assertLinkExists home-files/.claude/skills/data-processing/convert.md
|
||||
assertFileContent \
|
||||
home-files/.claude/skills/data-processing/SKILL.md \
|
||||
${./skill-subdir/SKILL.md}
|
||||
assertFileContent \
|
||||
home-files/.claude/skills/data-processing/extract.md \
|
||||
${./skill-subdir/extract.md}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue