NativeAIHub

Todoist Integration

Todoist project management integration with pre-resolved project IDs, section IDs, labels, and MCP tool usage patterns for efficient task management.

Skill·/todoist·3 sections·1 min read
productivityworkflow
Install Prompt

Paste this into Claude Code to set it up:

I want to add the /todoist skill to my Claude Code setup.

Create the directory ~/.claude/skills/todoist/ and inside it create SKILL.md with the Todoist integration workflow.

The skill should:
- Store pre-resolved project IDs, section IDs, and label names
- Define patterns for common Todoist MCP operations
- Include templates for task creation with proper metadata
- Support bulk operations with correct formatting
- Reference the Todoist MCP server for all API calls

After creating the file, the skill is immediately available via /todoist.

01What It Does

Todoist without the lookup overhead

Type /todoist and Claude has instant access to your project IDs, section IDs, labels, and established patterns for creating, updating, and organizing tasks. Instead of looking up IDs every time, the skill pre-resolves your Todoist structure so operations are fast and consistent.
1

Load project mappings

Reads pre-configured project names to ID mappings, section structures, and label definitions from the skill file.

2

Accept task instructions

Takes your natural language task instructions and maps them to the correct project, section, priority, and labels.

3

Execute via MCP

Creates, updates, or organizes tasks using the Todoist MCP server with the correct IDs and metadata already resolved.

02How to Use

Usage

Run /todoist Add a task to the NativeAI project: write blog post about MCP servers, due Friday, priority 2 and Claude creates the task in the correct project with proper metadata. You can also use it for bulk operations like /todoist Move all overdue tasks to today.
No lookup delay: project and section IDs are pre-resolved in the skill file, so operations execute immediately.
Consistent formatting: tasks are created with consistent labels, priorities, and due date formats.
Bulk operations: supports batch task creation, rescheduling, and reorganization through the Todoist MCP.

03Dependencies

Todoist MCP required

This skill requires the Todoist MCP server to be configured in your Claude Code setup. The skill provides the project structure and patterns; the MCP server handles the actual API communication with Todoist.