From todo
Manage a TODO.md file at the project root. Add, complete, remove, and list tasks with priority levels. Use when the user says /todo or asks to manage tasks, todos, or action items.
npx claudepluginhub jaeyeom/claude-toolbox --plugin todoThis skill uses the workspace's default tool permissions.
Manage a `TODO.md` file at the project root using markdown checkboxes grouped by priority.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Manage a TODO.md file at the project root using markdown checkboxes grouped by priority.
# TODO
## High Priority
- [ ] Incomplete task
- [x] Completed task
## Medium Priority
- [ ] Another task
## Low Priority
- [ ] Low priority task
Parse the user's intent from their message. Supported actions:
Add a new item. Default priority is Medium if not specified.
TODO.md (create it with the # TODO header and all three priority sections if it doesn't exist)- [ ] description under the matching priority sectionMark an item as complete.
TODO.md- [ ] to - [x]Remove an item entirely.
TODO.mdShow current todos with a summary.
TODO.mdX of Y tasks completeWork on the next highest-priority incomplete item.
TODO.md- [ ] item, scanning sections in order: High, Medium, Low- [x] in TODO.mdTODO.md before making any changesTODO.md, include all three sections (High, Medium, Low) even if empty/todo with no arguments, run list