Leon todo_list_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/todo_list_skill" ~/.claude/skills/leon-ai-leon-todo-list-skill && rm -rf "$T"
manifest: skills/todo_list_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • The owner wants to create, inspect, update, or complete todo items.

Resolve With Context

  • Reuse the active list or task references from the current skill context when the owner says things like that one or the last task.
  • Ask for the missing task identifier only when context does not ground it.

Avoid

  • Do not treat general planning talk as an explicit todo operation.
  • Do not delete or complete items unless the intent is clear.