dental-practice
v0.3.3Dental Practice specialist team — agents (dental-practice-lead, clinical-treatment-planner, dental-rcm-specialist, dental-operations-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A treatment-planning-and-revenue-cycle team for a dental practice owner — it controls overhead against the ~62% median, holds collections above 98%, builds case acceptance on the treatment plan rather than the discount, and reads doctor/hygiene production per hour the way a practice that runs on the schedule 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 dental-practice for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dental-practice@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/dental-practice/.
Plugin files
├── .claude-plugin/plugin.json├── skills/benchmark-overhead/SKILL.md├── skills/lift-case-acceptance/SKILL.md├── skills/manage-the-payer-mix/SKILL.md├── skills/protect-the-collection-ratio/SKILL.md└── skills/read-production-per-hour/SKILL.md
Included Skills5
Read overhead as a % of collections against the ~62% median before cutting any single cost, so the diagnosis targets the real driver. Reach for this on a margin problem.
Raise treatment-plan acceptance through presentation and sequencing rather than discounting. Reach for this when big plans don't close.
Read the effective fee by plan and manage PPO write-offs as a deliberate strategy, not an accident. Reach for this when adjustments erode margin.
Read banked-vs-produced dollars and recover the collection ratio toward 98%+, so production becomes income. Reach for this when collections slip.
Read doctor and hygiene production per hour, not per day, to expose the real capacity story. Reach for this on a production question.
Plugin manifests1
{
"name": "dental-practice",
"version": "0.3.3",
"description": "Dental Practice specialist team — agents (dental-practice-lead, clinical-treatment-planner, dental-rcm-specialist, dental-operations-analyst), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. A treatment-planning-and-revenue-cycle team for a dental practice owner — it controls overhead against the ~62% median, holds collections above 98%, builds case acceptance on the treatment plan rather than the discount, and reads doctor/hygiene production per hour the way a practice that runs on the schedule does. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"dental-practice",
"treatment-planning",
"case-acceptance",
"overhead",
"collection-ratio",
"production-per-hour",
"revenue-cycle",
"dso",
"hygiene"
],
"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.
[dental-practice on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dental-practice)