From wewrite
Learns writing preferences from user edits, imports exemplar articles to build a style library, and extracts layout themes from WeChat public account articles. For WeWrite users.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wewrite:wewrite-learnThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **CLI**:确定性操作走 `wewrite` 命令(需在 PATH;缺失则引导 `uv tool install wewrite`,或在仓库里 `bash install.sh`)。
wewrite 命令(需在 PATH;缺失则引导 uv tool install wewrite,或在仓库里 bash install.sh)。$WEWRITE_HOME 或 ~/.wewrite(wewrite home 可查)。config/style/history/playbook/output/exemplars 全在 {home},不在仓库;references 文档中的状态路径同此约定。读取: <路径> = 用文件读取工具真实读完该文件再继续,不是注释。{skill_dir}/references/;references 文档内的 {skill_dir} 即本 skill 目录。| 用户说 | 动作 |
|---|---|
| 学习我的修改 / 我改了,学习一下 | 读取: {skill_dir}/references/learn-edits.md,按其流程执行。支持本地 markdown 修改与微信草稿箱同步(wewrite learn-edits --from-wechat) |
| 学习排版 / 学排版 + URL | wewrite learn-theme <url> --name <name>,提取后提示用户设置 style.yaml 的 theme 字段 |
| 学习这篇文章 / 导入范文 + URL | wewrite fetch-article <url> -o /tmp/article.md && wewrite exemplar /tmp/article.md -s <账号名>;默认第三方 |
| 导入范文 + 本地文件 | wewrite exemplar <文件路径>;用户明确为本人文章时加 --user-authored |
| 查看范文库 | wewrite exemplar --list |
范文库的用途:exemplars 会在写作模块(wewrite-write)按框架类型注入初稿 prompt, 只用于校准结构和节奏,不能复用其中的观点、句子或个人经历。导入完成后告知用户库里现有 多少篇、覆盖哪些 category 和所有权标记。
改稿飞轮的价值:每次学习让下一篇初稿更接近用户风格。learn-edits.md 的 只有重复出现或用户明确确认的同范围规则才会成为硬约束;单次修改始终只是软参考。
npx claudepluginhub imraywang/wewrite交互式引导用户完成 WeWrite 公众号写作风格配置的首次设置或重新配置,生成 style.yaml 文件。适用于首次使用或用户主动要求修改风格配置的场景。
Guides users from idea to finished article for platforms like WeChat, Xiaohongshu, and Zhihu. Follows a structured workflow: style extraction, brief, outline, research, drafting, and final delivery. Not for editing or publishing existing content.
Defines personalized writing conventions, voice, tone, and style preferences. Useful for maintaining consistency when generating or editing text.