agentsclimarketplace

Mfg oee analysis

Skill charlieviettq/awesome-agent-skill/.cursor/skills/asgard-ai-platform/mfg-oee-analysis

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill mfg-oee-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Calculate and diagnose Overall Equipment Effectiveness (OEE) by decomposing into Availability, Performance, and Quality rates. Use this skill when the user needs to measure production line efficiency, identify equipment losses, benchmark manufacturing performance, or justify capital investment — even if they say 'why is our output low', 'machine utilization report', 'production efficiency', or 'how much capacity are we losing'.

SKILL.md

4.6 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

OEE Analysis

Framework

IRON LAW: OEE = Availability × Performance × Quality

OEE is a MULTIPLICATIVE metric. 90% × 90% × 90% = 72.9%, not 90%.
Each factor compounds the loss. World-class OEE is 85%+. Most plants
operate at 60-65%. Knowing the TOTAL is useless — you must decompose
to find which factor is dragging performance down.

The Three Factors

FactorFormulaMeasuresLoss Categories
AvailabilityRun Time / Planned Production TimeUptime vs downtimeEquipment failures, changeovers, material shortages
Performance(Ideal Cycle Time × Total Count) / Run TimeActual speed vs design speedMinor stops, slow running, idling
QualityGood Count / Total CountYield, first-pass qualityDefects, rework, scrap, startup rejects

Six Big Losses (mapped to OEE factors)

LossOEE FactorExample
1. Equipment failureAvailabilityMachine breakdown, unplanned repair
2. Setup & changeoverAvailabilityProduct changeover, die change, cleaning
3. Idling & minor stopsPerformanceSensor blockage, jam clearing, small adjustments
4. Reduced speedPerformanceRunning below rated speed due to wear or material
5. Process defectsQualityIn-process rejects, rework
6. Startup rejectsQualityScrap during warm-up, first-article failures

Calculation Example

Planned Production Time: 480 min (8-hour shift)
Downtime (breakdowns + changeover): 60 min
Run Time: 420 min

Ideal Cycle Time: 1 min/unit
Total Units Produced: 380

Good Units: 360
Defective Units: 20

Availability = 420 / 480 = 87.5%
Performance = (1 × 380) / 420 = 90.5%
Quality = 360 / 380 = 94.7%

OEE = 87.5% × 90.5% × 94.7% = 75.0%

Diagnosis Steps

Phase 1: Calculate OEE for each production line/machine Phase 2: Identify the weakest factor (Availability, Performance, or Quality) Phase 3: Pareto the losses within that factor (which specific loss is biggest?) Phase 4: Root cause analysis on the top loss (5 Whys, fishbone) Phase 5: Improve and remeasure

Benchmarks

OEE LevelRatingTypical
> 85%World-classTop manufacturers
60-85%TypicalRoom for improvement
40-60%LowSignificant losses, urgent action needed
< 40%CriticalEquipment or process fundamentally broken

Output Format

# OEE Report: {Production Line}

## OEE Summary
| Factor | Value | Benchmark | Status |
|--------|-------|-----------|--------|
| Availability | {%} | >90% | 🟢/🟡/🔴 |
| Performance | {%} | >95% | 🟢/🟡/🔴 |
| Quality | {%} | >99% | 🟢/🟡/🔴 |
| **OEE** | **{%}** | **>85%** | 🟢/🟡/🔴 |

## Loss Breakdown
| Loss | Minutes Lost | % of Total Loss | Priority |
|------|-------------|----------------|---------|
| {loss type} | {min} | {%} | 1/2/3 |

## Root Cause (Top Loss)
{5 Whys or fishbone analysis}

## Improvement Plan
| Action | Target Impact | Timeline | Owner |
|--------|-------------|----------|-------|
| {action} | +{X%} OEE | {weeks} | {who} |

Gotchas

  • OEE is per machine, not per plant: Plant-level OEE averages hide that one machine at 95% and another at 45% average to 70%. Analyze individually.
  • Planned downtime is excluded: OEE measures losses against PLANNED production time. Scheduled maintenance, no-production shifts, and planned shutdowns are excluded from the denominator.
  • 100% OEE is not the goal: It would mean zero changeovers, zero defects, running at max speed 100% of the time. Pursuing 100% can increase costs (e.g., never doing preventive maintenance). Target 85%+ for critical lines.
  • Data collection is the real challenge: Manual OEE tracking is inaccurate. Invest in automated data collection (sensors, MES integration) for reliable measurement.

References

  • For TPM (Total Productive Maintenance) methodology, see references/tpm.md
  • For automated OEE data collection, see references/oee-automation.md

What ships with it: 3 files

37.2 KB alongside SKILL.md

examples/

references/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.