From insurance
Propagates insurance carrier and plan details from the insurance vault into health, home, real-estate, wealth, and career domain vaults after a coverage audit or policy sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/insurance:task-sync-to-cross-agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Trigger:**
Trigger:
op-coverage-audit, op-monthly-sync, flow-sync-policy-docsInsurance facts live in the insurance vault but are needed by other domain skills. The health plugin's deductible-tracking skill needs to know the current health plan's deductible. The wealth plugin's estate review needs life-insurance face values. The real-estate plugin's per-property review needs the current landlord policy. Without sync, each domain ends up with stale or missing facts.
Cross-domain writes (only if the target domain vault exists):
vault/health/00_current/insurance.md — current health carrier, plan name, deductible, OOP max, in-network primary care, FSA/HSA contribution limits if applicable.vault/home/00_current/insurance.md — current homeowners or renters carrier, policy number, dwelling coverage (if owner) or personal-property coverage (if renter), liability limit, renewal date.vault/real-estate/00_current/{property-slug}-insurance.md — landlord policy details per property (only if real-estate vault is installed and properties exist).vault/wealth/00_current/insurance-snapshot.md — life face values, disability monthly benefit, umbrella limit (for net-worth and estate-plan inputs).vault/career/00_current/disability-from-employer.md — group LTD/STD details if the policy is employer-sponsored (so career plugin's benefits review sees them).vault/insurance/00_current/policies/.health, home, real-estate, wealth, career): check whether the vault exists at ~/Documents/aireadylife/vault/{domain}/.## insurance-sync section).synced_at timestamp and a back-reference to the source policy record path.scope: renter in vault/insurance/config.md).vault/insurance/config.md:
scope — one of renter, homeowner, landlord, homeowner+landlord. Drives which property syncs run.cross_domain_sync_enabled — default true; can be turned off per domain.~/Documents/aireadylife/vault/insurance/00_current/policies/~/Documents/aireadylife/vault/{health,home,real-estate,wealth,career}/00_current/... (only if target vault exists)npx 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.