Agent Skills
› fanfan-de/anybox
› improve-skill
improve-skill
GitHub用于根据 plugin-eval 的评估结果优化 Codex 技能。通过运行分析生成改进简报,结合 skill-creator 指南进行重写,重点降低 Token 消耗、保持文档紧凑并修复链接问题,最后对比评估效果。
Trigger Scenarios
用户要求基于评估结果改进技能
用户希望利用插件评估发现重写技能
用户询问应优先修复技能的哪些方面
Install
npx skills add fanfan-de/anybox --skill improve-skill -g -y
SKILL.md
Frontmatter
{
"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
plugin-eval analyze <skill-path> --brief-out ./skill-brief.json
plugin-eval compare before.json after.json
Reference
../../references/chat-first-workflows.md
Version History
- 08dc189 Current 2026-07-05 19:04


