writing-shape

Installation
SKILL.md

用户已经传入(或将传入)一份 raw material markdown 文件。把它当作 input pile:它可以是整齐的 fragments 列表、无结构 prose 墙、transcript,任何格式都可以。先完整读完,再做其他事。

然后运行一个 shaping session,产出一份独立的 article document。不要编辑 raw material 文件;对这个 skill 来说它是 read-only。

如果用户没有说明文章保存路径,只询问一次并记住路径。用户会在 session 中编辑 article file;每次写入前都要重新读取,保留他们的 edits。

The loop

  1. Read the pile. 完整读取 input file,形成对内容的整体感。
  2. Draft 2-3 candidate openings. 每个 opening 都应暗示文章的不同 thesis 或 angle。全部展示出来,迫使用户选择或组合 hybrid。选定的 opening 定义整篇文章接下来必须完成什么。
  3. Grow paragraph by paragraph. Opening 落地后,问 “given this opening, what does the reader need to hear next?” 从 pile 中抽取 material 回答。讨论下一 beat 应该是 paragraph、list、table、callout、quote 还是 code block。每个格式选择都应该 deliberate 且 defensible。
  4. Append to the article file as you go. 不要 batch。每个达成一致的 paragraph 或 block 立即写入,让用户看到文章成形。
  5. Loop step 3 until the article is done. 用户决定何时完成。
Installs
550
GitHub Stars
995
First Seen
May 28, 2026
writing-shape — vinvcn/mattpocock-skills-zh-cn