New Command banner
sellke sellke

New Command

Development community

Description

--- name: new-command description: "Create a new Writ command contract-first, challenging whether it is needed and surfacing overlap with existing commands before writing files." problem: "New commands get written ad hoc — duplicating a command that already exists, or shipping without the structure the rest of commands/ carries." outcome: "One agreed commands/<name>.md exists, structurally consistent with its neighbours and cross-referenced from the commands it relates to." exit_criteria: - "c

Installation

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

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

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

Full documentation available on GitHub

View Source Repository