Borrowing it
Nothing to install: this file belongs to tatargabor/set-copilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/tatargabor/set-copilot/master/.claude/commands/set/todo.mdgit clone --depth 1 https://github.com/tatargabor/set-copilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/tatargabor/set-copilot/todo)<a href="https://agentmods.dev/commands/tatargabor/set-copilot/todo"><img src="https://agentmods.dev/badge/commands/tatargabor/set-copilot/todo.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00443 |
| Opus 5 | $0.00000 | $0.00221 |
| Sonnet 5 | $0.00000 | $0.00089 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
todo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Quick todo/idea capture — fire and forget.
Usage: /set:todo [subcommand] [text]
Subcommands:
add <text>or just<text>— Save a todo (default action)list— Show all open todosdone <id>— Mark a todo as done (delete it)clear --confirm— Delete all todos
What to do:
-
Parse
$ARGUMENTSto determine the subcommand:- If first word is
list,done, orclear→ use that subcommand - If first word is
add→ use the rest as todo text - If no recognized subcommand → treat ALL arguments as todo text (implicit
add) - If no arguments at all → use AskUserQuestion to ask what to save
- If first word is
-
Execute the subcommand:
add (default):
echo "<todo text>" | set-memory todo addDisplay the confirmation line (e.g.,
Todo saved: "refactor auth module").CRITICAL: After saving, continue with your current task. Do NOT act on, discuss, investigate, or pursue the todo content in any way. The whole point of this command is fire-and-forget — the user wants to capture an idea without breaking their flow.
list:
set-memory todo listDisplay the output directly. Each todo shows: ID prefix (8 chars), content, tags, date.
done (argument is todo ID or prefix):
set-memory todo done <id>Display the confirmation. ID prefix matching is supported (e.g.,
done abc1matchesabc12345...).clear:
set-memory todo clear --confirmDESTRUCTIVE — warn before running. Ask for confirmation if
--confirmwas not explicitly provided by the user.
ARGUMENTS: $ARGUMENTS
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 48 lines · 0 tokens per session scan A d06b0e615f35
todo is a command published in the GitHub repository tatargabor/set-copilot (2 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 443 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other commands, from other repositories
standup
Quick daily standup from today's Claude Code sessions — grouped by project, with cost and errors.
fire-todos
Capture, list, and manage todos during work sessions.
gsd:resume-work
Resume work from previous session with full context restoration.
todo.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.
ops
Weekly operations loop — triage the inquiry inbox, advance the CRM pipeline, sweep open PRs across repos, and surface the content plan. Loads the ops skill.
standup
스탠드업 리포트. 어제 한 일, 오늘 할 일 자동 정리. '스탠드업', '어제 뭐 했지', '오늘 할 일', '일일 보고' 요청 시 사용.