Simple todo tracking tool that writes tasks to status.md upon user command.

Install

mkdir -p .claude/skills/add-todo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16687" && unzip -o skill.zip -d .claude/skills/add-todo && rm skill.zip

Installs to .claude/skills/add-todo

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

即时写入待办项到 status.md,当用户说"计入待办""记入待办""加入待办""加到清单""后面做""回头处理"时使用。
62 charsno explicit “when” trigger
Beginner

Key capabilities

  • Read the existing todo chapter from status.md
  • Append new todo items to the list
  • Output confirmation of the added item
  • Identify when to write a todo based on user instruction
  • Identify when not to write a todo based on item nature

How it works

This skill reads the todo section of status.md, appends a new item with a short description and potential consequences, and then provides a confirmation message to the user.

Inputs & outputs

You give it
User instruction to add a todo item
You get back
Updated status.md with the new todo item and a confirmation message

When to use add-todo

  • Log new todo item
  • Capture technical debt
  • Add task to list
  • Track follow-up items

About add-todo

Appends tasks to a list in status.md, ensuring developers keep track of actionable items when they appear during the development workflow.

即时写入待办项到 status.md,当用户说"计入待办""记入待办""加入待办""加到清单""后面做""回头处理"时使用。

When not to use it

  • For style improvements that can be done immediately
  • For speculative TODOs
  • When the item is already in the todo list

Limitations

  • Only writes to status.md.

How it compares

This approach provides a structured way to instantly add specific types of tasks to a markdown file, unlike manually tracking or using a general note-taking system.

Compared to similar skills

add-todo side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
add-todo (this skill)01moNo flagsBeginner
task-management03moNo flagsBeginner
github-manage69moReviewBeginner
task-management165moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

task-management

rjchien728

管理 ~/tasks/(或使用者指定路徑)下的進行中工作項目資料夾。每個 task 是一個資料夾,README.md 是純狀態 dashboard(status frontmatter + 一句 headline + 一行狀態 + 檔案清單 + 下一步),實際的設計 / 規劃 / 調查文件用獨立 .md 檔,腳本與 reproduce 也存獨立檔。負責命名(YYMMDD-<slug>)、建資料夾、寫 README dashboard、更新狀態、總覽掃描。當使用者說「開新 task」「開個 task」「新增 task」「new task」「記錄到 tasks 下」「把目前設計記下來開個 task

00

github-manage

matteocervelli

Manage operations concerning GitHub on behalf of user

693

task-management

anthropics

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

1664

markdown-task-manager

ioniks

Use when managing tasks, the system is a Kanban task manager based on local Markdown files (`kanban.md` and `archive.md`). It follows a strict format compatible with the task-manager.html web application.

14

agent-project-board-sync

ruvnet

Agent skill for project-board-sync - invoke with $agent-project-board-sync

02

nextcloud-cli-deck

NicholaiVogel

Work with the Nextcloud Deck app through Nextcloud CLI. Use when an agent needs to list boards and cards, create boards or stacks, create or update cards, move cards, archive or delete cards safely, validate Deck availability, or perform dry-run protected project-board workflows with nxc.

00

Search skills

Search the agent skills registry