personal-todo

Manage personal tasks in a single markdown file at ~/.todos.md.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Shakudo-io/opencode-skills --skill personal-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-todo
Source: https://github.com/Shakudo-io/opencode-skills/tree/main/personal-todo
Command: npx skills add https://github.com/Shakudo-io/opencode-skills --skill personal-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps individuals manage personal tasks by consolidating them into a single markdown file, ensuring priorities, deadlines, notes, and reminders are trackable in one place.

Core Features & Use Cases

  • Centralized store in ~/.todos.md for all tasks
  • Priority levels P1-P4 to indicate urgency
  • Deadlines and completion status with notes
  • Quick adds, edits, and completions guided by the syntax

Quick Start

Create or open ~/.todos.md and start adding tasks using the documented syntax.

Frequently Asked Questions about personal-todo

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

FAQPage Schema
How do I manage personal todos using a single markdown file?

Personal todos can be managed in a single markdown file by centralizing tasks at ~/.todos.md, using a defined syntax to track priorities, deadlines, notes, and completion status across Active and Completed sections.

What is the best way to track task priorities and deadlines in markdown notes?

Tracking task priorities and deadlines in markdown notes is done by assigning urgency levels from P1 to P4 and adding due dates directly within the task syntax in your centralized markdown file.

How do I add and complete tasks in a markdown todo list?

Adding and completing tasks in a markdown todo list requires writing new entries with the documented priority and deadline syntax, then moving finished items to the Completed section to update their status.

Do I need a specific app to organize personal productivity tasks in markdown?

No specific app is needed to organize personal productivity tasks in markdown; the system relies solely on a dedicated file at ~/.todos.md and a text editor to manage your active and completed work.

Can I archive completed personal tasks within my markdown todo file?

Completed personal tasks can be archived within your markdown todo file by utilizing the provided operations to update their status and move them out of the active task section.

Why consolidate all personal task management into one markdown file?

Consolidating personal task management into one markdown file ensures all priorities, deadlines, and notes remain trackable in a single location, preventing scattered information across multiple productivity tools.