AI-driven warehouse slotting skill to optimize product placement based on velocity, pick frequency, and operational efficiency
Optimizes warehouse product placement based on velocity and pick frequency to reduce travel time and increase efficiency.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Slotting Optimization Engine is an AI-driven skill that optimizes warehouse product placement based on velocity, pick frequency, and operational efficiency. It analyzes product characteristics, order patterns, and warehouse layout to recommend optimal slot assignments that minimize travel time and maximize picking productivity.
skill: slotting-optimization-engine
inputs:
warehouse:
warehouse_id: "WH001"
zones:
- zone_id: "ZONE_A"
type: "pick_module"
locations: 500
golden_zone_locations: 100
- zone_id: "ZONE_B"
type: "bulk_storage"
locations: 200
products:
- sku: "SKU001"
velocity_class: "A"
picks_per_day: 150
cube: 0.5
weight_lbs: 2.5
stackable: true
- sku: "SKU002"
velocity_class: "B"
picks_per_day: 45
cube: 1.2
weight_lbs: 8.0
stackable: false
constraints:
optimize_for: "travel_time"
respect_product_families: true
ergonomic_weight_limit_lbs: 25
outputs:
slot_recommendations:
- sku: "SKU001"
recommended_location: "A-01-02-A"
zone: "ZONE_A"
reason: "High velocity - golden zone placement"
expected_picks_reduction: 15
- sku: "SKU002"
recommended_location: "A-05-03-B"
zone: "ZONE_A"
reason: "Medium velocity - mid-zone placement"
expected_picks_reduction: 8
projected_improvement:
travel_time_reduction_percent: 12.5
picks_per_hour_increase: 8.3
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 asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.