oee-calculator
Overall Equipment Effectiveness calculation and analysis skill with availability, performance, and quality tracking
npx skills add a5c-ai/babysitter --skill oee-calculator --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# OEE Calculator ## Overview The OEE Calculator skill provides comprehensive capabilities for calculating and analyzing Overall Equipment Effectiveness. It supports availability, performance, and quality tracking, six big loss categorization, and world-class benchmarking. ## Capabilities - Availability calculation - Performance rate tracking - Quality rate measurement - OEE trending and dashboards - Six big loss categorization - Pareto of losses - Improvement target setting - World-class benchmarking ## Used By Processes - LEAN-001: Value Stream Mapping - SIX-002: Statistical Process Control Implementation - CI-003: Benchmarking Program ## Tools and Libraries - MES integration - OEE software - Real-time dashboards - Data collection systems ## Usage ```yaml skill: oee-calculator inputs: equipment: "CNC Machine 5" period: "2026-01-15" shift_data: planned_production_time: 480 # minutes downtime: - type: "breakdown" minutes: 30 - type: "changeover" minutes: 20 ideal_cycle_time: 0.5 # minutes per unit total_count: 800 # units good_count: 780 # units outputs: - oee_score - availability - performance - quality - loss_breakdown - improvement_opportunities - trend_analysis ``` ## OEE Calcul
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- OEE Calculation
- Formula
- Example Calculation
- Six Big Losses
- OEE Benchmarks
- World-Class Targets
- Loss Analysis Process
- Integration Points
What does the oee-calculator skill do?
Overall Equipment Effectiveness calculation and analysis skill with availability, performance, and quality tracking
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill oee-calculator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
