manufacturing-operations
v0.2.2Manufacturing-operations team for discrete and process manufacturing — agents (production-planner, shop-floor-and-oee-analyst, quality-and-capa-lead) for the plan / make / control loop on the factory floor: MRP/MPS and demand-vs-capacity planning, S&OP, BOM management, lot sizing and finite scheduling (production-planner); OEE (availability x performance x quality), throughput, takt vs cycle time, Theory-of-Constraints bottleneck analysis, and MES/shop-floor downtime data (shop-floor-and-oee-analyst); SPC, nonconformance (NCR) and CAPA, inspection plans, FMEA, supplier quality, and control plans (quality-and-capa-lead). decision-tree bank, best-practices, skills, commands, templates, an advisory hook, a stdlib OEE/takt/capacity calculator, scenarios. Seams: Lean/Six Sigma -> process-improvement; inferential stats / Gage R&R -> applied-statistics; sourcing -> procurement-sourcing; distribution -> fleet-logistics. Requires ravenclaude-core@>=0.7.0.
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 manufacturing-operations for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install manufacturing-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/manufacturing-operations/.
Plugin files
├── .claude-plugin/plugin.json├── skills/capa-and-spc/SKILL.md├── skills/mrp-and-production-planning/SKILL.md└── skills/oee-and-throughput/SKILL.md
Included Skills3
Hold quality in control and stop defects recurring: stand up SPC reading special vs common cause correctly, structure a nonconformance through containment into a real CAPA, build inspection/control plans and FMEA, and set the supplier-quality bar — prevention over detection over scrap.
Turn demand into a buildable plan: run MPS/MRP and net through the BOM, reconcile the forecast against finite capacity in S&OP, choose lot sizes on an honest setup-vs-holding trade, and build a finite schedule that respects the bottleneck — never infinite-capacity planning.
Diagnose why the line is slow: compute OEE (availability × performance × quality) with stated denominators, compare takt to cycle time, identify the binding constraint via Theory of Constraints, and Pareto MES/downtime loss — fix the constraint, not a non-bottleneck.
Plugin manifests1
{
"name": "manufacturing-operations",
"version": "0.2.2",
"description": "Manufacturing-operations team for discrete and process manufacturing — agents (production-planner, shop-floor-and-oee-analyst, quality-and-capa-lead) for the plan / make / control loop on the factory floor: MRP/MPS and demand-vs-capacity planning, S&OP, BOM management, lot sizing and finite scheduling (production-planner); OEE (availability x performance x quality), throughput, takt vs cycle time, Theory-of-Constraints bottleneck analysis, and MES/shop-floor downtime data (shop-floor-and-oee-analyst); SPC, nonconformance (NCR) and CAPA, inspection plans, FMEA, supplier quality, and control plans (quality-and-capa-lead). decision-tree bank, best-practices, skills, commands, templates, an advisory hook, a stdlib OEE/takt/capacity calculator, scenarios. Seams: Lean/Six Sigma -> process-improvement; inferential stats / Gage R&R -> applied-statistics; sourcing -> procurement-sourcing; distribution -> fleet-logistics. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"manufacturing",
"production-planning",
"mrp",
"mps",
"oee",
"takt-time",
"mes",
"s-and-op",
"capa",
"spc",
"bom",
"throughput"
],
"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.
[manufacturing-operations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/manufacturing-operations)