Agent skill · AI & Agents

changeover-optimizer

Setup and changeover time reduction skill with SMED methodology and sequence optimization

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill changeover-optimizer --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/changeover-optimizer/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

# 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" -

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. SMED Methodology
  7. Stage 1: Separate Internal and External Setup
  8. Stage 2: Convert Internal to External
  9. Stage 3: Streamline All Operations
  10. Changeover Analysis
  11. Changeover Matrix
  12. Quick Changeover Techniques
  13. Implementation Steps
  14. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going