From donetick
List chores from the user's Donetick instance with optional filters (active only, assigned-to-me, by label, brief vs full detail). Wraps the donetick MCP tool `list_chores`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/donetick:list-choresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the user's Donetick chores. Use the donetick MCP tool `list_chores`.
Show the user's Donetick chores. Use the donetick MCP tool list_chores.
active=true).list_chores with active=true, then filter client-side to chores whose next_due_date is today (instance timezone). If the user wants overdue too, include past-due dates.assigned_to=<current user id>. Get the id from get_user_profile first if not cached.list_chores then filter by label name; the MCP doesn't expose a server-side label filter.list_archived_chores instead.Render as a compact table or grouped list:
Today (3)
• Take out trash — Alice — 19:00
• Water plants — anyone — high
Overdue (1)
• Fix faucet — Bob — 2 days late
Always show the chore name and due date; show assignee and priority when non-default.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin donetickCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.