Agent skill
todo
Parse input and create todo items
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
-
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?