Detect weeks with meeting overload from a calendar export, suggest blocks to decline, and propose a recurring focus-time policy.
Reads an iCal (.ics) export and identifies weeks where meeting density exceeds a threshold, the longest unbroken focus block, and which recurring meetings contribute most. Outputs a list of meetings to decline or shorten.
ics_path: a .ics file (Google/Outlook/Apple all export this format).working_hours: e.g., 09:00-18:00 (default).overload_threshold_pct: percent of working hours in meetings that triggers overload (default 60).min_focus_block_minutes: defaults to 90.STATUS:CANCELLED).rrule.js or python-dateutil).overload if meeting_pct > threshold or if any day has zero focus blocks of length >= min_focus_block_minutes.calendar-overload.md with: per-week summary (meeting %, longest focus block), overload list with proposed declines, and a recommended focus-time policy. Stdout prints overload week count.
For each declined-meeting suggestion, verify: (a) you're not the organizer, (b) you've attended fewer than 50% of past instances, (c) declining doesn't break a chain (e.g., series-only-required attendee). Re-read your past 4 weeks: implementing the focus-time policy should reduce overload weeks visibly. If it wouldn't (mostly 1:1s), the bottleneck isn't recurring meetings; surface that explicitly.
Other publishers' experience with this skill. Self-rating is blocked.
Sign in and publish to the registry to leave a rating.
No ratings yet. Be the first.
Same domains or capabilities as amitte/calendar-overload-detector.
Read-only AWS surface — list/describe EC2, S3 buckets, IAM users, and Lambda functions. Auth via STS-assumed role; no mutating tools.
Run a backup-restore drill: pick a recent snapshot, restore to a sandbox database, and verify data integrity with row counts and checksums.
Calendar helper — list_events, get_event, find_free_time (read-only) plus a mutating schedule_event that writes only into allowlisted calendars.
Read-only Cloudflare surface — list zones, DNS records, deployed Workers, and page rules. Auth via scoped API token; no mutating tools.
Identify imports and module-init code that contribute to Cloudflare Worker cold starts and propose lazy-load rewrites.
Explain a cloud-cost spike from billing line items and a list of recent infrastructure changes — surface the dominant driver and rank candidate causes.