markdown-tasks

Community

Automate your markdown task lists.

Authormotlin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually managing markdown-based todo lists, extracting tasks, and updating their status can be cumbersome and error-prone, especially in complex projects. This Skill automates the entire lifecycle of your .llm/todo.md files.

Core Features & Use Cases

  • Automated Task Extraction: Instantly retrieve the first incomplete task along with all its indented context lines.
  • Smart Task Addition: Add new tasks, including multi-line implementation details, in a single command, preserving indentation and structure.
  • Status Management: Mark tasks as complete ([x]) or in-progress ([>]) with a simple command.
  • Task Archiving: Automatically archive completed task lists to a dated backup file, keeping your active todo.md clean.
  • Use Case: Let the AI automatically fetch your next task, add detailed new tasks, or mark completed items, keeping your project's todo list always up-to-date and actionable without manual file editing.

Quick Start

Get the next incomplete task from the .llm/todo.md file.

Dependency Matrix

Required Modules

python3

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: markdown-tasks
Download link: https://github.com/motlin/claude-code-plugins/archive/main.zip#markdown-tasks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository