Refresh Command banner
sellke sellke

Refresh Command

Development community

Description

--- name: refresh-command description: "Turn your experience running a Writ command into concrete improvements to that command file. The learning loop." problem: "Friction noticed while running a command is forgotten by the next invocation, and edits made from memory land in the command file with nothing recording why they were kept." outcome: "commands/<name>.md carries only the amendments that survived the evidence gate, and .writ/refresh-log.md records what was applied alongside what was reje

Installation

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

Terminal
mkdir -p ~/.claude/skills/sellke-writ-refresh-command && curl -fsSL https://raw.githubusercontent.com/sellke/writ/HEAD/commands/refresh-command.md -o ~/.claude/skills/sellke-writ-refresh-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