Agent skill · AI & Agents

resource-scheduler

Resource scheduling and assignment optimization skill for personnel and equipment allocation

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill resource-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: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/resource-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

# Resource Scheduler ## Overview The Resource Scheduler skill provides comprehensive capabilities for optimizing resource scheduling and assignment. It supports skill-based assignment, shift scheduling, overtime optimization, and equipment allocation. ## Capabilities - Skill-based assignment - Shift scheduling - Overtime optimization - Cross-training utilization - Equipment allocation - Maintenance window scheduling - Conflict resolution - Schedule publication ## Used By Processes - CAP-002: Production Scheduling Optimization - CAP-001: Capacity Requirements Planning - TOC-002: Drum-Buffer-Rope Scheduling ## Tools and Libraries - Workforce management systems - Scheduling optimization algorithms - HR systems integration - Communication platforms ## Usage ```yaml skill: resource-scheduler inputs: scheduling_horizon: 7 # days resources: - name: "John Smith" type: "operator" skills: ["assembly", "welding", "inspection"] shift_preference: "day" max_hours: 50 - name: "Jane Doe" type: "operator" skills: ["assembly", "packaging"] shift_preference: "flexible" max_hours: 45 requirements: - date: "2026-01-25" shift: "day" skill: "assembly" count: 3 - date: "2026-01-25" shift: "day" skill: "we

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. Shift Patterns
  8. Skill Matrix
  9. Assignment Algorithm
  10. Overtime Management
  11. Cross-Training Strategy
  12. Integration Points
More from babysitter
All skills →
About this skill
What does the resource-scheduler skill do?

Resource scheduling and assignment optimization skill for personnel and equipment allocation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill resource-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