home-health-care-operations
v0.1.1Home-health / home-care agency operations — agents (home-health-agency-lead, home-care-operations-specialist) covering intake & eligibility / benefit verification, the physician-order & certification gate, OASIS & the plan of care, PDGM period billing & RCM (Medicare / Medicaid waiver / private pay), caregiver scheduling with continuity, EVV capture & exceptions (21st Century Cures Act), conditions-of-participation & survey readiness, and quality (HHCAHPS, Star ratings, value-based purchasing) — across skilled home health and private-duty / non-medical home care. skills, a knowledge bank, and templates. Distinct from hospice-referral-sales, senior-care-operations (facility-based senior living), and medical-revenue-cycle (hospital/physician RCM) — home health owns care delivered IN THE HOME and the agency that delivers it. Not medical/legal/reimbursement advice; volatile CMS/PDGM/OASIS/EVV/Medicaid specifics carry a retrieval date + verify-at-use. Needs ravenclaude-core.
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 home-health-care-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install home-health-care-operations@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/home-health-care-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-scheduling-and-evv-workflow/SKILL.md├── skills/plan-intake-and-eligibility/SKILL.md└── skills/run-billing-and-survey-readiness/SKILL.md
Included Skills3
Build the visit schedule and the EVV workflow by traversing the home-health decision tree (plan of care + authorization → staffing match & caregiver continuity → visit schedule to ordered frequency/units → EVV capture: check-in/out via GPS/telephony/device per the state model → exception handling for missed/late/unverified visits), then return the continuity-staffed schedule, the EVV capture setup, and the exception procedure that keeps every visit billable and defensible. Reach for this when the user asks 'schedule this patient's visits', 'assign a caregiver for continuity', 'set up EVV', 'why is this visit unverified?', or 'handle a missed visit'. Used by home-care-operations-specialist (primary) and home-health-agency-lead.
Take a home-health / home-care referral through intake by traversing the home-health decision tree (referral → service-line class: skilled home health vs non-medical home care → eligibility & benefit verification: Medicare homebound + skilled need / Medicaid-waiver authorization / private-pay → the physician-order + face-to-face + certification gate → initial plan of care), then return the verified eligibility, the cleared order gate, the start-of-care date, and the initial plan of care. Reach for this when the user asks 'get this referral through intake', 'is this patient eligible for home health?', 'do we have the physician order / face-to-face?', or 'set up the plan of care'. Used by home-care-operations-specialist (primary) and home-health-agency-lead.
Turn home-health documentation into paid, survey-proof claims by traversing the home-health decision tree (documentation completeness: OASIS / plan of care / visit notes → PDGM 30-day period billing: NOA + final claim, LUPA watch, comorbidity → Medicaid-waiver / private-pay per-unit billing → denial root-cause analysis → conditions-of-participation & survey-readiness checks), then return the completeness gate, the period claim, the denial fixes, and the CoP/survey-readiness gap list. Reach for this when the user asks 'bill this 30-day period', 'why are our claims denied?', 'is our documentation complete?', or 'would our charts pass a survey?'. Used by home-care-operations-specialist (primary) and home-health-agency-lead.
Plugin manifests1
{
"name": "home-health-care-operations",
"version": "0.1.1",
"description": "Home-health / home-care agency operations — agents (home-health-agency-lead, home-care-operations-specialist) covering intake & eligibility / benefit verification, the physician-order & certification gate, OASIS & the plan of care, PDGM period billing & RCM (Medicare / Medicaid waiver / private pay), caregiver scheduling with continuity, EVV capture & exceptions (21st Century Cures Act), conditions-of-participation & survey readiness, and quality (HHCAHPS, Star ratings, value-based purchasing) — across skilled home health and private-duty / non-medical home care. skills, a knowledge bank, and templates. Distinct from hospice-referral-sales, senior-care-operations (facility-based senior living), and medical-revenue-cycle (hospital/physician RCM) — home health owns care delivered IN THE HOME and the agency that delivers it. Not medical/legal/reimbursement advice; volatile CMS/PDGM/OASIS/EVV/Medicaid specifics carry a retrieval date + verify-at-use. Needs ravenclaude-core.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"home-health",
"home-care",
"pdgm",
"oasis",
"evv",
"medicare",
"medicaid-waiver",
"plan-of-care",
"conditions-of-participation",
"hhcahps",
"caregiver-scheduling",
"value-based-purchasing"
],
"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.
[home-health-care-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/home-health-care-operations)