# Agent Todo

> Track per-workspace todo items for each agent and sync them across sessions.

- Skill: `gl0di/agent-todo` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add gl0di/agent-todo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/agent-todo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/agent-todo

---


# Agent Todo

Maintains a `.agent-todo/` directory inside each agent workspace.

The bundled smoke test under `tests/` exercises the CLI end to end. It builds a
throwaway agent config in a `mktemp -d` sandbox and deletes it on exit — it never
reads or writes the real configuration.

