modules/programs/agents/shared/skills/obsidian-todo/SKILL.md
Manage topic-based todo lists in Obsidian vault
npx skillsauth add MichaelVessia/nixos-config obsidian-todoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage tasks in today's daily note at ~/obsidian/Notes/YYYY-MM-DD.md.
/todo add [task description] - Add a new task to today's TODO section/todo complete [task description] - Mark a task as complete/todo list - View today's tasks/todo add-sub [parent task] > [sub-task] - Create a sub-task under a parent taskDetermine today's note file:
~/obsidian/Notes/$(date +%Y-%m-%d).md# Journal YYYY-MM-DDFind or create the TODO section:
## TODO section in the file## TODO\n\n to the fileTask operations:
- [ ] [task description] under ## TODO- [ ] to - [x] for matching task - [ ] [sub-task]Format guidelines:
- [ ] for incomplete, - [x] for completeAfter operations:
development
Restate the last message in plain human language, with no jargon.
testing
Fan out a batch of work items into one PR each via isolated worktree agents, review every PR before it opens, then babysit all PRs through green CI and review feedback. Use when the user wants to fan out PRs, dispatch parallel PR agents over a list of items, or run a batch of independent changes as separate PRs.
development
Dispatch user-visible coding or research agents through Herdr with Codex-Desktop-like thread ergonomics. Use when the user asks to use Herdr to spawn, dispatch, fan out, inspect, follow up with, or monitor agent workspaces/threads.
development
Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.