Agent Plugins Marketplace
All plugins

waste-recycling-operations

v0.1.1

Waste & recycling operations team — agents (waste-operations-lead, route-and-diversion-specialist) answering 'how do we collect, haul, dispose of, and divert waste PROFITABLY, SAFELY, and in COMPLIANCE?': collection streams (MSW, recycling, organics, C&D; residential/commercial/roll-off), fleet (front/rear/side-load ASL, roll-off, RNG/EV), transfer stations & Subtitle D landfill (tipping fees, airspace), RCRA Subtitle D compliance, DOT/CDL safety — plus route optimization (density is the profit driver; static vs dynamic; RouteWare/Routeware-AMCS/Trux), diversion measurement, MRF & commodity economics (OCC/PET/HDPE/aluminum/mixed paper; contamination is the killer; post-National-Sword prices), and mandates (EPR, SB 1383, landfill bans). skills, a knowledge bank, templates. Distinct from esg-sustainability-reporting (corporate disclosure), fleet-logistics (generic telematics/DOT), and hazardous-waste RCRA Subtitle C response (out of scope). Requires ravenclaude-core@>=0.7.0.

Claude Code3 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
3 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 waste-recycling-operations 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 waste-recycling-operations@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/waste-recycling-operations/.

Plugin files

plugins/waste-recycling-operations/
├── .claude-plugin/plugin.json
├── skills/improve-diversion-and-recycling-economics/SKILL.md
├── skills/manage-disposal-and-regulatory-compliance/SKILL.md
└── skills/optimize-collection-routes-and-fleet/SKILL.md

Included Skills3

improve-diversion-and-recycling-economicsskills/improve-diversion-and-recycling-economics/SKILL.md

Measure the real diversion rate from weigh tickets, diagnose the MRF & recycling commodity economics by grade (OCC/cardboard, PET, HDPE, aluminum, mixed paper — post-National-Sword bale prices), attack the contamination rate that decides the P&L, and set the pricing response (commodity-share vs processing/tip-fee) against the mandates in force (SB 1383 organics, EPR packaging, landfill bans). Reach for this when the user asks "what's our real diversion rate?", "our MRF revenue is underwater", or "contamination is killing single-stream". Used by `route-and-diversion-specialist` (primary).

manage-disposal-and-regulatory-complianceskills/manage-disposal-and-regulatory-compliance/SKILL.md

Choose the disposal path (direct-haul to a Subtitle D landfill vs consolidate through a transfer station) and manage its economics (tipping fees, landfill airspace, leachate/gas) and its RCRA Subtitle D compliance, scale/weigh-ticket controls, and DOT/CDL + hopper/backing/lifting safety program — while routing hazardous Subtitle C streams OUT of scope. Reach for this when the user asks "landfill direct or through a transfer station?", "manage tipping fees / airspace", "stay Subtitle-D compliant", or "cut our injury rate". Used by `waste-operations-lead` (primary).

optimize-collection-routes-and-fleetskills/optimize-collection-routes-and-fleet/SKILL.md

Raise route density and cut cost-per-stop for a collection territory by measuring stops-per-hour and windshield time, sequencing and balancing routes, choosing static vs dynamic routing (RouteWare / Routeware-AMCS / Trux), and matching the fleet mix (front / rear / side-load ASL / roll-off, RNG/EV) to each stream. Reach for this when the user asks "how do we get more stops per hour?", "static or dynamic routing?", "cut windshield time", or "what truck for this stream?". Used by `route-and-diversion-specialist` (primary, route half) and `waste-operations-lead` (fleet half).

Plugin manifests1

plugins/waste-recycling-operations/.claude-plugin/plugin.json
{
  "name": "waste-recycling-operations",
  "version": "0.1.1",
  "description": "Waste & recycling operations team — agents (waste-operations-lead, route-and-diversion-specialist) answering 'how do we collect, haul, dispose of, and divert waste PROFITABLY, SAFELY, and in COMPLIANCE?': collection streams (MSW, recycling, organics, C&D; residential/commercial/roll-off), fleet (front/rear/side-load ASL, roll-off, RNG/EV), transfer stations & Subtitle D landfill (tipping fees, airspace), RCRA Subtitle D compliance, DOT/CDL safety — plus route optimization (density is the profit driver; static vs dynamic; RouteWare/Routeware-AMCS/Trux), diversion measurement, MRF & commodity economics (OCC/PET/HDPE/aluminum/mixed paper; contamination is the killer; post-National-Sword prices), and mandates (EPR, SB 1383, landfill bans). skills, a knowledge bank, templates. Distinct from esg-sustainability-reporting (corporate disclosure), fleet-logistics (generic telematics/DOT), and hazardous-waste RCRA Subtitle C response (out of scope). Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "waste-management",
    "recycling",
    "route-optimization",
    "diversion-rate",
    "landfill-diversion",
    "mrf",
    "commodity-recycling",
    "epr",
    "organics-diversion",
    "collection-fleet",
    "tipping-fees",
    "contamination"
  ],
  "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.

[waste-recycling-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/waste-recycling-operations)