Agent Plugins Marketplace
All plugins

physical-therapy-rehab-clinic

v0.1.2

Outpatient physical-therapy / rehab clinic operations team — agents (clinic-operations-lead, clinical-documentation-compliance, billing-and-revenue) for the practice-ops + documentation + billing craft of a PT/OT/SLP outpatient clinic: scheduling & capacity and plan-of-care visit cadence, no-show management, defensible POC documentation and medical necessity, certification/recertification timing, the Medicare therapy-threshold + KX concept, CPT timed codes and the 8-minute rule, modifiers (GP/KX/59), and denial prevention. skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands, an advisory hook. ADVISORY only — not medical, legal, or billing advice; every payor/regulatory specific carries a retrieval date + verify-at-use, no patient PII. Seams: medical-revenue-cycle, behavioral-health-practice. Requires ravenclaude-core@>=0.7.0.

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 physical-therapy-rehab-clinic 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 physical-therapy-rehab-clinic@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/physical-therapy-rehab-clinic/.

Plugin files

plugins/physical-therapy-rehab-clinic/
├── .claude-plugin/plugin.json
├── skills/defensible-documentation/SKILL.md
├── skills/denial-prevention-and-appeals/SKILL.md
├── skills/plan-of-care-management/SKILL.md
├── skills/schedule-and-capacity-planning/SKILL.md
└── skills/therapy-billing-and-units/SKILL.md

Included Skills5

defensible-documentationskills/defensible-documentation/SKILL.md

Write and review defensible PT/rehab daily notes and evaluations — establishing medical necessity every visit, documenting skilled care as skilled, tying each note to a plan-of-care goal, and avoiding boilerplate that invites a denial or audit finding.

denial-prevention-and-appealsskills/denial-prevention-and-appeals/SKILL.md

Prevent PT/rehab claim denials at the front end (eligibility, authorization, units, modifiers, documentation) and triage the ones that slip through to their root cause, then write a documentation-grounded appeal — confirming each payor's edits before billing.

plan-of-care-managementskills/plan-of-care-management/SKILL.md

Manage the PT/rehab plan of care end to end — goals, frequency/duration, certification, and the recertification clock — so the POC stays signed and current, visits trace to goals, and a lapsing certification is re-booked before it invalidates visits.

schedule-and-capacity-planningskills/schedule-and-capacity-planning/SKILL.md

Plan outpatient PT/rehab clinic capacity and the schedule template against committed plan-of-care visit cadence, provider hours, patient flow, and the measured no-show/cancellation rate — so provider hours become completed, billable visits.

therapy-billing-and-unitsskills/therapy-billing-and-units/SKILL.md

Calculate PT/rehab billable units correctly: separate timed (time-based, 15-min) from untimed (service-based) CPT codes, apply the 8-minute rule to total timed units, and place GP/KX/59 modifiers — confirming the payor's rule variant before billing.

Plugin manifests1

plugins/physical-therapy-rehab-clinic/.claude-plugin/plugin.json
{
  "name": "physical-therapy-rehab-clinic",
  "version": "0.1.2",
  "description": "Outpatient physical-therapy / rehab clinic operations team — agents (clinic-operations-lead, clinical-documentation-compliance, billing-and-revenue) for the practice-ops + documentation + billing craft of a PT/OT/SLP outpatient clinic: scheduling & capacity and plan-of-care visit cadence, no-show management, defensible POC documentation and medical necessity, certification/recertification timing, the Medicare therapy-threshold + KX concept, CPT timed codes and the 8-minute rule, modifiers (GP/KX/59), and denial prevention. skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands, an advisory hook. ADVISORY only — not medical, legal, or billing advice; every payor/regulatory specific carries a retrieval date + verify-at-use, no patient PII. Seams: medical-revenue-cycle, behavioral-health-practice. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "physical-therapy",
    "rehab-clinic",
    "outpatient",
    "plan-of-care",
    "8-minute-rule",
    "cpt-timed-codes",
    "kx-modifier",
    "therapy-threshold",
    "medical-necessity",
    "defensible-documentation",
    "denial-prevention",
    "scheduling",
    "no-show",
    "capacity-planning",
    "revenue-cycle"
  ],
  "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.

[physical-therapy-rehab-clinic on Agent Plugins Marketplace](https://pluginsmp.com/plugins/physical-therapy-rehab-clinic)