Move all work/ contents to archive/raw/ and remove the work/ directory
View on GitHubskills/archive/SKILL.md
February 4, 2026
Select agents to install to:
npx add-skill https://github.com/mander11/mandersons-skills/blob/main/skills/archive/SKILL.md -a claude-code --skill archiveInstallation paths:
.claude/skills/archive/The user wants to archive their current work. 1. Check if work/ exists. If not, let the user know there's nothing to archive. 2. Move each topic folder from work/ to archive/raw/: - work/<topic>/ → archive/raw/<topic>/ 3. After all moves are complete, remove the work/ directory entirely. 4. Report what was archived (list each topic folder that was moved). 5. Immediately invoke /commit to commit the archive changes. If a topic folder already exists in archive/raw/ (e.g. from a previous archive), append a date suffix to avoid collisions: archive/raw/<topic>-<YYYY-MM-DD>/