todo

Append a formatted checklist entry to the correct TODO.md section.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/coopermayne/mcp-galipo --skill todo-coopermayne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/coopermayne/mcp-galipo/tree/main/.claude/skills/todo
Command: npx skills add https://github.com/coopermayne/mcp-galipo --skill todo-coopermayne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding items to the project's root TODO.md, ensuring consistency and proper placement.

Core Features & Use Cases

  • Section-aware insertion: Automatically routes new items to the correct TODO.md section (Quick Add, Features, Bugs, Technical Debt, etc.) based on item type.
  • Single-step addition: Accepts a concise item description and appends a formatted checklist entry under the chosen heading.
  • Confirmation: Returns a summary of what was added and where in the document.

Quick Start

Use the todo skill to add "Refactor UI components" to the TODO.md in the project root.

Frequently Asked Questions about todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically add items to a TODO.md file in my project?

To append items to TODO.md, provide a concise description and the Skill routes it to the correct section. It reads the root file, appends a formatted markdown checklist entry under the appropriate heading, and returns a confirmation summary.

How does section-aware insertion work for markdown task management?

Section-aware insertion routes new items to specific TODO.md sections like Features or Bugs based on item type. The Skill reads project guidelines, targets the appropriate heading, and appends the checklist entry there to maintain document structure.

Can I use this to categorize technical debt and bugs in my markdown documentation?

Yes, you can categorize technical debt and bugs in markdown documentation. The Skill targets the correct TODO.md section based on item type, appending entries under appropriate headings like Technical Debt or Bugs to keep project tasks organized.

What is the best way to append a formatted checklist entry to a project TODO file?

The best way to append a formatted checklist entry is using a single-step addition process. Accept a concise item description, and the Skill automatically appends it under the chosen heading in the root TODO.md file with proper formatting.

Does this task management Skill require any external dependencies to modify markdown files?

No external dependencies are required to modify markdown files. The Skill operates independently to read the root TODO.md, append formatted checklist entries under appropriate headings, and confirm the additions without needing additional packages.

Why are my new TODO.md items not inserting under the correct markdown heading?

If TODO.md items are not inserting under the correct heading, ensure the item type matches your project guidelines. The Skill relies on these guidelines to route entries to the appropriate section, so mismatches can cause improper placement.