Agent skill

todo

Parse input and create todo items

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/todo

SKILL.md

Parse user input and create todo items.

Input: $ARGUMENTS containing todo descriptions

Process

  1. Validate: If $ARGUMENTS is empty, ask user to provide task descriptions.

  2. Parse: Intelligently split input into items (numbered lists, comma-separated, natural language, etc.)

  3. Create: Call TaskCreate tool with:

    • subject: Imperative form (what needs to be done)
    • activeForm: Present continuous form (what's happening now)
    • description: Detailed description of the task
    • Tasks are created with status "pending" by default
  4. Report: Use TaskList to display tasks.

  5. Execute: Continue working on next items in task list and push when done.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results