family-todo-manager
This skill is a Node.js family todo manager that stores tasks in `memory/todo.json` and is operated via `node todo.js` CLI commands. It reads environment variables `TODO_ADMIN_ID`, `TODO_PARTNER_ID`, and `TODO_GROUP_ID` and performs local filesystem read/write to `memory/todo.json`.