todo

Creates prioritized Todoist tasks and selects pending ones via CLI and Git remote origin mapping.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/nielsmadan/agentic-coding --skill todo-nielsmadan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo
Source: https://github.com/nielsmadan/agentic-coding/tree/main/claude/skills/todo
Command: npx skills add https://github.com/nielsmadan/agentic-coding --skill todo-nielsmadan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines task management by integrating with Todoist, allowing for both the creation of new tasks and the efficient handling of existing ones.

Core Features & Use Cases

  • Task Creation: Create new Todoist tasks with customizable priorities, descriptions, and complexity levels.
  • Task Management: Pick up and implement the highest-priority, oldest pending task, or list and select from available tasks.
  • Use Case: As a developer, you can quickly add a bug fix to your Todoist project or pick up the next urgent task from your list without leaving your current workflow.

Quick Start

Use the todo skill to create a new task with the description 'Implement user authentication'.

Frequently Asked Questions about todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Todoist tasks directly from my development workflow?

This Skill streamlines task management by integrating with Todoist, allowing you to create new tasks with specified priorities and complexity, or pick up and implement the highest-priority pending task directly from your development workflow.

Can I create a Todoist task with a specific priority and complexity level?

Yes, you can create a Todoist task with a specific priority and complexity level. The Skill allows for customizable task creation where you define the priority, description, and complexity before adding it to your Todoist project.

How does the Todoist CLI map tasks to my current project?

The Todoist CLI maps tasks to your current project by utilizing your Git remote origin. This integration ensures that the tasks you create and manage are correctly associated with the corresponding repository project.

How do I select the next highest priority pending task to implement?

You can select the next highest priority pending task to implement by instructing the Skill to list available tasks. It will identify and pick up the highest-priority, oldest pending task for you to start working on immediately.

Do I need a Git remote origin configured to use this Todoist task management Skill?

Yes, you need a Git remote origin configured because the Skill uses it for project mapping. This allows the Todoist CLI to correctly associate your tasks with the appropriate project repository during creation and management.