unikit-todo

Manage project TODO checklists in .unikit/TODO.md with add, complete, list, and purge operations.

16|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/NintendaDev/unikit-ai --skill unikit-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unikit-todo
Source: https://github.com/NintendaDev/unikit-ai/tree/main/skills/unikit-todo
Command: npx skills add https://github.com/NintendaDev/unikit-ai --skill unikit-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Centralizes and streamlines project task tracking by maintaining a single, versioned TODO file at .unikit/TODO.md, reducing scattered notes and forgotten reminders.

Core Features & Use Cases

  • Manage a lightweight TODO checklist stored in .unikit/TODO.md with operations to add, complete, list, and purge tasks.
  • Automatically resolve mode based on user input (interactive, add, complete, list, purge) and render task entries using provided templates.
  • Supports language-aware task descriptions via the skill's language rules and skill-context overrides when creating entries.

Quick Start

Describe a task to track, and the skill will add an entry to .unikit/TODO.md after refining it.

Frequently Asked Questions about unikit-todo

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

FAQPage Schema
How do I track project TODOs in a single versioned checklist?

Track project TODOs by centralizing tasks in a single .unikit/TODO.md file. This checklist supports add, complete, list, and purge operations, reducing scattered notes and forgotten reminders across development sprints.

What is the best way to manage sprint task tracking without scattered notes?

Sprint task tracking is centralized by maintaining a single versioned TODO file at .unikit/TODO.md. This approach eliminates scattered notes by resolving modes interactively or automatically to add, complete, list, and purge task entries.

How do I add a new task entry to my project TODO checklist?

Add a task entry by describing it to the skill, which refines the description and creates a template-based entry in .unikit/TODO.md. Language-aware rendering applies via skill-context overrides during this creation process.

Can I automate task list operations, or do I need interactive prompts?

Task list operations support both interactive prompts and automated modes. Mode resolution automatically determines whether to add, complete, list, or purge tasks based on user input, handling duplicate detection without requiring manual intervention.

Does this TODO checklist tool work for development sprint reminders?

This TODO checklist tool works for development sprint reminders by applying task-tracking workflows to a project-level file. It handles notes and reminders using template-based entry creation and language-aware description rendering.

What happens when I purge completed tasks from the TODO checklist?

Purging completed tasks removes them from the .unikit/TODO.md file. This purge operation is one of the four core modes, alongside add, complete, and list, keeping the project task checklist clean and current.