todos

todos is a skill for Claude Code, Codex from desplega-ai/agent-swarm. It costs 9 tokens per session (192 once invoked), scanned A, original, MIT.

A personal task-list workflow based on a file named todos.md, with current tasks and dated sections for completed work.

In plain words
What is it for?
Use it to manage the agent’s tasks, mark items complete, move them under completion dates, and explain the file format when no action is specified.
Why use it?
It keeps ongoing work separate from archived tasks and provides a simple way to review and clean up the list.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage the agent’s tasks, mark items complete, move them under completion dates, and explain the file format when no action is specified.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/desplega-ai/agent-swarm/todos
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add desplega-ai/agent-swarm --skill todos
Clone the repo
git clone --depth 1 https://github.com/desplega-ai/agent-swarm

Made for: Claude Code, Codex.

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/skills/desplega-ai/agent-swarm/todos/github.svg)](https://agentmods.dev/skills/desplega-ai/agent-swarm/todos)
Your own site
<a href="https://agentmods.dev/skills/desplega-ai/agent-swarm/todos"><img src="https://agentmods.dev/badge/skills/desplega-ai/agent-swarm/todos/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for todos

Your own site · 80×15
<a href="https://agentmods.dev/skills/desplega-ai/agent-swarm/todos"><img src="https://agentmods.dev/badge/skills/desplega-ai/agent-swarm/todos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 192 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00009 $0.00192
Opus 5 $0.00005 $0.00096
Sonnet 5 $0.00002 $0.00038
Haiku 4.5 $0.00001 $0.00019

Measured 11d ago against content hash f2a7b800da01, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 11d 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.

plugin/pi-skills/todos/SKILL.md · 36 lines

What it actually says

Agent Personal Todos

File location: /workspace/personal/todos.md

Format

# My TODOs

## Current

- [ ] Task 1
- [x] Task 2
- [ ] Task 3

## <YYYY-MM-DD>

- [ ] Task 4
- [ ] Task 5

## Current contains ongoing tasks related to your active work — what you should be focusing on right now. Once done, move completed tasks to a section with the completion date (create it if it doesn't exist).

Keep it tidy

Regularly review and clean up: remove completed tasks from ## Current and archive them under the appropriate date section.

Fallback

If this skill is used without a clear action, provide a summary of how to use the todos.md file, including the format above.

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. 11d ago First seen · 36 lines · 9 tokens per session scan A f2a7b800da01

Subscribe to this mod's changes

todos is a skill published in the GitHub repository desplega-ai/agent-swarm (761 stars, last pushed today), licensed MIT. It adds 9 tokens to every session and 192 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-30.

Related

Other skills, from other repositories

update-cli-models

Updates model catalogs and cheapest-model references for all CLI backends (copilot, agy, claude, codex, llama). Researches current model IDs and pricing from official sources, updates the per-CLI JSON files, refreshes cheapestmodels.json/md if the cheapest pick changed, then propagates all copies via…

richfrem/agent-plugins-skills · 111 tokens

agent-file-synchronization

Synchronizes project instruction files across AGENTS.md, CLAUDE.md, GEMINI.md, and .github/copilot-instructions.md while preserving platform-specific sections (GEMINI.md tool mapping, copilot authoritative header). Supports AGENTS.md or CLAUDE.md as primary source, and selective target syncing. Also reports drift…

richfrem/agent-plugins-skills · 129 tokens

obsidian-bases-manager

Read and manipulate Obsidian Bases (.base) files - YAML-based database views that render as tables, cards, and grids inside the vault. Use when reading, appending rows, or updating cells in a Base file.

richfrem/agent-plugins-skills · 51 tokens

create-stateful-skill

Scaffolds an advanced stateful agent skill with filesystem-native state schemas, lifecycle state machines, and skill chaining. NOT for simple stateless skills (use create-skill), NOT for isolated conversational wizards / persona swarms (use create-sub-agent), and NOT for GitHub Actions workflows (use…

richfrem/agent-plugins-skills · 78 tokens

optimize-context

Reduces AI agent context bloat across three dimensions: (1) duplicate skill deduplication — clears stale agent directory copies since the IDE already reads from plugins/ directly; (2) instruction file optimization — rewrites CLAUDE.md, GEMINI.md, or .github/copilot-instructions.md to under 80 lines, keeping only rules…

richfrem/agent-plugins-skills · 164 tokens

image-generation

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance/deer-flow · 42 tokens