Stats
Actions
Tags
From donetick
Produce a morning brief of what's due today, overdue, and coming up this week from the user's Donetick instance. Read-only — no chores are modified.
How this skill is triggered — by the user, by Claude, or both
Slash command
/donetick:daily-briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Summarise the user's Donetick state for today.
Summarise the user's Donetick state for today.
get_user_profile to learn current user + timezone.list_chores with active=true.next_due_date < todaynext_due_date == todayConcise — fits on one screen. Example:
Donetick — Wed 30 Apr
Overdue (2)
• Fix faucet — 2d late — high
• Pay electric bill — 1d late
Today (4)
• Take out trash — 19:00 — Alice
• Water plants — anyone
• Workout — Daniel
• Weekly review — 18:00
This week (6) — 3 high-priority
Later: 12 chores
Don't include archived chores. Don't show subtasks unless the user asks.
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.