Writing Style Iterator
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is a coherent local writing-style memory skill, but it automatically saves draft copies and updates persistent style rules/files without prior confirmation.
Install only if you are comfortable with local copies and history of your writing being saved under `~/.writing-style-iterator/`. Consider asking the agent to confirm before updating memory or files, and periodically review or delete stored drafts and style rules.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your edits and writing samples can become long-lived memory that influences future outputs, and full draft copies may remain in local git history.
The skill persistently stores style rules and draft snapshots, then explicitly instructs automatic updates without confirmation.
`style.md` — 用户的风格规则文件; `drafts/` — 草稿快照 ... **不要问 Y/N。** 直接做,然后通知。
Review `~/.writing-style-iterator/style.md` regularly, ask for confirmation before memory updates, and add retention/cleanup rules for draft snapshots.
The agent may modify or copy local writing files during normal use, even when you expected only a chat response or a preview.
The skill directs file writes/copies and git commits for every generated or modified document, using user file paths and making the operation mandatory.
将内容写入用户文件,同时记录快照 ... `cp <用户文件> ~/.writing-style-iterator/drafts/<用户文件的绝对路径>` ... **每次生成/修改内容都必须做这一步**
Require an explicit target file and user approval before writing, copying, committing, or applying inferred style changes to existing files.
Setup may fail or behave unexpectedly on systems without git or with unusual git configuration.
The documented workflow depends on git shell commands, while the registry metadata declares no required binaries.
`git -C ~/.writing-style-iterator init` ... `git -C ~/.writing-style-iterator commit -m "init"`
Declare git as a required binary and document expected local-only repository behavior.
