From insurance
Walks through gathering apples-to-apples quotes for auto and property insurance from multiple carriers. Compiles coverage parameters, records quotes, and provides a decision framework for switching.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-shop-property-and-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger phrases:**
Trigger phrases:
Cadence: Triggered by renewal watch or on-demand. Recommended every 2-3 years per policy at minimum.
Auto and property insurance has 30-50% premium variance between carriers for identical coverage. New-customer pricing is almost always better than renewal pricing. The friction is gathering apples-to-apples quotes — same limits, same deductibles, same endorsements. This op removes that friction.
What it produces:
vault/insurance/00_current/policies/.vault/insurance/02_briefs/quote-shop-{policy-line}-{YYYY-MM}/quote-sheet.md.vault/insurance/config.md.app-insurance-portal.portal to retrieve any prior quote saved in a carrier portal.task-update-open-loops to record the shopping cycle and any switch decision.vault/insurance/config.md:
auto_carriers_to_quote — list (default: 4-5 major carriers in the user's state)property_carriers_to_quote — listcurrent_carriers_to_exclude — to avoid quoting yourselfflow-sync-policy-docs first.~/Documents/aireadylife/vault/insurance/00_current/policies/, ~/Documents/aireadylife/vault/insurance/config.md~/Documents/aireadylife/vault/insurance/02_briefs/quote-shop-{policy-line}-{YYYY-MM}/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 fru-dev3/ai-ready-life --plugin insurance