Overall Equipment Effectiveness calculation and analysis skill with availability, performance, and quality tracking
Calculates Overall Equipment Effectiveness with availability, performance, and quality metrics for manufacturing analysis.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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.
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 = Availability x Performance x Quality
Where:
Availability = Run Time / Planned Production Time
Performance = (Total Count x Ideal Cycle Time) / Run Time
Quality = Good Count / Total Count
Planned Production Time: 480 minutes
Downtime: 50 minutes
Run Time: 430 minutes
Ideal Cycle Time: 0.5 minutes
Total Count: 800 units
Good Count: 780 units
Availability = 430 / 480 = 89.6%
Performance = (800 x 0.5) / 430 = 93.0%
Quality = 780 / 800 = 97.5%
OEE = 89.6% x 93.0% x 97.5% = 81.3%
| Loss Category | OEE Factor | Examples |
|---|---|---|
| Breakdowns | Availability | Equipment failures |
| Setup/Adjustments | Availability | Changeovers, warm-up |
| Small Stops | Performance | Jams, minor issues |
| Reduced Speed | Performance | Running below ideal rate |
| Startup Rejects | Quality | Scrap during start-up |
| Production Rejects | Quality | In-process defects |
| OEE Level | Classification | Typical Range |
|---|---|---|
| World Class | Best in class | 85%+ |
| Good | Above average | 70-85% |
| Average | Typical | 60-70% |
| Low | Needs improvement | 40-60% |
| Poor | Significant issues | <40% |
| Factor | World Class | Typical |
|---|---|---|
| Availability | >90% | 85% |
| Performance | >95% | 90% |
| Quality | >99.9% | 98% |
| OEE | >85% | 60% |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.