senior-care-operations
v0.2.3Senior Care Operations specialist team — agents (senior-care-lead, clinical-care-compliance-specialist, census-occupancy-strategist, senior-care-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for an assisted-living, memory-care, or home-care operator — it manages census and occupancy as the revenue engine, prices to acuity rather than a flat rate, staffs to acuity-based hours-per-resident-day, and reads quality and compliance as the license-and-reputation risk that a community runs on. 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 senior-care-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install senior-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/senior-care-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/manage-census-flow/SKILL.md├── skills/price-to-acuity/SKILL.md├── skills/quantify-labor-and-turnover/SKILL.md├── skills/read-quality-and-compliance/SKILL.md└── skills/staff-to-acuity-ppd/SKILL.md
Included Skills5
Read census as a flow of move-ins, move-outs, and length of stay, not a point number, so the right lever is pulled. Reach for this on any occupancy question.
Build acuity-based pricing that captures the care cost by level, instead of a flat rate, to protect margin. Reach for this on a pricing question.
Read labor cost, agency reliance, and turnover as quantified unit economics, since they drive both margin and quality. Reach for this on a cost question.
Read survey readiness, incidents/falls, and quality measures as existential operational risk, as decision-support. Reach for this on a quality question.
Build a staffing model on acuity-weighted hours-per-resident-day, not a fixed ratio, so labor matches need. Reach for this on a labor question.
Plugin manifests1
{
"name": "senior-care-operations",
"version": "0.2.3",
"description": "Senior Care Operations specialist team — agents (senior-care-lead, clinical-care-compliance-specialist, census-occupancy-strategist, senior-care-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for an assisted-living, memory-care, or home-care operator — it manages census and occupancy as the revenue engine, prices to acuity rather than a flat rate, staffs to acuity-based hours-per-resident-day, and reads quality and compliance as the license-and-reputation risk that a community runs on. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"senior-care",
"assisted-living",
"memory-care",
"home-care",
"census",
"occupancy",
"acuity",
"staffing",
"hours-per-resident-day"
],
"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.
[senior-care-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/senior-care-operations)