Agent Plugins Marketplace
All plugins

automotive-dealership

v0.1.2

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.

Claude Code5 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install automotive-dealership@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/automotive-dealership/.

Plugin files

plugins/automotive-dealership/
├── .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-absorptionskills/compute-absorption/SKILL.md

Compute the service absorption rate against total fixed overhead — the survival metric. Reach for this on a fixed-ops question.

compute-total-grossskills/compute-total-gross/SKILL.md

Compute total gross per unit as front plus F&I back, with penetration. Reach for this on a deal-profitability question.

diagnose-sales-funnelskills/diagnose-sales-funnel/SKILL.md

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-fi-penetrationskills/frame-fi-penetration/SKILL.md

Frame F&I product penetration and PVR back-end gross inside the compliance boundary. Reach for this on an F&I question.

read-days-supplyskills/read-days-supply/SKILL.md

Read inventory days-supply against a target and quantify floorplan carrying cost. Reach for this on an inventory question.

Plugin manifests1

plugins/automotive-dealership/.claude-plugin/plugin.json
{
  "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"
    ]
  }
}

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)