Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    neoalienson

    todo

    neoalienson/todo
    Productivity
    1
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    A skill for managing personal todo lists with add, remove, complete, and view functionality.

    SKILL.md

    Todo List Manager

    A skill for managing personal todo lists with add, remove, complete, and view functionality.

    Features

    • Add, update, complete, and remove todo items
    • Priority levels (high, medium, low, backlog)
    • Categories and assignees
    • Due dates
    • Multiple storage backends (local, GitHub, Supabase)

    Important

    The agent must not access the storage directly. The storage must update through the todo.py cli

    Usage

    python todo.py <command>

    Commands

    • todo add [--priority high|medium|low|backlog] [--due YYYY-MM-DD] [--category NAME] [--assignee NAME] <text> - Add item
    • todo list [--filter all|pending|completed] [--list default|backlog|all] [--category NAME] [--assignee NAME] [--json|--text] - List items
    • todo update <id> [--text TEXT] [--priority PRIORITY] [--due YYYY-MM-DD] [--category NAME] [--assignee NAME] [--completed|--pending] - Update item
    • todo complete <id> - Mark item complete
    • todo remove <id> - Remove item
    • todo stats - Show statistics
    • todo categories - List categories
    • todo add-category <name> / todo remove-category <name> - Manage categories

    List Defaults

    By default, list shows pending items only in JSON format, excluding items with priority: "backlog".

    todo list                    # Pending items (excludes backlog)
    todo list --all             # All items (includes backlog)
    todo list --list backlog     # Only backlog items
    todo list --completed        # Completed items
    todo list --assignee NAME    # Filter by assignee
    todo list --category NAME    # Filter by category
    todo list --text             # Human-readable format
    

    Backlog

    Items with priority: "backlog" are hidden from the default view. Use todo list --all to see them.

    Recommended Servers
    Google Tasks
    Google Tasks
    Ticktick
    Ticktick
    Todoist
    Todoist
    Repository
    neoalienson/skills
    Files