seyio91

Todo Archive — Productivity skill for Claude Code

Productivity community

Snapshot the active project's todo.md into archive/todos/ and reset it to the empty template.

How to install Todo Archive

Installs to ~/.claude/skills/seyio91-ai-memory-system-todo-archive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/seyio91-ai-memory-system-todo-archive && curl -fsSL https://raw.githubusercontent.com/seyio91/ai-memory-system/HEAD/commands/todo-archive.md -o ~/.claude/skills/seyio91-ai-memory-system-todo-archive/SKILL.md

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

What Todo Archive does

Snapshot the active project's `todo.md` into `archive/todos/` and reset it to the empty template.

Argument: `$ARGUMENTS` — optional one-line slug describing what the rolled batch was about (kebab-case).

**Auto-suggest:** if `$ARGUMENTS` is empty, before asking the user, scan `~/.claude-memory/projects//todo.md` for `plans/.md` references. If exactly one unique plan is referenced, derive the slug from that filename (strip a trailing `-plan` suffix if present) and use it without as

Alternatives in Productivity

  • Reviews Plans — Review all active architecture plans relevant to the current task 15.6k ★
  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★

Full documentation available on GitHub

View Source Repository