If you're managing Todoist from the command line with the td CLI, this skill gives Claude the complete playbook. It covers task CRUD, projects, sections, labels, comments, and all the filtering options you'd actually use. The natural language quick add syntax is well documented (dates, priorities, labels all in one string), and there's proper guidance on JSON output formats for programmatic use. One thing done right: it enforces confirmation prompts before destructive actions like deletions or completions, which prevents the "wait, did I just archive my entire Work project?" moments. Useful if you're building automation or just want Claude to manipulate your task list without switching contexts.
npx skills add https://github.com/intellectronica/agent-skills --skill todoist-api