Patterns and strategies for cache invalidation - one of the two hardest problems in computer science.
List cache entries with filtering, sorting, and freshness status. Delegates to fractary CLI for actual cache operations.
Preserve cache-critical request fields when a child agent must share the parent's prompt prefix for cache hits.
For dynamic programming: overlapping subproblems, recursive solutions with repeated computations, memoization to avoid redundant work.
Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.
Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
Warm the authoritative cache path first, then fan out cache-only readers in parallel so derived loaders never race stale state.
Cacoo integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cacoo data.
Bridge CAD, Mesh, and 3D Gaussian Splatting representations. Covers mesh↔3DGS conversion, surface extraction from Gaussians, CAD reverse engineering with 3DGS, B-rep/parametric…
Convert CAD/BIM files to structured data. Extract element data from Revit, IFC, DWG, DGN files
Auto-loaded reference for the Cadence framework's patterns, definition of done, and role specs. Activates when the user asks about patterns, definition of done, DoD, role specs,…
Drive the Cadence retrospective protocol after a team run. For each observed issue, map to one of the four fix layers (Patterns, Process, Automated gates, Launch) and emit…
Auto-loaded helper for running Cadence retrospectives. Activates when the user mentions retro, retrospective, post-mortem, lessons learned, what went wrong, framework finding, or…
Run the Cadence verify pipeline (format / lint / boundary check / test) using the project's cadence.yaml configuration, then render the output as a Definition-of-Done aligned…
cAdvisor container resource metrics from Linux cgroups. CPU throttling detection, OOM kill monitoring, memory working set vs cache, network I/O per container, and integration with…
Drafts a Notice of Removal under the Class Action Fairness Act (CAFA), 28 U.S.C. § 1332(d), transferring a state court class action to federal court.
Cafe 24 integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cafe 24 data.
Compress your impact into 60 seconds that make senior leaders want a follow-up meeting — using Brennan Collins' 5-Part Cafe Update Structure (Context → Win → Insight → Ask →…
/cs:caio-review
— Eval-demanding Chief AI Officer interrogation of any plan that involves AI: model selection, risk classification, cost economics, or AI hiring.
Resolve Cairn's pending-attention queue inline (DEC drafts, baseline findings, drift events).
Spec-tightener + subagent dispatcher. Engage on code-change asks — verbs, bug reports, observations. Pivot-aware on active tasks.
Explain Cairo inlining attributes and performance tradeoffs; use when a request involves #[inline], #[inline(always)], #[inline(never)], or code size/step tradeoffs in Cairo.
Explain Cairo paths for referring to items in the module tree, including absolute vs relative paths and `super`/`crate`; use when a request involves resolving module path errors…
Explain how Cairo modules are split across files and folders, and how `mod` declarations map to files; use when a request involves organizing modules into multiple files in Cairo.
Explain Cairo operator overloading using core::ops traits like Add; use when a request involves redefining operators for custom types in Cairo.
Explain Starknet storage mappings with Map, hashing of keys, and read/write patterns; use when a request involves mapping-like storage in Cairo.
Automate Cal tasks via Rube MCP (Composio). Always search tools first for current schemas. — from general/automation
Automate Cal.com tasks via Rube MCP (Composio): manage bookings, check availability, configure webhooks, and handle teams. Always search tools first for current schemas.
Cal.com integration. Manage Users. Use when the user wants to interact with Cal.com data.
Access Cal.com API via CLI with 1Password API key. Use when user wants to list bookings, create event types, manage schedules, or mentions cal.com access.
Measure test coverage and identify untested code. Use when assessing test completeness.
Calculate priority score for bugs, issues, or tasks based on severity, impact, and likelihood. Use for bug prioritization, task ordering, or risk assessment.
Computes validated risk scores (HEART, PERC, Wells, Ottawa, CURB-65) from clinical data. Use when calculating clinical decision scores, risk-stratifying ED patients, or applying…
Computes fund performance with gross/net IRR, MOIC, DPI, RVPI, TVPI, PME, and direct alpha methodologies.
Use when calculating Polish odsetki — ustawowe (art. 359 KC), za opóźnienie (art. 481 KC), w transakcjach handlowych (ustawa z 08.03.2013), maksymalne (art. 359 § 2¹).
Use when calculating Polish court fees (opłata sądowa) for civil lawsuits, appeals, or procedural filings under ustawa o kosztach sądowych w sprawach cywilnych (UKSC), checking…
Documents ECOG and Karnofsky performance status with treatment eligibility implications. Use when assessing performance status, documenting ECOG scores, or evaluating treatment…
Use when calculating Ukrainian court fees (судовий збір) for lawsuits, appeals, or procedural filings under ЗУ «Про судовий збір», requiring current rates expressed as multiples…
Design OmniStudio Calculation Procedures and Calculation Matrices for pricing, rating, and rules-heavy scoring.
Use when building, reviewing, or troubleshooting OmniStudio Calculation Procedures (also called Expression Sets) and Calculation Matrices (also called Decision Matrices).
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents.
Performs mathematical calculations and conversions. Use when user asks to "calculate", "compute", "what is the result of", "convert units", or needs math help.
Simple calculator for basic arithmetic operations (addition, subtraction, multiplication, division). Use when performing calculations, converting units, or working with numbers.
Performs basic arithmetic calculations including addition, subtraction, multiplication, and division.
calcurse is a text-based calendar and scheduling application for the command line. It helps keep track of events, appointments, and everyday tasks with a curses-based TUI,…
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Google Calendar management via CalendarACSet. Transforms scheduling operations into GF(3)-typed Interactions, routes to triadic queues, detects saturation for…
Google Calendar and Outlook automation - scheduling optimization, meeting workflows, time blocking, and Slack/Sheets integration
Calendar canvas for displaying events and picking meeting times. Use when showing calendar views or when users need to select available time slots.
Calendar Event Creator - Auto-activating skill for Business Automation. Triggers on: calendar event creator, calendar event creator Part of the Business Automation skill category.
Use when user wants to create a macOS Calendar event with sound alarms and paired Reminders, schedule a meeting, RSVP to an invitation, or set reminders.
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…
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.
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)…
Create calendar events by generating valid .ics files when direct calendar access is unavailable. Use when users ask to create/add a calendar event and the agent cannot directly…
DEBUG calendar inbox showing 0 tasks when inbox has tasks. Fix Vue 3 + Pinia calendar filtering issues where sidebar filters hide calendar inbox tasks. — from general/communication
DEBUG calendar inbox showing 0 tasks when inbox has tasks. Fix Vue 3 + Pinia calendar filtering issues where sidebar filters hide calendar inbox tasks. — from general/communication
Weekly deadline alert. Flags all obligations due within 30 days across all installed plugins. Triggers: "deadline alert", "what's due", "upcoming deadlines", "30-day deadlines".
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…
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…