From insurance
Compares home/rental replacement-cost estimates to dwelling coverage, flags coinsurance risk when coverage falls below 80% of rebuild cost. Runs annually or on renovation, auto-skipped for renters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:op-property-coverage-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger phrases:**
Trigger phrases:
Cadence: Annual; rerun on major renovation.
Reads scope from vault/insurance/config.md. If scope: renter and no rental properties are listed, this op exits with a single line: "You're configured as a renter — property coverage sync isn't applicable. Personal property coverage is reviewed in op-coverage-audit."
Replacement cost diverges from market value, especially in appreciated markets. A $700K home in an appreciated market may have a $400K rebuild cost; a $300K home in a high-construction-cost area may have a $450K rebuild cost. Most homeowners and landlord policies enforce an 80% coinsurance clause: if dwelling coverage at the time of loss is less than 80% of replacement cost, the insurer pays only a proportional share of partial losses.
Per property in scope:
vault/home/ or vault/real-estate/; (3) a square-footage × $/sq ft default ($150-$300/sq ft based on construction quality and metro from config).scope is not renter-only.vault/insurance/config.md (and from vault/home/, vault/real-estate/ if they exist).vault/insurance/00_current/policies/.vault/home/00_current/replacement-cost-estimate.md or vault/real-estate/00_current/{property}/replacement-cost-estimate.md, then sq-ft × $/sq ft default.vault/insurance/02_briefs/property-coverage-{YYYY}/{property-slug}.md.task-flag-coverage-gap for each flagged property.task-update-open-loops.task-sync-to-cross-agents to propagate the updated dwelling coverage to home/real-estate vaults.vault/insurance/config.md:
scope — renter | homeowner | landlord | homeowner+landlordproperties — list of {address, sq_ft, construction_quality, metro_cost_psf, flood_zone, earthquake_zone}replacement_cost_default_psf — fallback (default $200)~/Documents/aireadylife/vault/insurance/00_current/policies/, ~/Documents/aireadylife/vault/insurance/config.md, optional ~/Documents/aireadylife/vault/home/, ~/Documents/aireadylife/vault/real-estate/~/Documents/aireadylife/vault/insurance/02_briefs/property-coverage-{YYYY}/, ~/Documents/aireadylife/vault/insurance/open-loops.mdnpx claudepluginhub fru-dev3/ai-ready-life --plugin insuranceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.