AI-powered workforce planning and task assignment skill to maximize warehouse labor efficiency
Optimizes warehouse workforce planning and task assignments to maximize labor efficiency and productivity.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Labor Productivity Optimizer is an AI-powered skill that optimizes workforce planning and task assignment to maximize warehouse labor efficiency. It uses engineered labor standards, real-time workload analysis, and predictive models to balance resources, improve productivity, and support incentive programs.
skill: labor-productivity-optimizer
inputs:
shift:
date: "2026-01-25"
shift: "first"
start_time: "06:00"
end_time: "14:30"
workforce:
- employee_id: "EMP001"
skills: ["picking", "packing", "forklift"]
productivity_rating: 105
- employee_id: "EMP002"
skills: ["picking", "packing"]
productivity_rating: 98
workload:
picking_lines: 5000
packing_orders: 800
receiving_pallets: 150
labor_standards:
picking_lines_per_hour: 60
packing_orders_per_hour: 25
receiving_pallets_per_hour: 12
outputs:
staffing_plan:
picking:
required_hours: 83.3
assigned_employees: ["EMP001", "EMP002", "EMP003"]
coverage_percent: 100
packing:
required_hours: 32.0
assigned_employees: ["EMP004", "EMP005"]
coverage_percent: 100
productivity_forecast:
expected_completion_time: "14:00"
overtime_risk: "low"
task_assignments:
- employee_id: "EMP001"
tasks:
- type: "picking"
zone: "ZONE_A"
start: "06:00"
expected_lines: 180
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.