How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-todo:todoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
First, resolve the user's home directory by running `echo $HOME` via Bash. The todo file is at `<home>/.claude/todo.md`.
First, resolve the user's home directory by running echo $HOME via Bash. The todo file is at <home>/.claude/todo.md.
Read ONLY the summary table at the top of that file (everything between ## Summary and ## Tasks) and print it verbatim.
Do NOT read or display the full task descriptions below the table. Do NOT ask which task to work on — just print the table and stop. The user will indicate their next move.
npx claudepluginhub ccam80/claude-todoMaintains a persistent TODO.md scratch pad with add, mark done, remove, and priority listing commands. Automatically reminds about stale items on heartbeat.