obsidian-todo
Manage topic-based todo lists in Obsidian vault
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Manage topic-based todo lists in Obsidian vault
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Run two heterogeneous fresh-context Herdr reviewers against both code quality and a governing plan, then synthesize evidence-backed feedback. Use when the user asks for a dual or adversarial review, code-versus-plan verification, or independent Claude and Pi reviewers before deciding whether a PR needs changes.
Control herdr from Codex. Use when the user says "use Herder" or asks to inspect, focus, prompt, spawn, or manage herdr workspaces, tabs, panes, or agents from a Codex session, without deciding whether they are inside or outside herdr.
Use when the user explicitly asks Codex Desktop or another shell outside Herdr to create, inspect, prompt, follow up with, or monitor Herdr agent tabs, or when the `codex-herdr` router skill hands off external control.
Fan out a user-provided task list into one reviewed PR per task through Herdr, then shepherd the PR fleet through CI and review without merging. Use when the user asks to fan out PRs, parallelize backlog items into separate PRs, or autonomously drive multiple agent-owned PRs to green.
Inspect and import content into my self-hosted AutoCaliWeb library. Use for catalog status, search, recent imports, shelves, metadata, or importing an ebook, comic, PDF, or audiobook.
Correct-by-construction TypeScript standards. Use for TypeScript engineering or when another skill needs the user's coding standards.
| name | obsidian-todo |
| description | Manage topic-based todo lists in Obsidian vault |
| allowed-tools | Bash, Read, Edit |
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: