tldr-takehome
Backend for the Scheduler and Ping Claude Skills. There is no UI here on purpose. See the GitHub repo for the SKILL.md files, source, and design notes.
API surface
GET /api/taskslist tasksPOST /api/taskscreate a taskGET /api/tasks/:idget one task with recent runsPATCH /api/tasks/:idupdate a taskDELETE /api/tasks/:iddelete a taskPOST /api/tasks/:id/runfire a task immediatelyPOST /api/croninternal, requires the cron secret header