Loading...
Loading...
Guide users through installing and setting up `todoing` — the local, git-friendly CLI task manager. Use this when the user asks to install todoing, set up todoing, configure todoing for their project, or wants to start using todoing for task management. Also use this when onboarding AI agents to use todoing — including adding agent instructions to project config files like AGENTS.md or CLAUDE.md.
npx skill4agent add bllyanos/todoing todoing-installtodoingpippipxuvuvuvcurl -LsSf https://astral.sh/uv/install.sh | shpip install uvuv --versionuv tool install todoinguv tool install todoingpipx install todoing
pipx ensurepath # add pipx-managed tools to PATHpipxpip install todoingtodoing --help
todoing version| Symptom | Likely fix |
|---|---|
| The install directory isn't on |
| Don't |
| Corrupted install. Reinstall: |
| You have an old version. Upgrade: |
todoing.agents/skills/todoing/SKILL.md.agents/skills/todoing/skill todoingcp -r /path/to/todoing/.agents/skills/todoing /your/repo/.agents/skills/AGENTS.mdtodoing"Do you want me to add todoing instructions to your project's(orAGENTS.md) so that AI agents automatically know to useCLAUDE.mdfor task management?"todoing
## Task management with todoing
This project uses [todoing](https://github.com/bllyanos/todoing) for task
tracking. Tasks live in `.todoing/tasks/`. Always use the `todoing` CLI — never
read `.todoing/` files directly unless something is broken.
Quick reference:
- `todoing ls -n 5` — see recent tasks
- `todoing status <id> in_progress` — start work on a task
- `todoing status <id> done` — mark complete
- `todoing add "title" -l label` — create a task
- `todoing append <id> "progress note"` — log progressAGENTS.mdCLAUDE.md