Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

writing-artifacts书写工件

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

816

周安装

34

GitHub Stars

147

下载量

272
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:writing-artifacts(书写工件)
来源仓库:https://github.com/haowjy/creative-writing-skills
仓库路径:skills/writing-artifacts
安装命令:
npx skills add https://github.com/haowjy/creative-writing-skills --skill writing-artifacts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/haowjy/creative-writing-skills --skill writing-artifacts

简介

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。

  • 适合让 Agent 提炼结构、补齐章节、统一术语或检查链接。
  • 使用时保留项目已有事实和路径,避免写成确定结论。
  • 涉及对外文案时需控制语气,防止过度营销或夸大能力。
  • 安装方式:通过 GitHub 仓库添加技能。writing-artifacts 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Writing Artifacts

Artifacts live in two places: durable project knowledge in the kb and temporary work scratch in the work directory. See /meridian-work-coordination for path resolution and work lifecycle.

This convention defines what each directory means, who writes it, and how artifacts flow between orchestrators. Every orchestrator shares this understanding — it's how story direction survives the handoff from brainstorming to drafting to revision.

kb — Durable Project Knowledge

The agent-maintained knowledge layer. Both humans and agents read it. Quality bar: readable prose with clear structure, not agent shorthand. Decisions baked inline with reasoning — a character entry includes *why* that age was chosen, a timeline entry includes *why* events are ordered that way.

kb/
├── styles/              # style reference files (style-creator output)
├── characters/          # character state + decision annotations
├── world/               # locations, lore, systems, factions
├── timeline/            # chronology, event ordering
├── canon/               # established facts from written chapters
├── issues/              # tracked writing problems (tics, inconsistencies, structural concerns)
└── graphs/              # relationship maps, knowledge graph output

What Goes Where

styles/ — How to write, not what to write. Style files capture the patterns a writer needs to match the project's voice. The style-creator determines how to organize these based on analysis of the source text — the structure follows what the prose actually does rather than a predetermined taxonomy. Each file is self-describing so an orchestrator can read it and know when to load it. See the style-creator agent for the analytical approach.

characters/ — Current character state: where they are in the story, what they know, their emotional trajectory, key relationships. Updated by the chronicler after chapters are written. Includes decision annotations — "character is 8 at story start [decided in session X, alternatives considered: 6, 10, rejected because...]".

world/ — Locations, systems, lore, factions — anything about the world that multiple chapters reference. The chronicler and session-miner both contribute here.

timeline/ — Event chronology. When things happened, in what order, with citations back to chapters. The continuity-checker's primary reference.

canon/ — Facts established by written chapters. Not a copy of the chapter — a synthesis of what the chapter established as true. "Chapter 4 established that the protagonist can sense a new ability" with a citation.

issues/ — Writing problems worth tracking across revision cycles. Mechanical tics, scene-type inconsistencies, structural concerns, patterns that need the author's attention. Critics and the continuity-checker report issue-worthy findings in their spawn output; the style-creator writes issue files directly. The draft-orchestrator or knowledge-orchestrator promotes critic/continuity-checker findings to tracked issue files during synthesis. See the writing-issues skill for conventions.

graphs/ — Mermaid relationship diagrams, knowledge graph output, connection maps. The graph-maintainer keeps these current.

work — Work Scratch

Temporary, scoped to the current work item. Archived when work completes. Durable knowledge gets promoted to the kb before closing out.

work/
├── outline/             # current outline being worked
├── drafts/              # draft iterations (v1, v2, etc.)
├── critique-reports/    # critic output for each round
└── brainstorm/          # brainstorm captures and synthesis

What Goes Where

outline/ — Scene briefs, beat breakdowns, chapter structure. The outliner writes here; the writer reads from here.

drafts/ — Draft iterations. Each revision gets a new version. The draft-orchestrator tracks which version is current.

critique-reports/ — Individual critic reports and orchestrator synthesis. The draft-orchestrator writes the synthesis; the writer reads it for revision.

brainstorm/ — Brainstorm outputs from fan-out sessions. The story-orchestrator synthesizes these before presenting options to the author.

Who Writes What

ArtifactWritten byRead by
kb/styles/style-creatorwriter, critic (voice focus)
kb/characters/chronicler, session-minerwriter, critic, continuity-checker
kb/world/chronicler, session-minerwriter, researcher, wiki-editor
kb/timeline/chroniclercontinuity-checker, outliner
kb/canon/chroniclercritic, continuity-checker, writer
kb/issues/style-creator, draft-orchestrator (promoted from critic/continuity-checker findings)critic, draft-orchestrator, story-orchestrator
kb/graphs/graph-maintainerexplorer, wiki-editor, orchestrators
work/outline/outlinerwriter, draft-orchestrator
work/drafts/writercritic, draft-orchestrator
work/critique-reports/draft-orchestrator (synthesis from critic spawn output)writer, story-orchestrator
work/brainstorm/brainstormerstory-orchestrator

Promotion

When a work item completes, the orchestrator promotes durable knowledge from the work directory to the kb:

  • Story decisions discovered during brainstorming → baked inline into relevant kb entries
  • New character state from a drafted chapter → kb/characters/
  • New canon facts → kb/canon/
  • Timeline updates → kb/timeline/
  • Writing issues discovered during critique → kb/issues/

The knowledge-orchestrator handles promotion by dispatching chronicler, session-miner, and graph-maintainer. Don't promote raw brainstorm captures or draft iterations — those stay archived in the work item. Promote the *knowledge* extracted from them.

Author's Space vs Agent Space

Agents maintain the kb. The author maintains story/, wiki/, and future/. The wiki-editor is the one agent that writes to the author's space (wiki/), producing polished, reader-facing reference pages. All other agent output goes to the kb or work directory.

Agents don't reorganize the author's manuscript structure or planning files. They read from the author's space and write to their own.

This Convention Is Swappable

A project can replace this skill with its own artifact conventions — different directory names, different flow, different files — without touching orchestrator or agent bodies. The convention is a skill, not hardcoded structure.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.57%
按下载量换算91

Claude

29.82%
按下载量换算81

Cursor

17.87%
按下载量换算49

Gemini CLI

9.65%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills