shaunchew

Archive Scratchpad — Development skill for Claude Code

Development community

Archive a scratchpad without promoting it (move to scratchpads/_archive/).

How to install Archive Scratchpad

Installs to ~/.claude/skills/shaunchew-savvy-template-archive-scratchpad/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shaunchew-savvy-template-archive-scratchpad && curl -fsSL https://raw.githubusercontent.com/shaunchew/savvy-template/HEAD/commands/archive-scratchpad.md -o ~/.claude/skills/shaunchew-savvy-template-archive-scratchpad/SKILL.md

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

What Archive Scratchpad does


description: Archive a scratchpad without promoting it (move to scratchpads/_archive/). argument-hint: "-"

/sf:archive-scratchpad

Archive a scratchpad without promoting anything from it. Used when an exploration ended in "not worth pursuing" but the record is worth keeping.

Procedure

  1. Parse $ARGUMENTS as -. Validate format ^\d{3}-[a-z][a-z0-9-]*$. On invalid input, print expected format and abort.
  2. Resolve the folder scratchpads/-/. I

Alternatives in Development

Full documentation available on GitHub

View Source Repository