writing-fragments — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited writing-fragments (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<what-to-do>
运行一场会产出 fragments 的 grilling session。围绕用户想写的任何主题 relentlessly interview。不要施加 phases、outlines 或 structure:这明确 out of scope。
当 fragments 从对话任何一侧浮现,把它们追加到单个 markdown file。用户会在 session 期间编辑这个 file;每次写入前都重新读取,确保保留他们的 edits。
如果用户没有传 path,只问一次 document 保存到哪里,然后在本 session 剩余时间记住它。
从用户说的第一句话开始捕获 fragments,包括 initial prompt。
首次写入时,在顶部放一个带 working title 的单个 H1(之后可以改),除此之外什么都不加:没有 metadata、没有 TOC、没有 date。
</what-to-do>
<supporting-info>
Fragment 是任何可能存活到最终 article 中的 text。它必须_作者读得懂_:作者能知道它什么意思;但不需要定义术语,也不需要让冷读者理解。门槛是 “这是不是一段好写作?”,而不是 “这是不是一个自包含 argument?”
Fragments 有意保持异质。可能成为 fragment 的例子:
Novelist's diary 是模型:多年无结构 noticings,之后被挖掘成 raw material。Fragments 就是 noticings。
# 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 otherFragments 用 horizontal rule(\n---\n)分隔。Body 中没有 headings。没有 tags。除了添加顺序之外没有 order。
静默 append。不要为每个 fragment 请求 permission。顺口提一下你添加了什么("adding that"),但不要用 save dialogs 打断对话。
每次写入前:从磁盘重新读取 file。用户可能在 turns 之间编辑、重排或删除 fragments;保留他们的 changes。永远不要 overwrite file;只 append(或者当用户要求时,原地编辑某个 specific fragment)。
用户可以随时说 "cut the last one"、"rewrite that one sharper"、"merge those two"。把这些视为 first-class instructions。
</supporting-info>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.