flow-next-prose
GitHub用于起草长篇回复、报告或摘要的写作技能,依据文档规则生成内容。支持对用户提供草稿进行润色,适用于非简短对话及文件/PR输出场景。
触发场景
安装
npx skills add gmickel/flow-next --skill flow-next-prose -g -y
SKILL.md
Frontmatter
{
"name": "flow-next-prose",
"description": "Use while drafting a substantial reply, report, or summary for the user - read the prose contract before writing and draft under its rules. Not for short turns or file\/PR output.",
"allowed-tools": "Read",
"user-invocable": false
}
Flow Prose
Ambient triggering is host-discretionary on every host: the host matches this skill's description at the moment the agent begins drafting a substantial reply.
The agent reads the prose contract at docs/prose.md, resolved relative to this SKILL.md file's own location. If the doc is absent, the skill proceeds without it and never blocks the reply.
The agent applies the contract's rules 1-10 at draft time and writes the reply under them from the first draft.
The reply-dormant parts of the doc are the precedence section's dedup-marker and projection bullets, which stay idle for replies. Rule 8 (user-outcome-first ordering) softens to lead with the answer. Rule 10 (honesty) stays fully active.
The agent never rewrites quoted material, code, or command output, and never restyles the user's words where they are being quoted back. A draft the user hands the skill as the /flow-next:prose <draft> argument is submitted for tightening, so the agent rewrites it under the contract.
Pass the identity (the path above). Never copy rule text from the doc into this skill.
版本历史
-
c9f7a79
当前 2026-09-09 15:23
触发机制从用户发言调整为代理起草时刻,所有主机默认启用环境触发,Codex取消显式调用限制。
- cd9ddf8 2026-08-28 18:46


