By wenhaochai
Personal daily tools: /daily:todo (TODO.md with natural-language add/complete/delete/update), /daily:todo-sync (Apple Reminders two-way sync), /daily:email (filtered Gmail unread summary), /daily:wrap (conversation archive to memory/).
npx claudepluginhub wenhaochai/claude-plugins --plugin dailyShow a summary of recent unread Gmail messages.
Two-way sync between TODO.md and Apple Reminders (Quick / Long lists).
Manage TODO.md (show / add / complete / delete / update via natural language) and show today's calendar.
Summarize the entire current conversation and persist it so future sessions can recover context.
Personal Claude Code plugin marketplace by Wenhao Chai.
daily — personal daily toolsSingle plugin bundling the commands I use every day.
| Command | What it does |
|---|---|
/daily:todo | Show actionable items from ./TODO.md; add / complete / delete / update items via natural language (e.g. /daily:todo 加一条 修车) |
/daily:todo-sync | Two-way sync between ./TODO.md and Apple Reminders (Quick / Long lists) |
/daily:email | Summarize recent unread Gmail messages, filtering out promotions / security alerts / noise (requires a Gmail MCP) |
/daily:wrap | Summarize the current conversation and append to ./memory/YYYY-MM-DD.md |
/plugin marketplace add wenhaochai/claude-plugins
/plugin install daily@wenhaochai
Config lives at ~/.claude/plugins/daily/config.json:
{
"calendars": ["foo@example.com"],
"email_account": "you@example.com"
}
calendars — extra Google Calendars to include in /daily:todo's today view (primary is always included)email_account — restrict /daily:email to a specific Gmail account (defaults to the primary)Both are optional.
MM/DD/YYYY./daily:todo and /daily:wrap operate on the project's working directory (./TODO.md, ./memory/)./daily:email and /daily:todo's calendar feature require corresponding MCP servers to be connected.MIT
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Share bugs, ideas, or general feedback.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use