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
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: convert
|
||||
description: Convert between file formats
|
||||
---
|
||||
|
||||
# Convert Skill
|
||||
|
||||
Convert files between different formats.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: extract
|
||||
description: Extract data from files
|
||||
---
|
||||
|
||||
# Extract Skill
|
||||
|
||||
Extract data from various file formats.
|
||||
Loading…
Add table
Add a link
Reference in a new issue