set-copilot: Command for Claude Code

.claude/commands/set/todo.md

todo is a command for Claude Code from tatargabor/set-copilot. It costs 0 tokens per session (443 once invoked), scanned A, original, MIT.

A command for quickly saving, listing, completing, or clearing short todo items.

In plain words
What is it for?
It is for adding todos, viewing open items, marking items done, and deleting the full list with confirmation.
Why use it?
It lets developers capture an idea without interrupting their current task and keeps unfinished items visible.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: names the AskUserQuestion tool.

This is tatargabor/set-copilot's own configuration. It tells Claude Code how to work on set-copilot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything set-copilot configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/tatargabor/set-copilot/master/.claude/commands/set/todo.md
Clone the repo
git clone --depth 1 https://github.com/tatargabor/set-copilot

Made for: Claude Code.

Wrote 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.

agentmods badge for todo

README.md
[![agentmods](https://agentmods.dev/badge/commands/tatargabor/set-copilot/todo.svg)](https://agentmods.dev/commands/tatargabor/set-copilot/todo)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash d06b0e615f35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/set/todo.md · 48 lines

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 todos
  • done <id> — Mark a todo as done (delete it)
  • clear --confirm — Delete all todos

What to do:

  1. Parse $ARGUMENTS to determine the subcommand:

    • If first word is list, done, or clear → 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
  2. Execute the subcommand:

    add (default):

    echo "<todo text>" | set-memory todo add
    

    Display 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 list
    

    Display 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 abc1 matches abc12345...).

    clear:

    set-memory todo clear --confirm
    

    DESTRUCTIVE — warn before running. Ask for confirmation if --confirm was not explicitly provided by the user.

ARGUMENTS: $ARGUMENTS

Changes

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.

  1. yesterday First seen · 48 lines · 0 tokens per session scan A d06b0e615f35

Subscribe to this mod's changes

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.