Agent Plugins Marketplace
All plugins

insurance-pc

v0.2.3

P&C Insurance specialist team — agents (underwriting-lead, pc-underwriter, claims-specialist, actuarial-pricing-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An underwriting-and-claims team for a P&C carrier, MGA, or agency analyst — it reads the combined ratio as loss plus expense, prices risk to the loss ratio rather than the competitor, manages the claims severity-and-frequency story, and reads catastrophe load the way an underwriting result that hit a decade-best ~92 combined in 2025 demands. Inherits ravenclaude-core protocols.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 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-pc for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install insurance-pc@agent-plugin-marketplace

Paste 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/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/insurance-pc/.

Plugin files

plugins/insurance-pc/
├── .claude-plugin/plugin.json
├── skills/decompose-the-combined-ratio/SKILL.md
├── skills/price-to-rate-adequacy/SKILL.md
├── skills/read-the-portfolio-result/SKILL.md
├── skills/review-claims-leakage/SKILL.md
└── skills/separate-frequency-and-severity/SKILL.md

Included Skills5

decompose-the-combined-ratioskills/decompose-the-combined-ratio/SKILL.md

Split the combined ratio into loss and expense, then attritional and catastrophe, so a deteriorating result is diagnosed correctly. Reach for this on any result question.

price-to-rate-adequacyskills/price-to-rate-adequacy/SKILL.md

Price risk to expected loss plus expense plus profit load against loss trend, not to the competitor, so growth doesn't grow a loss. Reach for this on any pricing question.

read-the-portfolio-resultskills/read-the-portfolio-result/SKILL.md

Read the underwriting result by line of business, attritional-vs-cat and net-of-reinsurance, so the mix story is visible. Reach for this on a portfolio review.

review-claims-leakageskills/review-claims-leakage/SKILL.md

Read indemnity leakage, LAE, and cycle time as managed metrics, not minimized payout, to find the controllable gap. Reach for this on a claims-cost question.

separate-frequency-and-severityskills/separate-frequency-and-severity/SKILL.md

Decompose a loss-ratio move into frequency and severity, since they have opposite responses, before prescribing. Reach for this when the loss ratio moves.

Plugin manifests1

plugins/insurance-pc/.claude-plugin/plugin.json
{
  "name": "insurance-pc",
  "version": "0.2.3",
  "description": "P&C Insurance specialist team — agents (underwriting-lead, pc-underwriter, claims-specialist, actuarial-pricing-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An underwriting-and-claims team for a P&C carrier, MGA, or agency analyst — it reads the combined ratio as loss plus expense, prices risk to the loss ratio rather than the competitor, manages the claims severity-and-frequency story, and reads catastrophe load the way an underwriting result that hit a decade-best ~92 combined in 2025 demands. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "insurance",
    "property-casualty",
    "underwriting",
    "combined-ratio",
    "loss-ratio",
    "claims",
    "catastrophe",
    "rate-adequacy",
    "actuarial"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[insurance-pc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/insurance-pc)