AI-powered load building and consolidation skill to maximize trailer utilization and reduce transportation costs
Optimizes 3D load plans for trailers to maximize space utilization and reduce freight costs.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Load Optimization Calculator is an AI-powered skill that optimizes load building and freight consolidation to maximize trailer utilization and reduce transportation costs. It uses advanced 3D bin packing algorithms and considers weight distribution, stackability rules, and multi-stop sequencing requirements.
skill: load-optimization-calculator
inputs:
trailer:
type: "53ft_dry_van"
length_inches: 636
width_inches: 102
height_inches: 110
max_weight_lbs: 45000
shipments:
- shipment_id: "SHP001"
items:
- sku: "ITEM001"
length: 48
width: 40
height: 48
weight: 500
quantity: 4
stackable: true
max_stack: 2
destination: "Stop 1"
- shipment_id: "SHP002"
items:
- sku: "ITEM002"
length: 48
width: 40
height: 36
weight: 350
quantity: 6
stackable: true
max_stack: 3
destination: "Stop 2"
constraints:
optimize_for: "cube_utilization"
reverse_stop_order: true
outputs:
load_plan:
total_weight_lbs: 4100
weight_utilization: 9.1
cube_utilization: 68.5
placements:
- item_id: "SHP002-ITEM002-1"
position: { x: 0, y: 0, z: 0 }
orientation: "length_first"
- item_id: "SHP001-ITEM001-1"
position: { x: 48, y: 0, z: 0 }
orientation: "length_first"
loading_sequence: ["SHP002", "SHP001"]
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.