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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin donetickThis skill uses the workspace's default tool permissions.
Resolve the chore the user is referring to, then mark it complete.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.