Commit Graph

2 Commits

Author SHA1 Message Date
Misaka Server
81fd98b4fb feat: Implement skill description improvement and evaluation scripts
- Added `improve_description.py` to enhance skill descriptions based on evaluation results using Claude.
- Introduced `run_eval.py` to assess whether skill descriptions trigger correctly for a set of queries.
- Created `run_loop.py` to combine evaluation and improvement in a loop, tracking history and optimizing descriptions iteratively.
- Developed `utils.py` for shared utility functions, including parsing SKILL.md files.
- Enhanced the overall workflow for skill description optimization, supporting train/test splits to prevent overfitting.
2026-03-25 15:04:20 +08:00
Misaka Server
18fdf0c55c Add skill-creator to skills directory
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-10 14:30:42 +08:00