# Todo

> Capture, list, and complete repo-scoped todos

- Skill: `ronaknnathani/todo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ronaknnathani/todo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ronaknnathani/todo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ronaknnathani (https://skillmd.com/u/ronaknnathani)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ronaknnathani/todo

---


# /todo — Repo-Scoped Todos

Capture todos from within a session for later pickup. Runs as a sub-agent to keep the main session context clean.

## Dispatch

{{subagent:fast}} with this prompt:

> Run the following shell command and report the output exactly as printed:
>
> ```bash
> relay todo $ARGUMENTS
> ```
>
> If `$ARGUMENTS` is empty, run `relay todo list` instead.
>
> Print the command output and nothing else. No commentary, no suggestions.

