article-optimizer
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…
Use when the user wants to iterate on a viral-article scoring system itself, calibrate or improve a scoring prompt against labeled samples, or run batch scoring experiments on a fixed article set. Best for prompt-only scoring research where the evaluator scripts stay fixed and
$ npx -y skills add xiaomoBoy/claude-writing-skills --skill score-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/score-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to iterate on a viral-article scoring system itself, calibrate or improve a scoring prompt against labeled samples, or run batch scoring experiments on a fixed article set. Best for prompt-only scoring research where the evaluator scripts stay fixed and
name: score-optimizer description: Use when the user wants to iterate on a viral-article scoring system itself, calibrate or improve a scoring prompt against labeled samples, or run batch scoring experiments on a fixed article set. Best for prompt-only scoring research where the evaluator scripts stay fixed and only the scoring rubric/prompt is meant to evolve.
这个 skill 只负责一件事:优化文章评分系统本身。
它适合做的是:
它不负责:
适用场景:
不适用场景:
后者应改用 `article-optimizer`。
开始前先读:
1. [references/score_program.md](references/score_program.md) 2. [references/score_prompt.md](references/score_prompt.md)
需要看实现时再读:
样本文集位置(**用户自己提供**,本 skill 不带样本):
1. 先确认当前任务是在优化评分器,不是在改文章。 2. 读取 `references/score_program.md`,按它的实验约束执行。 3. 默认只改 `references/score_prompt.md`,不要动评估脚本。 4. 运行批量评分脚本,再运行评估脚本。 5. 比较 `composite_score`、`mae`、`spearman`、`classification`。 6. 记录结果,决定保留还是回滚。
在 skill 根目录执行:
python3 scripts/run_scoring.py > scoring.log 2>&1 python3 scripts/evaluate.py > eval.log 2>&1 grep "^composite_score:\|^mae:\|^spearman:\|^classification:" eval.log
如果需要图表:
python3 scripts/generate_score_chart.py
A toolkit of Claude Code skills for long-form content creators — research, score, rewrite, and publish, end to end. 中文版: README.zh-CN.md 5 skills extracted from a real working writing setup. They are opinionated, narrow in scope, and meant to compose.
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…
Use when the user has a finished blog master draft and wants to publish it to multiple content platforms (知乎/掘金/CSDN/公众号 等) via the @wechatsync/cli tool.…
Use when the user wants to collect research material for an article or topic by gathering YouTube videos and web articles into a NotebookLM notebook, then…
Use when the user wants to download or inspect online audio/video directly with the installed `yt-dlp` CLI. Best for single videos, playlists, audio…