From mpi-kanban
Archive entries from the MPI kanban board into rotating archive markdown files. Use when the user says "MPI archive", "archive completed kanban entries", "archive completed entries", "archive kanban entry <title>", "archive entry <title>", "$mpi-archive", or "/mpi-kanban:mpi-archive".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mpi-kanban:mpi-archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Archive entries out of `.claude/mpi-kanban/kanban.md` into
Archive entries out of .claude/mpi-kanban/kanban.md into
.claude/mpi-kanban/archived.md or the next incrementing archive file.
This skill removes entries from the active board only after preserving their full entry blocks in an archive file.
Invocation: Claude Code users may run /mpi-kanban:mpi-archive; Codex users
may run $mpi-archive or ask naturally to archive MPI kanban entries.
References using ${CLAUDE_PLUGIN_ROOT} mean the installed plugin root; Codex
resolves the same files relative to this plugin root.
completed / completed kanban entries: archive every entry under
## COMPLETED.### <title> entry from
any column.If the user says only "archive kanban entries" without saying completed or
giving a title, ask which entries to archive.
Lib pointers:
${CLAUDE_PLUGIN_ROOT}/lib/kanban-ops/archive.md - archive file selection,
rotation, and move procedure.${CLAUDE_PLUGIN_ROOT}/lib/kanban-ops/find.md - findKanban.${CLAUDE_PLUGIN_ROOT}/lib/kanban-ops/_schema.md - column and entry block
shape.${CLAUDE_PLUGIN_ROOT}/lib/kanban-ops/errors.md - error wording.Steps:
lib/kanban-ops/archive.md.completed.title.archiveEntries(selector) exactly.[kanban.md](.claude/mpi-kanban/kanban.md) and the
archive file.npx claudepluginhub madponyinteractive/mpi-kanban --plugin mpi-kanbanGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.