Agent skill
obsidian-tasks
Manage tasks in the Obsidian vault - add, complete, reorder tasks
Stars
163
Forks
31
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
markdown
- [ ] Incomplete task
- [x] Completed task
Operations
Add a Task
Append to the list:
markdown
- [ ] {task description}
Or insert at a specific position if priority matters.
Complete a Task
Change - [ ] to - [x]:
markdown
- [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:
markdown
- [ ] Fix bug [[Comfortly]]
Keep It Simple
- One flat list
- Order = priority
- Complete or delete when done
- No categories, tags, or dates required
Didn't find tool you were looking for?