Help us improve
Share bugs, ideas, or general feedback.
From todoist
This skill should be used when the user asks to "add a task", "create a Todoist task", "complete a task", "mark task as done", "update a task", "delete a task", "show my tasks", "what's due today", "list my Todoist tasks", "check my to-dos", "what do I need to do", or mentions Todoist task management, to-do items, or task queries by project, priority, label, or due date. Delegates all operations to the todoist-agent subagent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/todoist:todoist-tasksThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All task operations delegate to the `todoist-agent` subagent via natural language.
Share bugs, ideas, or general feedback.
All task operations delegate to the todoist-agent subagent via natural language.
Collect all items from the user's request before delegating. One delegation per operation type:
When describing tasks to the agent, use these formats:
If the agent reports a project, label, or section "not found":
todoist:todoist-sync to refresh structurenpx claudepluginhub jackhutson/workflow-toolkit-plugins --plugin todoistGuides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.