Commit 554b221
committed
feat(skill-creator): Add skill packaging, validation, and evaluation scripts
- Implemented `package_skill.py` to create distributable .skill files from skill folders, including validation checks for SKILL.md.
- Added `quick_validate.py` for basic validation of skill frontmatter in SKILL.md, ensuring required fields and correct formats.
- Created `run_eval.py` to evaluate skill descriptions against a set of queries, checking for triggering behavior and outputting results in JSON format.
- Developed `run_loop.py` to facilitate an iterative evaluation and improvement process for skill descriptions, including train/test split functionality.
- Introduced utility functions in `utils.py` for parsing SKILL.md files, extracting name and description.1 parent 089a062 commit 554b221
File tree
32 files changed
+6
-82
lines changed- .claude/skills
- ai-sdk
- references
- skill-creator
- agents
- assets
- eval-viewer
- references
- scripts
32 files changed
+6
-82
lines changedThis file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments