Turns Basic Memory notes into a proper task system by treating tasks as schema-validated entities in the knowledge graph. You create tasks with structured fields like status, steps, and current_step, then query them back after context compaction to resume work. The real value is the context field: it forces you to write down what future-you needs to pick up multi-step work after amnesia. Search for active tasks on session start, update progress as you go, and do a pre-compaction flush to externalize state before memory loss. It's lightweight structured memory for work that outlasts the context window.
npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-tasks