Handles the full lifecycle of moving entities between status folders in Basic Memory without breaking your knowledge graph. The core principle is archive, never delete, since completed work stays valuable as context. It detects completion signals like "done" or "cancelled", finds the right entity, moves it to the appropriate folder (active to archive, pipeline to completed, whatever), updates frontmatter to match, and keeps permalinks intact so existing links don't break. The workflow is sensible: search first, move the file, then update metadata. Useful for marking tasks complete, cleaning up stale items, or managing any folder based status system where you want historical context preserved.
npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-lifecycle