automotive-dealership
v0.1.2Automotive Dealership Operations specialist team — agents (dealership-operations-lead, sales-desking-analyst, fixed-ops-service-specialist, fi-products-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for a dealer principal or GM accountable for total gross, fixed-ops absorption, and inventory turn — it runs the store on fixed-ops not new-car gross, manages days-supply and floorplan as carrying-cost cash, reads total gross per unit as front plus back, and treats absorption as the survival metric. 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 automotive-dealership for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install automotive-dealership@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/automotive-dealership/.
Plugin files
├── .claude-plugin/plugin.json├── skills/compute-absorption/SKILL.md├── skills/compute-total-gross/SKILL.md├── skills/diagnose-sales-funnel/SKILL.md├── skills/frame-fi-penetration/SKILL.md└── skills/read-days-supply/SKILL.md
Included Skills5
Compute the service absorption rate against total fixed overhead — the survival metric. Reach for this on a fixed-ops question.
Compute total gross per unit as front plus F&I back, with penetration. Reach for this on a deal-profitability question.
Diagnose the lead-to-sold funnel by conversion step — a volume gap is usually a conversion gap. Reach for this on a sales-volume question.
Frame F&I product penetration and PVR back-end gross inside the compliance boundary. Reach for this on an F&I question.
Read inventory days-supply against a target and quantify floorplan carrying cost. Reach for this on an inventory question.
Plugin manifests1
{
"name": "automotive-dealership",
"version": "0.1.2",
"description": "Automotive Dealership Operations specialist team — agents (dealership-operations-lead, sales-desking-analyst, fixed-ops-service-specialist, fi-products-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An operations team for a dealer principal or GM accountable for total gross, fixed-ops absorption, and inventory turn — it runs the store on fixed-ops not new-car gross, manages days-supply and floorplan as carrying-cost cash, reads total gross per unit as front plus back, and treats absorption as the survival metric. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"automotive-retail",
"dealership",
"fixed-ops",
"floorplan",
"days-supply",
"fi-penetration",
"total-gross",
"absorption",
"csi"
],
"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.
[automotive-dealership on Agent Plugins Marketplace](https://pluginsmp.com/plugins/automotive-dealership)