mirror of
https://github.com/anthropics/skills
synced 2026-07-05 19:56:54 +00:00
improve_description.py now calls `claude -p` as a subprocess instead of the Anthropic SDK, so users no longer need a separate ANTHROPIC_API_KEY to run the description optimization loop. Same auth pattern run_eval.py already used for the triggering eval. Prompts go over stdin (they embed the full SKILL.md body). Strips CLAUDECODE env var to allow nesting inside a Claude Code session. The over-1024-char retry is now a fresh single-turn call that inlines the too-long version rather than a multi-turn followup. SKILL.md: dropped the stale "extended thinking" reference to match.