optimize-description
Installation
SKILL.md
Optimize a skill's description through iterative eval-and-improve cycles.
$ARGUMENTS
If $ARGUMENTS is provided, use it as the skill path. Otherwise, ask the user which skill to optimize.
Steps
-
Locate the skill directory. Resolve
$ARGUMENTSto an absolute path if provided. -
Check for eval queries in
.skill-eval/evals/-- if missing, scaffold them first. -
Ask the user to review trigger queries in
eval_review.html(generated by the skill-eval pipeline).