skills/writing-artifacts/SKILL.md
Where writing artifacts live: kb for durable knowledge, work directory for scratch. Use when deciding where to read from or write to.
npx skillsauth add haowjy/creative-writing-skills writing-artifactsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$MERIDIAN_CONTEXT_KB_DIR. See knowledge-layers for the kb model.$MERIDIAN_CONTEXT_WORK_DIR, scoped to the current work item and archived on completion.AGENTS.md. Read it for this project's layout.$MERIDIAN_CONTEXT_WORK_DIR/
outline/ # current outline being worked
drafts/ # draft iterations (v1, v2, etc.)
critique-reports/ # critic output for each round
brainstorm/ # brainstorm captures and synthesis
The working tree is shared between the author, the orchestrators, and worker agents. Any file may have been edited by someone else since you last saw it.
Read the current state before acting on it; a draft may have author edits between critique rounds, a KB entry may have been updated by another agent, an outline may have been restructured. Treat what's on disk as the authority, not your memory of what was there.
When your edits would conflict with changes someone else made, surface the conflict rather than silently overwriting. The author's direct edits are always authoritative.
When a work item completes, promote knowledge from work to kb: not raw artifacts. Brainstorm captures and draft iterations stay archived in the work item.
This skill defines convention. A project can replace it without touching agent bodies.
tools
Use when orienting in an unfamiliar area — fans out exploration across structure, knowledge, and history, then synthesizes one orientation map.
development
Load when building a static HTML artifact — single page or multi-page site — to make structured information explorable through layout and navigation.
testing
User-invoked pause before reporting to check intent vs literal completion, surface adjacent wins, and route knowledge capture.
development
Use when exploring or changing the codebase: read AGENTS.md first, use .context/CONTEXT.md for detail, keep intent docs succinct.