medical-revenue-cycle
v0.2.3Medical 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install medical-revenue-cycle@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/medical-revenue-cycle/.
Plugin files
├── .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 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.
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.
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 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.
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
{
"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"
]
}
}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.
[medical-revenue-cycle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/medical-revenue-cycle)