changeover-optimizer
Setup and changeover time reduction skill with SMED methodology and sequence optimization
npx skills add a5c-ai/babysitter --skill changeover-optimizer --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.
# Changeover Optimizer ## Overview The Changeover Optimizer skill provides comprehensive capabilities for reducing setup and changeover times. It supports SMED (Single-Minute Exchange of Die) methodology, sequence optimization, and changeover time tracking. ## Capabilities - Internal/external setup separation - Changeover video analysis - Parallel task identification - Standardization opportunities - Quick-release mechanisms - Sequence optimization - Changeover matrix - Time reduction tracking ## Used By Processes - LEAN-004: Kanban System Design - CAP-002: Production Scheduling Optimization - LEAN-003: Kaizen Event Facilitation ## Tools and Libraries - Video analysis tools - SMED templates - Time study software - Scheduling optimization ## Usage ```yaml skill: changeover-optimizer inputs: equipment: "Injection Molding Press 5" current_changeover_time: 120 # minutes target_changeover_time: 30 changeover_data: video_analysis: "changeover_video_url" task_breakdown: - task: "Remove old mold" time: 15 type: "internal" - task: "Get new mold from storage" time: 20 type: "internal" - task: "Install new mold" time: 25 type: "internal" - task: "Connect utilities" time: 15 type: "internal" -
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- SMED Methodology
- Stage 1: Separate Internal and External Setup
- Stage 2: Convert Internal to External
- Stage 3: Streamline All Operations
- Changeover Analysis
- Changeover Matrix
- Quick Changeover Techniques
- Implementation Steps
- Integration Points
What does the changeover-optimizer skill do?
Setup and changeover time reduction skill with SMED methodology and sequence optimization
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill changeover-optimizer --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.
