From fiddle
Use to clean up stale beans and plan files — archives completed/scrapped beans and moves delivered plans to ignored directories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fiddle:archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
bash "${CLAUDE_PLUGIN_ROOT}/scripts/archive.sh" {ARGS}
Report what was archived based on script output.
npx claudepluginhub peel/fiddle --plugin fiddleArchives a completed or abandoned plan by moving it to an archived folder with metadata and timestamp.
Archives completed milestone phase directories from `.planning/phases/` into `.planning/milestones/` with dry-run preview and user confirmation.
Cleans up and archives bloated project files (Plans.md, session-log.md, logs, state). Distinguishes active from completed work; runs SSOT sync checks before destructive edits.