checklist-ledger
Installation
SKILL.md
checklist-ledger
The user has a single-user hosted checklist app (Cloudflare Worker + D1 + Vite React UI). It is designed to be driven by agents. You and the user share the same list — when you add, finish, or move items, the user sees them in the browser, and vice versa.
The supported way to mutate the list is the checklist CLI. The CLI talks
to the Worker's token-protected API; both the browser UI and the CLI go
through the same auth, so you and the user are operating on one source of
truth.