Agent Plugins Marketplace
All plugins

medical-revenue-cycle

v0.2.3

Medical Revenue Cycle specialist team — agents (rcm-engagement-lead, medical-coding-specialist, denials-management-specialist, rcm-analytics-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A revenue-cycle team for a healthcare provider or RCM operator — it drives the clean-claim rate toward 98%, attacks denials before they happen (initial denials hit ~11.8% in 2024 and trend 12–15%), works the A/R by aging bucket, and reads net collection rate the way a CFO who lives the cash cycle does. 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 medical-revenue-cycle 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 medical-revenue-cycle@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/medical-revenue-cycle/.

Plugin files

plugins/medical-revenue-cycle/
├── .claude-plugin/plugin.json
├── skills/build-rcm-scorecard/SKILL.md
├── skills/prevent-denials/SKILL.md
├── skills/read-coding-denials/SKILL.md
├── skills/read-the-cash-cycle/SKILL.md
└── skills/work-down-ar/SKILL.md

Included Skills5

build-rcm-scorecardskills/build-rcm-scorecard/SKILL.md

Build a net-collection-led RCM scorecard with first-pass, denial-by-category, and days-in-A/R, each defined and baselined. Reach for this to instrument the cycle.

prevent-denialsskills/prevent-denials/SKILL.md

Categorize denials by root cause and owner and push fixes upstream to registration and authorization, instead of only appealing. Reach for this when the denial rate is high.

read-coding-denialsskills/read-coding-denials/SKILL.md

Trace coding denials to documentation, code selection, or modifier use as decision-support, never to up-coding. Reach for this when coding denials rise.

read-the-cash-cycleskills/read-the-cash-cycle/SKILL.md

Read net collection rate, first-pass resolution, and days-in-A/R together, against benchmark, so a cash problem is diagnosed correctly. Reach for this on any collections question.

work-down-arskills/work-down-ar/SKILL.md

Prioritize an A/R work-down by aging bucket, payer, and recoverable dollars, with timely-filing risk first. Reach for this when A/R piles up.

Plugin manifests1

plugins/medical-revenue-cycle/.claude-plugin/plugin.json
{
  "name": "medical-revenue-cycle",
  "version": "0.2.3",
  "description": "Medical Revenue Cycle specialist team — agents (rcm-engagement-lead, medical-coding-specialist, denials-management-specialist, rcm-analytics-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A revenue-cycle team for a healthcare provider or RCM operator — it drives the clean-claim rate toward 98%, attacks denials before they happen (initial denials hit ~11.8% in 2024 and trend 12–15%), works the A/R by aging bucket, and reads net collection rate the way a CFO who lives the cash cycle does. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "medical-revenue-cycle",
    "rcm",
    "denial-management",
    "clean-claim-rate",
    "days-in-ar",
    "net-collection-rate",
    "medical-coding",
    "first-pass-resolution",
    "healthcare-finance"
  ],
  "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.

[medical-revenue-cycle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/medical-revenue-cycle)