production-scheduler
Production scheduling optimization skill with constraint handling, changeover minimization, and due date management
Profile →npx skills add a5c-ai/babysitter --skill production-scheduler --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.
# Production Scheduler ## Overview The Production Scheduler skill provides comprehensive capabilities for optimizing production schedules. It supports finite capacity scheduling, changeover optimization, due date prioritization, and real-time rescheduling to maximize throughput and on-time delivery. ## Capabilities - Finite capacity scheduling - Changeover sequence optimization - Due date prioritization - Machine assignment optimization - Setup time reduction - Order splitting strategies - Schedule compression techniques - Real-time rescheduling ## Used By Processes - CAP-002: Production Scheduling Optimization - TOC-002: Drum-Buffer-Rope Scheduling - LEAN-004: Kanban System Design ## Tools and Libraries - Scheduling algorithms - Optimization solvers (Gurobi, CPLEX, OR-Tools) - ERP scheduling modules - APS systems ## Usage ```yaml skill: production-scheduler inputs: orders: - order_id: "ORD001" product: "Widget A" quantity: 500 due_date: "2026-02-10" priority: "high" - order_id: "ORD002" product: "Widget B" quantity: 300 due_date: "2026-02-12" priority: "normal" resources: - machine: "Press 1" available_hours: 16 products: ["Widget A", "Widget B", "Widget C"] - machine: "Press 2" a
- Overview
- Capabilities
- Used By Processes
- Tools and Libraries
- Usage
- Scheduling Objectives
- Scheduling Rules
- Priority Rules
- Sequencing Rules
- Schedule Optimization
- Real-Time Rescheduling Triggers
- Integration Points
What does the production-scheduler skill do?
Production scheduling optimization skill with constraint handling, changeover minimization, and due date management
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill production-scheduler --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.