sumulige-claude: Command for Claude Code

.claude/commands/todos.md

todos is a command for Claude Code from sumulige/sumulige-claude. It costs 5 tokens per session (484 once invoked), scanned A, original, MIT.

Commands for managing project tasks stored as files in a development/todos directory.

In plain words
What is it for?
Use them to view tasks, create a task, update its progress, move it between active, backlog, completed, and archived states, and refresh the task index.
Why use it?
They give tasks a consistent place, format, status, priority, and progress record instead of leaving work tracking scattered.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is sumulige/sumulige-claude's own configuration. It tells Claude Code how to work on sumulige-claude 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 sumulige-claude configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node .claude/hooks/todo-manager.cjs --force.

Reuse

Borrowing it

Nothing to install: this file belongs to sumulige/sumulige-claude. 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/sumulige/sumulige-claude/main/.claude/commands/todos.md
Clone the repo
git clone --depth 1 https://github.com/sumulige/sumulige-claude

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 todos

README.md
[![agentmods](https://agentmods.dev/badge/commands/sumulige/sumulige-claude/todos.svg)](https://agentmods.dev/commands/sumulige/sumulige-claude/todos)
Your own site
<a href="https://agentmods.dev/commands/sumulige/sumulige-claude/todos"><img src="https://agentmods.dev/badge/commands/sumulige/sumulige-claude/todos.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 484 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00005 $0.00484
Opus 5 $0.00003 $0.00242
Sonnet 5 $0.00001 $0.00097
Haiku 4.5 $0.00001 $0.00048

Measured 7d ago against content hash af7ae032a8ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

todos 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 7d ago.

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/todos.md · 100 lines

What it actually says

Manage project tasks in the development/todos directory.

Show Task Overview

Display the task overview:

cat development/todos/INDEX.md

Task Operations

Create a New Task

When user asks to create a task:

  1. Create file in development/todos/active/
  2. Use kebab-case for filename (e.g., user-login.md)
  3. Use the template format:
# [Task Name]

**状态**: 🚧 进行中
**优先级**: P0/P1/P2/P3
**负责人**: AI/Human
**分支**: `feature/xxx`
**创建时间**: YYYY-MM-DD
**预计完成**: YYYY-MM-DD

## 描述

[Task description]

## 子任务

- [ ] Subtask 1
- [ ] Subtask 2

## 依赖

- [Dependencies]

## 进度

- [x] Planning
- [ ] In progress
- [ ] Testing
- [ ] Review

## 备注

[Notes]

Update Task Status

To move a task:

  • Complete: Move from active/ to completed/
  • Backlog: Move from active/ to backlog/
  • Archive: Move from completed/ to archived/

Update Task Progress

Edit the task file and update:

  • Subtask checkboxes
  • Progress checklist
  • Add notes

Refresh Task Index

After any task changes, refresh the index:

node .claude/hooks/todo-manager.cjs --force

Task Priority Levels

Priority Usage
P0 Critical - blocks release
P1 High - important for next milestone
P2 Medium - normal feature work
P3 Low - nice to have

Examples

User says: "Create a task for implementing user authentication" → Create active/user-authentication.md

User says: "Mark the login task as complete" → Move active/login.md to completed/login.md

User says: "Show all active tasks" → List all files in development/todos/active/

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. 7d ago First seen · 100 lines · 5 tokens per session scan A af7ae032a8ea

Subscribe to this mod's changes

todos is a command published in the GitHub repository sumulige/sumulige-claude (2 stars, last pushed 6mo ago), licensed MIT. It adds 5 tokens to every session and 484 once invoked, about $0.0000 per session on Opus 5. 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-08-31.