publisher-wechatsync
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 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
$ npx -y skills add xiaomoBoy/claude-writing-skills --skill article-optimizer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/article-optimizerContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: article-optimizer description: 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.
这个 skill 只负责一件事:在固定评分器下优化一篇具体文章。
它适合做的是:
它不负责:
如果目标是改评分 Prompt,而不是改文章,应该改用 `score-optimizer`。
适用场景:
不适用场景:
开始前先读:
1. [references/optimize_program.md](references/optimize_program.md) 2. [references/score_prompt.md](references/score_prompt.md)
需要看实现时再读:
1. 先确认当前任务是在改文章,不是在改评分器。 2. 读取 `references/optimize_program.md`,确认实验约束。 3. 确认目标文章路径。 4. 用单篇打分脚本跑出基线分数和改进建议。 5. 每轮只改文章,不动评分规则。 6. 保存迭代版本,再重新打分比较。
在 skill 根目录执行:
python3 scripts/run_single_score.py <article_path>
如果需要图表:
python3 scripts/generate_optimize_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 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 iterate on a viral-article scoring system itself, calibrate or improve a scoring prompt against labeled samples, or run batch…
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…