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.
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 structureGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jackhutson/workflow-toolkit-plugins --plugin todoist