Help us improve
Share bugs, ideas, or general feedback.
From todoist
This skill should be used when the user asks to "refresh Todoist", "sync Todoist", "list my projects", "show my labels", "update Todoist structure", "show my Todoist sections", or when a todoist-agent operation fails with a not-found error for a project, label, or section name. Fetches and caches Todoist structure for name-to-ID resolution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/todoist:todoist-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch Todoist structure (projects, sections) so future task operations can reference them by name.
Share bugs, ideas, or general feedback.
Fetch Todoist structure (projects, sections) so future task operations can reference them by name.
Ask the todoist-agent for the current structure:
npx 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.