From donetick
Mark a Donetick chore as done — resolves the chore by name (fuzzy match) and calls the `complete_chore` MCP tool. Also handles skip, archive, and reschedule shortcuts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/donetick:complete-choreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Resolve the chore the user is referring to, then mark it complete.
Resolve the chore the user is referring to, then mark it complete.
list_chores (active=true) and fuzzy-match the user's phrase against chore names. If multiple plausible matches, list them and ask which.complete_choreskip_chore (recurring chores get the next occurrence scheduled)archive_choreupdate_due_date with the new dateFor one chore, just complete and report. For batches ("complete all the kitchen chores"), echo the list and confirm before iterating.
Show a one-line confirmation including the next due date if it's recurring.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin donetick