name: "todo" description: "Parse input and create todo items"
Parse user input and create todo items.
Input: $ARGUMENTS containing todo descriptions
Process
-
Validate: If
$ARGUMENTSis empty, ask user to provide task descriptions. -
Parse: Intelligently split input into items (numbered lists, comma-separated, natural language, etc.)
-
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
-
-
Report: Use TaskList to display tasks.
-
Execute: Continue working on next items in task list and push when done.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
4个月前
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!