insurance-life-health-benefits
v0.2.3Life, health & employee-benefits insurance team — agents (benefits-advisor, underwriting-and-actuarial-analyst, enrollment-and-compliance-lead) for the group-benefits domain: plan design across medical / dental / vision / life / disability, funding (fully-insured vs self-funded / level-funded), rating basics (manual vs experience rating), loss ratios and the ACA medical-loss-ratio (MLR), renewal projections, and open-enrollment operations (eligibility, COBRA / HIPAA / ACA 1095 & Form 5500 basics, carrier coordination). Decision-tree knowledge bank, best-practices, skills, commands, templates, an advisory hook, scenarios, and stdlib-only benefits_calc.py (loss-ratio + ACA MLR flag, contribution split, renewal projection). NOT legal, tax, or actuarial advice — educational scaffolding only; a licensed broker, actuary, or ERISA counsel signs off. Seams: P&C -> insurance-pc; HR admin -> people-ops-hr; provider billing -> medical-revenue-cycle. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install insurance-life-health-benefits for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install insurance-life-health-benefits@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/insurance-life-health-benefits/.
Plugin files
├── .claude-plugin/plugin.json├── skills/benefits-plan-design/SKILL.md├── skills/enrollment-and-compliance/SKILL.md└── skills/underwriting-and-rating/SKILL.md
Included Skills3
Design a group employee-benefits package as a system: plan types per line (medical/dental/vision/life/disability), plan-type mechanics (HMO/PPO/HDHP+HSA, deductible/coinsurance/OOP-max), and the funding decision (fully-insured vs self-funded vs level-funded) sized to the group, with the ACA/ERISA obligations named — educational scaffolding, not advice.
Run open enrollment and keep a group benefits program operationally compliant: a backward-planned enrollment cycle (timeline, eligibility, QLE/special enrollment, communications, carrier/EDI coordination) and the recurring compliance calendar (COBRA, HIPAA, ACA 1095-C/1094-C, ERISA Form 5500 + SPD/SBC) — educational scaffolding, not legal advice.
Explain and pressure-test group rating and renewals: rating factors, manual vs experience rating weighted by credibility, the underwriting loss ratio vs the ACA medical-loss-ratio (MLR) test, and decomposing/sanity-checking a renewal projection (trend, experience, pooling, demographics, plan change) — educational scaffolding, not actuarial advice.
Plugin manifests1
{
"name": "insurance-life-health-benefits",
"version": "0.2.3",
"description": "Life, health & employee-benefits insurance team — agents (benefits-advisor, underwriting-and-actuarial-analyst, enrollment-and-compliance-lead) for the group-benefits domain: plan design across medical / dental / vision / life / disability, funding (fully-insured vs self-funded / level-funded), rating basics (manual vs experience rating), loss ratios and the ACA medical-loss-ratio (MLR), renewal projections, and open-enrollment operations (eligibility, COBRA / HIPAA / ACA 1095 & Form 5500 basics, carrier coordination). Decision-tree knowledge bank, best-practices, skills, commands, templates, an advisory hook, scenarios, and stdlib-only benefits_calc.py (loss-ratio + ACA MLR flag, contribution split, renewal projection). NOT legal, tax, or actuarial advice — educational scaffolding only; a licensed broker, actuary, or ERISA counsel signs off. Seams: P&C -> insurance-pc; HR admin -> people-ops-hr; provider billing -> medical-revenue-cycle. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"insurance",
"employee-benefits",
"group-health",
"life-insurance",
"disability",
"underwriting",
"aca",
"erisa",
"cobra",
"enrollment",
"loss-ratio",
"self-funded"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[insurance-life-health-benefits on Agent Plugins Marketplace](https://pluginsmp.com/plugins/insurance-life-health-benefits)