fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Manual fallback for users without a native Google Calendar MCP connector (e.g., Codex CLI users, or installs where the native connector is disabled). When Claude Desktop's native Google Calendar connector is available, all calendar skills should prefer that path and use this app skill only on degrade. Reads and…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Manual fallback for users without a native Notion MCP connector (e.g., Codex CLI users, or installs where the native connector is disabled). When Claude Desktop's native Notion connector is available, calendar skills should prefer that path and use this app skill only on degrade. Reads and writes Notion pages and…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Analyzes the ratio of meetings vs. unblocked focus time across the past week and upcoming week, comparing against a 10-hour focus goal and identifying which days have the best and worst deep work conditions.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Builds a week-ahead agenda combining cross-domain deadlines, calendar events, and priority open loops — then suggests 2-3 focus blocks for deep work items.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Scans all installed plugin open-loops.md files and extracts items with explicit due dates within the next 60 days, sorted chronologically with urgent items (due within 7 days) flagged separately.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Trigger: Called by flow-build-agenda, op-weekly-agenda. Produces: Ranked candidate windows for deep-work block placement.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Reads recurring-block configuration (deep work, family, workout, health, focus blocks) and writes consistently-named recurring protected events to the user's primary calendar via task-create-confirmed-event. Enforces naming convention so downstream agents can detect and respect protected blocks. Called by…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Cross-calendar double-booking and protected-block-violation detector. Scans every calendar configured in config.md (personal + work + any family/shared/secondary) for time-window overlaps, then checks whether any meeting overlaps a configured protected block. Reports conflicts with severity tier and proposed…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
10-minute start-of-day briefing across all configured calendars. Surfaces today's events, meeting-prep status for >30 min meetings, urgent deadlines (≤7 days), today's protected blocks, and the day's first commitment. Daily op designed to replace op-deadline-alert's ≤7-day surface as the morning anchor. Triggers…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
On-demand deadline planner; given a deadline date and task scope, works backward from the due date to create a preparation schedule with milestones, effort estimates, and calendar placement recommendations. Triggers: "plan deadline", "work backward from deadline", "deadline prep".
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Weekly focus time audit; analyzes meeting load vs. deep work blocks across the current and upcoming week, flags weeks falling below 8 hours of uninterrupted focus time, and recommends specific calendar changes to protect deep work. Triggers: "focus review", "meeting overload", "deep work time", "calendar audit".
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Pulls federal + user-configured cultural/religious holidays for the current calendar year and writes them as protected all-day events on the configured calendar. Honors per-user observance lists (some users observe Christian holidays, some Jewish, Muslim, Hindu, etc.; some observe none). Idempotent — re-running for…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Big quarterly retrospective + redesign. Distinct from monthly op-time-allocation-review (which is reactive). This op asks: was last quarter's calendar a fair representation of the user's stated priorities, and what should change next quarter? Reconfigures protected blocks in config.md and re-runs…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Quarterly recurring-event hygiene audit. Identifies "zombie" recurring events — meetings no one attends, recurring blocks that are stale, or series that have outgrown their purpose. Recurring events compound forever without periodic pruning. Triggers: "recurring event audit", "calendar hygiene", "zombie meetings".
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Monthly retrospective. Sums hours actually allocated across configured life domains (health, family, creative, business, admin, etc.) from completed events on every configured calendar, then compares against paragon balance targets. Flags imbalances and feeds the next month's flow-protect-recurring-blocks cycle.…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Monday morning weekly agenda builder; collects all cross-domain deadlines and priorities for the coming week, then suggests focus time blocks based on urgency and effort. Triggers: "weekly agenda", "what's this week", "week ahead", "monday preview".
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Records a new deadline to vault/calendar/00current/ with item description, due date, domain, effort estimate, priority, and linked open loop. Called whenever a new deadline is identified during any op run or directly on-demand.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Given an event ID (or event reference), drafts an agenda + context block by pulling from related domain vaults (career, business, wealth, health, etc.) and writes it to the event description. Enforces the paragon's rule that every meeting >30 min has an agenda. Called by op-daily-brief for any flagged unprepped…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Adds buffer events around a trip: drive/transit time to airport, arrival buffer at destination, and a configurable jet-lag recovery block on return. Reads trip details (origin, destination, flight times, mode) and produces 2–4 calendar events routed through task-create-confirmed-event.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Skill "task-block-after-travel-recovery" from fru-dev3/AI-Ready-Life, covering calendar-block-after-travel-recovery, what it does, steps, configuration and vault paths.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Single write-point wrapper for every agent-initiated calendar create or update. Drafts the payload, presents it to the user for explicit approval, and only then writes via the native MCP calendar connector (preferred) or app-gcalendar (fallback). Enforces the paragon's rule that agent-added events are confirmed before…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Pre-built "no" responses + reschedule proposals for common meeting-request patterns. Reduces friction in protecting time. Given a meeting request (or detected protected-block conflict), drafts a polite decline or counter-propose-time response in the user's voice, ready to send. Never auto-sends.
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Reads the social plugin's contacts roster, extracts birthdays, and writes recurring all-day birthday events with configurable lead-time reminders. Cross-plugin convenience that turns the social vault into calendar surface area. Idempotent — re-running reconciles instead of duplicating. Skips silently if social plugin…
fru-dev3/AI-Ready-Life
Skill Claude CodeCodex
Tracks PTO / sick / OOO balance against configurable accrual rules. Reads OOO events from the work calendar, sums consumed days, compares to balance, surfaces calendar events that conflict with available PTO, and flags use-it-or-lose-it deadlines for plans with caps. Universal for W-2 employees; degrades gracefully…