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`.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin donetickThis skill uses the workspace's default tool permissions.
Show the user's Donetick chores. Use the donetick MCP tool `list_chores`.
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.
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.