Agent skill · Code Review & Quality

oee-calculator

Overall Equipment Effectiveness calculation and analysis skill with availability, performance, and quality tracking

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill oee-calculator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/oee-calculator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. OEE Calculation
  7. Formula
  8. Example Calculation
  9. Six Big Losses
  10. OEE Benchmarks
  11. World-Class Targets
  12. Loss Analysis Process
  13. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going