cyberneticlibrary

Manage markdown-based task lists

markdown-tasksskillsetup L1381
majiayu000/claude-skill-registry
What it does

Extract, add, complete, and archive markdown tasks

Best for

Managing self-contained tasks in isolated todo files with preserved implementation context.

Inputs
  • · .llm/todo.md file path
  • · task description with context
Outputs
  • · extracted task with context
  • · archived task list with date
Requires
  • · Python scripts (task_get.py, task_add.py, task_complete.py, task_archive.py)
Preconditions
  • · Python environment available
  • · scripts/tasks/ directory exists
Failure modes
  • · File not found (exit code 1)
  • · No incomplete tasks to complete
  • · Malformed indentation in context
Trust signals
  • · Exit codes documented
  • · Schema validation ([ ], [x], [!] states)
  • · Multi-line string handling preserved