<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/improve-skill
──Details
PublishedApril 26, 2026 at 05:58 AM
Content Hashsha256:b1ca28380cb42f2c...
Git SHA
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 42 lines · 1.2 KB
version: "1.0.0" name: improve-skill description: Turn plugin-eval findings into a concrete rewrite brief for a Codex skill. Use when the user already evaluated a skill and now wants Codex to improve it, especially after asking what to fix first.
Improve Skill
Use this skill after plugin-eval has already produced findings for a local skill.
Workflow
- Run
plugin-eval analyze <skill-path> --brief-out <brief.json>. - Read the improvement brief and group work into required fixes versus recommended fixes.
- Apply the
skill-creatorguidance from/Users/benlesh/.codex/skills/skill-creator/SKILL.md. - Re-run the evaluation and compare before and after outputs.
Chat Requests To Recognize
Improve this skill based on the evaluation.Rewrite this skill using the plugin-eval findings.What should I fix first in this skill?
Focus Areas
- reduce trigger and invoke token costs
- keep
SKILL.mdcompact - move bulky details into references or scripts
- improve trigger descriptions
- fix broken links and manifest/frontmatter issues
Commands
bash
plugin-eval analyze <skill-path> --brief-out ./skill-brief.jsonplugin-eval compare before.json after.json
Reference
../../references/chat-first-workflows.md