open-knowledge-pack-writing-pipeline
仓库创建 2026年6月3日最近提交 2 天前SkillHot 收录 5 天前
▸ 精选理由
适合简洁高效的短中篇写作与团队协作
这个 Skill 做什么
提供三阶段写作(点子→草稿→发布)的工作流程与审阅行为。
把写作流程拆成三步:ideas→drafts→published,分别放在对应文件夹,适合写短中篇文章、新闻稿或博客时管理想法到发布的全流程。用它可以把审阅与发布行为从模板里抽离出来,避免流程说明散落在文档里。特点是每个阶段有明确规则,draft 用 CRDT 保留历史,published 一旦发布当作不可变。
▸ 展开 SKILL.md 英文原文
How to work in a Writing Pipeline project (the `writing-pipeline` starter pack): a three-stage drafting flow, ideas → drafts → published. Read when the project has these folders, OR when asked to capture an idea, start or revise a draft, review a piece before it ships, or publish it. Carries the stage flow and review behaviors so that guidance does not live inside template bodies or folder descriptions. Complements the platform `open-knowledge` skill; does not replace it.
3.2k
Stars
204
Forks
18
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/writing-pipeline/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/packs/writing-pipeline/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Writing Pipeline pack — how to work here A lean three-stage flow for short-to-medium-form writing (essays, newsletters, blog posts). > This skill is pack guidance. The platform `open-knowledge` skill (read/write/preview/linking/grounding rules) still governs every markdown operation — this layers the drafting flow on top. ``` ideas/ one-line premises, captured before they fade ↓ commit to writing it drafts/ active prose; CRDT history covers revisions (no named-revision folders) ↓ ship published/ shipped work; treat as immutable ``` ## Per-folder rules + agent behaviors - **`ideas/`** — premises, headlines, fragments. Kept short on purpose; not a draft folder. Promote
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有