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:
Austin Horstman 2026-02-18 20:51:14 -06:00
parent 167e0b6837
commit 91be7cce76
7 changed files with 34 additions and 16 deletions

View 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