Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.
.claude/skills/sundial-org-dex/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -66% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -51% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -73% | 0% |
Track async work: coding agent dispatches, multi-step projects, anything needing follow-up.
bashdex create -d "Description" --context "Background, goal, done-when" dex list # Pending tasks dex list --all # Include completed dex show <id> # View task dex show <id> --full # Full context dex complete <id> --result "What was done, decisions, follow-ups" dex edit <id> --context "Updated context" dex delete <id>
bash# Before dispatching agent dex create -d "Add caching to API" --context "Workspace: feat1 (100.x.x.x) Branch: feat/cache Done when: PR merged, CI green" # After work complete dex complete abc123 --result "Merged PR #50. Redis caching with 5min TTL."
.dex/tasks/{id}.json — one file per task, git-friendly.
Other measured skills in the registry, with their headline benchmark lift.