todo-archive
Installation
SKILL.md
TODO Archive
Archive checked Markdown task-list items from TODO.md into .ai/todos/TODO_UNTIL_YYYY_MM_DD.md, then leave only unchecked tasks in TODO.md.
Arguments
path(optional): Repository root or any path inside the repository. Default to the current directory.--date YYYY-MM-DD|YYYY_MM_DD(optional): Archive date. Default to today's local date.--dry-run(optional): Preview target paths and rendered content without writing.--force(optional): Allow overwriting an existing archive file.
Workflow
-
Resolve the repository root:
git rev-parse --show-toplevel