Preamble banner
sellke sellke

Preamble

Development community

Description

--- name: _preamble description: "Shared standing instructions referenced by every Writ command. Not directly invocable." disable-model-invocation: true --- # Writ Command Preamble > Every command in `commands/` references this file. Standing instructions that > apply across the surface area live here, not duplicated per command. ## Plan Mode Integrity When a command uses Plan Mode for discovery, the conversation is a phase, not the deliverable. After discovery, resume the command's document

Installation

Installs to ~/.claude/skills/sellke-writ-_preamble/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sellke-writ-_preamble && curl -fsSL https://raw.githubusercontent.com/sellke/writ/HEAD/commands/_preamble.md -o ~/.claude/skills/sellke-writ-_preamble/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository