optometry-eyecare-practice
v0.1.2Optometry / eye-care practice operations team — agents (practice-operations-lead, optical-dispensary-manager, front-office-billing) for the three engines of an eye-care practice: the clinical exam flow (scheduling, pretesting, lane flow, recall/recare cadence, capacity), the optical dispensary (frames & lens inventory, capture rate, lab orders, managed-vision-care formularies), and the front-office billing split that makes optometry distinct — medical-vs-vision routing, eligibility, CPT/coding for eye exams, payor mix, claims and denial triage. ADVISORY operations knowledge, not medical/legal/coding/billing advice; payor/coding specifics carry a retrieval date + verify-at-use; no PII/PHI. Distinct model from dental-practice and veterinary-practice (cross-linked); shares the revenue-cycle seam with medical-revenue-cycle. skills, a decision-tree knowledge bank (Mermaid trees + dated 2026 reference), best-practices, templates, commands, an advisory hook. Requires ravenclaude-core@>=0.7.0.
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 optometry-eyecare-practice for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install optometry-eyecare-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/optometry-eyecare-practice/.
Plugin files
├── .claude-plugin/plugin.json├── skills/eligibility-and-claims/SKILL.md├── skills/exam-flow-and-pretesting/SKILL.md├── skills/medical-vs-vision-billing/SKILL.md├── skills/optical-capture-and-dispensary/SKILL.md└── skills/schedule-and-recall-management/SKILL.md
Included Skills5
Run the eye-care claims loop: verify both medical and vision eligibility before the visit, manage payor mix, and triage denials by cause (eligibility, coding/medical-necessity, wrong-payor-routed, timely-filing). Payor specifics are verify-at-use.
Engineer the exam lane: pretesting/workup done by a tech before the doctor enters, a workup-to-doctor handoff that protects chair time, and a tech-to-doctor ratio that lets one doctor run multiple lanes. Protect the scarcest resource — the doctor's chair.
Route an eye-care visit to medical insurance vs the vision plan deliberately, on the chief complaint and what the visit addressed. Code to the encounter, document medical necessity for medical claims, and flag every payor/coding specific verify-at-use.
Run the optical for profit: track and lift the capture rate (eyes examined -> Rx written -> Rx filled in your optical), run the frame board on inventory turns, manage the lab pipeline, and dispense within managed-vision-care formularies knowingly.
Build the eye-care schedule off recall: set recall/recare intervals by exam type, template exam-length to exam-type, and read capacity as lanes x exam length x fill rate. Recall, not walk-ins, is the primary schedule-filler.
Plugin manifests1
{
"name": "optometry-eyecare-practice",
"version": "0.1.2",
"description": "Optometry / eye-care practice operations team — agents (practice-operations-lead, optical-dispensary-manager, front-office-billing) for the three engines of an eye-care practice: the clinical exam flow (scheduling, pretesting, lane flow, recall/recare cadence, capacity), the optical dispensary (frames & lens inventory, capture rate, lab orders, managed-vision-care formularies), and the front-office billing split that makes optometry distinct — medical-vs-vision routing, eligibility, CPT/coding for eye exams, payor mix, claims and denial triage. ADVISORY operations knowledge, not medical/legal/coding/billing advice; payor/coding specifics carry a retrieval date + verify-at-use; no PII/PHI. Distinct model from dental-practice and veterinary-practice (cross-linked); shares the revenue-cycle seam with medical-revenue-cycle. skills, a decision-tree knowledge bank (Mermaid trees + dated 2026 reference), best-practices, templates, commands, an advisory hook. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"optometry",
"eye-care",
"optical-dispensary",
"vision-plan",
"medical-vs-vision-billing",
"eligibility",
"claims-denials",
"cpt-eye-exam",
"recall-recare",
"capture-rate",
"pretesting",
"exam-flow",
"frames-inventory",
"managed-vision-care",
"practice-operations"
],
"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.
[optometry-eyecare-practice on Agent Plugins Marketplace](https://pluginsmp.com/plugins/optometry-eyecare-practice)