todo_management

Update, complete, delete, and clear to-do tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill todo-management-michaelyagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo_management
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/todo/skills/todo_management
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill todo-management-michaelyagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly update, complete, delete, or clear their to-do items, reducing manual task-tracking overhead.

Core Features & Use Cases

  • Create, update, complete, or delete tasks: Manage individual tasks with simple commands.
  • Clear all tasks: Remove everything in one action to reset your list.
  • Reminders and editing: Adjust due dates, notes, and task details to keep work moving.

Quick Start

Use the todo_management skill to mark the task "Prepare meeting notes" as completed.

Frequently Asked Questions about todo_management

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

FAQPage Schema
How do I update and manage to-do tasks for lightweight team workflows?

To update and manage to-do tasks, you can add, update, finish, or delete individual items using simple commands. This skill handles personal task lists and lightweight team workflows by manipulating the list directly.

Can I clear all completed to-do items in one action?

Yes, you can clear all completed to-do items in one action to reset your list. The skill calls delete_all_todo_items to remove everything, reducing manual task-tracking overhead.

What is the best way to edit due dates and notes for task management reminders?

The best way to edit due dates and notes for task management reminders is to use the update function. You can adjust task details and reminders to keep your personal task list moving.

Does this task management approach work for personal task lists?

Yes, this task management approach works for personal task lists. It applies to personal scenarios by allowing you to add, update, finish, or delete tasks and clear completed items effortlessly.

How do I delete a specific task from my workflow?

To delete a specific task from your workflow, use the delete command. The skill calls delete_todo_item to remove the individual task from your to-do list.

What are the limitations of using a basic to-do management skill?

The limitation of this basic to-do management skill is its implementation depth. It is designed for personal task lists and lightweight team workflows, so it may not support complex project management requirements.