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
12
tests/modules/programs/claude-code/skill-subdir/SKILL.md
Normal file
12
tests/modules/programs/claude-code/skill-subdir/SKILL.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: data-processing
|
||||
description: Process and transform structured data files.
|
||||
---
|
||||
|
||||
# Data Processing Skill
|
||||
|
||||
Use this skill for data-processing tasks.
|
||||
|
||||
## Supporting files
|
||||
- `extract.md`: extraction workflow details
|
||||
- `convert.md`: conversion workflow details
|
||||
Loading…
Add table
Add a link
Reference in a new issue