Agent Plugins Marketplace
All plugins

chiropractic-practice

v0.1.1

Chiropractic practice operations & compliance team — agents (chiropractic-practice-lead, chiro-billing-compliance-specialist) across the two engines of a DC office: the practice (capacity & scheduling to the care plan, the cash / insurance / wellness-plan model, membership pricing, patient-visit-average & plan-completion retention) and coding/compliance (CMT vs E&M by region, documented medical necessity via the PART exam, the active-vs-maintenance plateau call, ABN workflow, audit-defensible notes). skills, a decision-tree knowledge bank (a billing-and-medical-necessity Mermaid tree + a dated 2026 payer/coding reference), best-practices. Operations & coding decision-support, NOT medical/legal/billing advice and NOT a coding certification; no PHI; scope/coverage/coding rules are state/payer-specific + volatile — retrieval-dated + verify-at-use, flagged for a licensed professional. Seams: physical-therapy-rehab-clinic, medical-revenue-cycle. Requires ravenclaude-core@>=0.7.0.

Claude Code3 Skills

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 chiropractic-practice 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 chiropractic-practice@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/chiropractic-practice/.

Plugin files

plugins/chiropractic-practice/
├── .claude-plugin/plugin.json
├── skills/build-cash-and-wellness-plan-model/SKILL.md
├── skills/code-and-document-the-visit/SKILL.md
└── skills/design-care-plan-and-cadence/SKILL.md

Included Skills3

build-cash-and-wellness-plan-modelskills/build-cash-and-wellness-plan-model/SKILL.md

Price a compliant cash / membership / wellness-plan model for a chiropractic practice: a supportive-care membership priced to the clinical cadence and above delivery cost, the covered-active-care vs cash-maintenance boundary drawn cleanly, and the ABN/discount-compliance guardrails so a plan isn't an illegal inducement or a way to bill maintenance as active. Reach for it when designing memberships or a cash model. Used by `chiropractic-practice-lead` (primary).

code-and-document-the-visitskills/code-and-document-the-visit/SKILL.md

Pick the CMT/E&M code for a chiropractic visit and structure the medical-necessity note: CMT by number of spinal regions treated, an E&M only when separately identifiable (with the correct modifier), and a PART-exam-based note (region + functional goal + progress) that supports the code and survives an audit. Reach for it per visit / when coding is unclear. Used by `chiro-billing-compliance-specialist` (primary). Not a coding certification — verify payer policy.

design-care-plan-and-cadenceskills/design-care-plan-and-cadence/SKILL.md

Build a defensible, phased chiropractic care plan: an acute/corrective/supportive phase structure with a visit cadence, re-exam checkpoints that re-justify continued care, functional goals, and a plan-completion target — with the insurance-vs-cash boundary drawn so covered active care and cash maintenance care don't blur. Reach for it when structuring a new patient's care. Used by `chiropractic-practice-lead` (primary).

Plugin manifests1

plugins/chiropractic-practice/.claude-plugin/plugin.json
{
  "name": "chiropractic-practice",
  "version": "0.1.1",
  "description": "Chiropractic practice operations & compliance team — agents (chiropractic-practice-lead, chiro-billing-compliance-specialist) across the two engines of a DC office: the practice (capacity & scheduling to the care plan, the cash / insurance / wellness-plan model, membership pricing, patient-visit-average & plan-completion retention) and coding/compliance (CMT vs E&M by region, documented medical necessity via the PART exam, the active-vs-maintenance plateau call, ABN workflow, audit-defensible notes). skills, a decision-tree knowledge bank (a billing-and-medical-necessity Mermaid tree + a dated 2026 payer/coding reference), best-practices. Operations & coding decision-support, NOT medical/legal/billing advice and NOT a coding certification; no PHI; scope/coverage/coding rules are state/payer-specific + volatile — retrieval-dated + verify-at-use, flagged for a licensed professional. Seams: physical-therapy-rehab-clinic, medical-revenue-cycle. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "chiropractic-practice",
    "practice-management",
    "cmt-coding",
    "medical-necessity",
    "part-exam",
    "active-vs-maintenance-care",
    "abn",
    "wellness-plan",
    "patient-visit-average",
    "care-plan",
    "cash-practice",
    "retention"
  ],
  "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.

[chiropractic-practice on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chiropractic-practice)