From daily-assistant
Audit 30-day meeting patterns — surface decline/merge/async candidates. Triggers "tôi họp quá nhiều", "meeting bloat", "calendar review", "phân tích lịch họp".
How this skill is triggered — by the user, by Claude, or both
Slash command
/daily-assistant:calendar-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"5 hours/day in meetings" → "audit them, cut 30%." 30-day pattern
"5 hours/day in meetings" → "audit them, cut 30%." 30-day pattern analysis → specific decline/merge/async recommendations.
Verbs (the installed lark-* skills): calendar +agenda
(--start/--end/--calendar-id), vc +notes (--meeting-ids).
Atomic shapes + token flags: connectors/LARK-RECIPES.md.
working-hours.md (deep-work blocks),
priority-people.md (VIP weight), delegation-rules.md (exec).calendar +agenda --start <t-30d> --end <today> --jq '.data[]|{summary,start:.start_time.datetime,end:.end_time.datetime,attendees}'
(--jq and --format are mutually exclusive — --jq projects;
start_time/end_time are nested {datetime,timezone} objects).vc +notes --meeting-ids <id>); outcome quality (action items vs none); duration.Required: working-hours.md, priority-people.md.
Monthly (1st of month) or when user feels meeting-overwhelmed.
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 larkcowork/lark-cowork-plugins --plugin daily-assistant