fleet-logistics
v0.2.3Fleet & Logistics specialist team — agents (fleet-engagement-lead, dispatch-routing-specialist, fleet-maintenance-specialist, logistics-cost-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees (lane-thin, replacement-timing, spot-vs-contract, lease-vs-buy-vs-rent, private-fleet-vs-3PL), a scenarios bank, and a stdlib calculator (cost-per-mile, deadhead, replace-vs-repair, driver-turnover). A fleet-operations team for a carrier, private fleet, or last-mile operator — it reads cost-per-mile against the ~$2.26 industry all-in (and the ~$1.78 non-fuel marginal), manages the operating ratio in a market that turned negative-margin in 2024, routes to deadhead and utilization, and treats driver turnover (often 90%+ at large truckload carriers) as a unit-economics problem. 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 fleet-logistics for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fleet-logistics@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/fleet-logistics/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-cost-per-mile/SKILL.md├── skills/manage-the-operating-ratio/SKILL.md├── skills/quantify-driver-retention/SKILL.md├── skills/reduce-deadhead/SKILL.md└── skills/run-preventive-maintenance/SKILL.md
Included Skills5
Build CPM from fixed and variable components, isolating fuel and the non-fuel marginal, so the cost is visible where it lives. Reach for this on any margin question.
Read the operating ratio (expenses ÷ revenue) as the survival headline and decompose it before acting. Reach for this on any profitability question.
Read driver turnover as a quantified unit-economics cost across recruiting, training, and unseated trucks. Reach for this when turnover is high.
Read empty miles and truck utilization and build a routing/backhaul plan to lift the loaded-mile ratio. Reach for this when rate-per-mile looks fine but margin doesn't.
Run a PM program against maintenance CPM and downtime so a deferred PM doesn't become a roadside failure. Reach for this when repair costs rise.
Plugin manifests1
{
"name": "fleet-logistics",
"version": "0.2.3",
"description": "Fleet & Logistics specialist team — agents (fleet-engagement-lead, dispatch-routing-specialist, fleet-maintenance-specialist, logistics-cost-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees (lane-thin, replacement-timing, spot-vs-contract, lease-vs-buy-vs-rent, private-fleet-vs-3PL), a scenarios bank, and a stdlib calculator (cost-per-mile, deadhead, replace-vs-repair, driver-turnover). A fleet-operations team for a carrier, private fleet, or last-mile operator — it reads cost-per-mile against the ~$2.26 industry all-in (and the ~$1.78 non-fuel marginal), manages the operating ratio in a market that turned negative-margin in 2024, routes to deadhead and utilization, and treats driver turnover (often 90%+ at large truckload carriers) as a unit-economics problem. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"fleet",
"logistics",
"trucking",
"cost-per-mile",
"operating-ratio",
"dispatch",
"deadhead",
"driver-retention",
"preventive-maintenance"
],
"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.
[fleet-logistics on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fleet-logistics)