AgentStack
SKILL verified MIT Self-run

Writing Fragments

skill-wenwuzhidao-mattpocock-skills-zh-writing-fragments · by WenWuZhiDao

Writing, explore —— 挖掘原始片段,尚无结构。

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-wenwuzhidao-mattpocock-skills-zh-writing-fragments

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Writing Fragments? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

这是纯粹的 explore(探索):拓宽可以写的空间,而不承诺任何结构 —— 承诺是 exploit(发掘),那是另一个技能的活儿。运行一次产出片段的拷问式会话,就用户想写的任何东西不留情面地访谈他们。在这里,强加阶段、提纲或文章结构是超出范围的。

随着片段从对话的任意一方浮现出来,把它们追加到单个 markdown 文件中。

如果用户没有传入路径,就问一次文档保存到哪里,然后在本次会话余下的时间里记住它。

从用户说的第一件事起就开始捕获片段,包括最初的提示。

首次写入时,在顶部放一个单独的 H1,写上一个暂定标题(它日后可以改),除此之外别放任何东西 —— 没有元数据、没有目录、没有日期。

什么是片段

一个片段是任何一段可能存活到最终文章里的文本。它必须是作者可读的 —— 作者能看出它是什么意思 —— 但它不需要定义自己的术语,也不需要让一个陌生的读者看得懂。标准是"这是一段好文字吗?",而非"这是一个自成一体的论证吗?"

片段有意地是异质的。可以成为片段的东西的例子:

  • 一句你想在某处用上、但还不知道用在哪里的犀利句子。
  • 一个带一行论据的主张。
  • 一个小场景:发生过的一件事、一段代码片段、一个情景、一个类比。
  • 一个半成形的想法:"关于 X 感觉像 Y 的某种东西,日后再把它想清楚。"
  • 一句引语、一段对话、一句无意中听到的话。
  • 一组凭感觉聚在一起的相关观察。
  • 一句抱怨、一句坦白、一个笑点。
  • 一个引导词(leading word) —— 一个整篇文章都能挂靠其上的紧凑隐喻或自造词(一个命名那个想法的术语,就像 tracer bulletsfog of war 命名了一整套模式)。

在这些之中,引导词是最有价值、最值得拿下的片段。它是承重的:在探索阶段命名对了那一个,它就会在日后塑造结构、过渡和标题 —— 在整个发掘阶段持续产生红利。当对话反复绕着一个想法打转时,推动着去为它铸一个词。

小说家的日记是范本:多年未加结构的观察记录,日后被挖掘为原始素材。片段就是那些观察记录。

文件格式

# Working title

A first fragment lives here.

It can be multiple paragraphs. It can include lists, code, quotes — whatever
shape the fragment naturally takes.

---

A second fragment.

---

> A quoted line that the user wants to keep around.

A reaction to it.

---

- A cluster of related observations
- That hang together by feel
- And want to be near each other

片段之间用一条水平分隔线(\n---\n)分隔。正文内没有标题。没有标签。除了添加的顺序之外没有别的顺序。

写作节奏

静默追加。不要为每个片段征求许可。顺带提一下你添加了什么("把那个加进去"),但不要用保存对话框打断谈话。

在每次写入之前:从磁盘重新读取文件。用户可能在两轮之间编辑、重排或删除了片段 —— 保留他们的改动。绝不覆盖文件;只追加(或者,如果用户要求,原地编辑某个特定片段)。

用户可以在任何时候说"砍掉最后一个""把那个重写得更犀利""把那两个合并"。把这些当作一等指令来对待。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.