Agent skill · AI & Agents

production-scheduler

Production scheduling optimization skill with constraint handling, changeover minimization, and due date management

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill production-scheduler --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/production-scheduler/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

# 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

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Scheduling Objectives
  7. Scheduling Rules
  8. Priority Rules
  9. Sequencing Rules
  10. Schedule Optimization
  11. Real-Time Rescheduling Triggers
  12. Integration Points
More from babysitter
All skills →
About this skill
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.

Keep going