Agent skill
taskwarrior
Manage tasks and reminders using Taskwarrior (CLI).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/taskwarrior
Metadata
Additional technical details for this skill
- requires
-
[ "taskwarrior" ]
SKILL.md
Taskwarrior Skill
Manage local tasks and reminders using the high-performance taskwarrior CLI database.
Tools
Access via mcp__taskwarrior__*:
task_add(description, due, priority, project, tags): Create a task.task_list(filter_str): List pending tasks. Default filter: "status:pending".task_done(id): Mark a task as complete.task_modify(id, ...): Update task details.
Best Practices
- Descriptions: Keep them actionable (verb-object).
- Projects: Use projects to group tasks (e.g.,
proj:Work). - Tags: Use tags for context (e.g.,
+email,+urgent). - Filtering: When listing, use
task_list(filter_str="prob:Work status:pending")to narrow down.
Integration
This skill runs via a local MCP server that wraps tasklib. It requires taskwarrior (binary) to be installed on the system.
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?