auto-repair-shop-operations
v0.1.1Independent auto-repair shop operations team — agents (auto-repair-shop-lead, service-advisor-estimator, technician-workflow-manager) for a repair shop's three engines: shop P&L economics (effective labor rate, tech productivity-efficiency-proficiency, labor + parts gross profit, comeback rate, car count); the service-advisor front counter (write-up, digital vehicle inspection, inspection-to-estimate, approval, declined-work follow-up, ethical upsell); and technician workflow (dispatch, flat-rate vs actual hours, WIP/RO aging, parts staging, comeback control). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Operations/financial decision-support, not legal/tax/OEM-warranty advice; labor-rate norms, productivity benchmarks, and parts-matrix figures carry a retrieval date + verify-at-use; no customer PII. Seams to automotive-dealership, fleet-logistics, and skilled-trades-contracting. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 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 auto-repair-shop-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install auto-repair-shop-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/auto-repair-shop-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/effective-labor-rate-and-gross-profit/SKILL.md├── skills/estimate-and-dvi-workflow/SKILL.md├── skills/ro-lifecycle-and-comeback-control/SKILL.md└── skills/technician-productivity-and-efficiency/SKILL.md
Included Skills4
Read a repair shop's two profit engines separately: labor GP (effective labor rate x billed hours minus tech cost) and parts GP (the matrix over cost). Measure effective labor rate as posted rate minus discounts, warranty, comebacks, and unapplied time. Benchmarks verify-at-use; no PII.
Turn a write-up and a digital vehicle inspection (DVI) into a sold, defensible estimate: verified complaint, diagnostic authorization, DVI evidence per line, labor-guide hours x shop rate, parts at matrix, sell-now vs sell-later triage, and declined-work follow-up. Labor times/rates verify-at-use; no PII.
Run the repair order from open to closed and stop comebacks at the root cause: WIP/RO aging triage (waiting on approval vs parts vs tech), parts staging before dispatch, and comeback grouping by cause (misdiagnosis, workmanship, part quality, incomplete, no-fault). Rework labor is billed at zero. No PII.
Diagnose a repair shop's labor throughput with the three distinct dials: productivity (clocked/available), efficiency (billed/clocked), and proficiency (billed/actual). Match dispatch to skill, read them separately, and fix the right one. Benchmarks verify-at-use; no PII.
Plugin manifests1
{
"name": "auto-repair-shop-operations",
"version": "0.1.1",
"description": "Independent auto-repair shop operations team — agents (auto-repair-shop-lead, service-advisor-estimator, technician-workflow-manager) for a repair shop's three engines: shop P&L economics (effective labor rate, tech productivity-efficiency-proficiency, labor + parts gross profit, comeback rate, car count); the service-advisor front counter (write-up, digital vehicle inspection, inspection-to-estimate, approval, declined-work follow-up, ethical upsell); and technician workflow (dispatch, flat-rate vs actual hours, WIP/RO aging, parts staging, comeback control). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. Operations/financial decision-support, not legal/tax/OEM-warranty advice; labor-rate norms, productivity benchmarks, and parts-matrix figures carry a retrieval date + verify-at-use; no customer PII. Seams to automotive-dealership, fleet-logistics, and skilled-trades-contracting. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"auto-repair",
"fixed-operations",
"effective-labor-rate",
"gross-profit",
"service-advisor",
"digital-vehicle-inspection",
"repair-order",
"technician-productivity",
"flat-rate",
"comeback-rate",
"parts-matrix",
"car-count",
"shop-management",
"estimate-workflow"
],
"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.
[auto-repair-shop-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/auto-repair-shop-operations)