From content-writing
Launch the `archive-manager` agent to organise and clean up the workspace.
How this command is triggered — by the user, by Claude, or both
Slash command
/content-writing:archiveThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Archive Old Versions Launch the `archive-manager` agent to organise and clean up the workspace. Use when: - The working directory has too many old versions. - You want to keep things organised but preserve history. - You're ready to archive drafts after publication. - You need to clean up before starting a new section. The agent will: 1. Review current workspace organisation. 2. Suggest what to archive (or ask your preference). 3. Create dated archive folders (`archive/YYYY-MM-DD-description/`). 4. Move old versions to archive. 5. Keep latest versions in the working directory. Usage...
Launch the archive-manager agent to organise and clean up the workspace.
Use when:
The agent will:
archive/YYYY-MM-DD-description/).Usage: /archive
npx claudepluginhub danielrosehill/claude-code-plugins --plugin content-writing/archiveArchives a note to the _archive/ folder, recording original category in frontmatter and updating timestamps; restores to original location with --restore flag.
/archiveArchives completed one-time tasks from tasks/ to completed/. Runs Python script and outputs summary of archived tasks with Obsidian or Markdown links.
/archiveArchives a completed change by updating context.json status to archived. Optionally accepts a conversation_id; checks artifact and task completion before archiving.