Use when the user wants to improve a specific article under a fixed viral-scoring rubric, iterate on one article to raise its score, or run single-article scoring plus rewrite loops. Best for content optimization experiments where the scoring prompt stays fixed and the article text is the thing being changed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-writing-skills:article-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
这个 skill 只负责一件事:在固定评分器下优化一篇具体文章。
这个 skill 只负责一件事:在固定评分器下优化一篇具体文章。
它适合做的是:
它不负责:
如果目标是改评分 Prompt,而不是改文章,应该改用 score-optimizer。
适用场景:
不适用场景:
开始前先读:
需要看实现时再读:
references/optimize_program.md,确认实验约束。在 skill 根目录执行:
python3 scripts/run_single_score.py <article_path>
如果需要图表:
python3 scripts/generate_optimize_chart.py
references/score_prompt.mdscripts/run_single_score.pyCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub xiaomoboy/claude-writing-skills --plugin claude-writing-skills