Agent skill
obsidian-tasks
Manage tasks in the Obsidian vault - add, complete, reorder tasks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/obsidian-tasks-trobrock-dotfiles
SKILL.md
Obsidian Task Management
Manage tasks in ~/dev/personal/obsidian/trobrock/Tasks.md.
Task File
Location: ~/dev/personal/obsidian/trobrock/Tasks.md
Simple ordered list - position indicates priority (top = most important).
Task Syntax
- [ ] Incomplete task
- [x] Completed task
Operations
Add a Task
Append to the list:
- [ ] {task description}
Or insert at a specific position if priority matters.
Complete a Task
Change - [ ] to - [x]:
- [x] Completed task
Reorder Tasks
Move lines up or down to change priority. Top of list = highest priority.
Remove Completed Tasks
Periodically delete - [x] lines to keep the list clean.
Link to Projects
Optional - link tasks to projects:
- [ ] Fix bug [[Comfortly]]
Keep It Simple
- One flat list
- Order = priority
- Complete or delete when done
- No categories, tags, or dates required
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?