Strategic distribution network modeling skill to optimize facility locations, capacity allocation, and inventory positioning
Optimizes distribution networks by modeling facility locations, capacity allocation, and inventory positioning to minimize costs.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Network Optimization Modeler is a strategic skill that optimizes distribution network design including facility locations, capacity allocation, and inventory positioning. It uses advanced modeling techniques to evaluate scenarios and recommend network configurations that minimize cost while meeting service requirements.
skill: network-optimization-modeler
inputs:
current_network:
facilities:
- facility_id: "DC001"
location: "Chicago, IL"
type: "distribution_center"
capacity_pallets: 50000
annual_cost: 2500000
- facility_id: "DC002"
location: "Dallas, TX"
type: "distribution_center"
capacity_pallets: 35000
annual_cost: 1800000
demand:
regions:
- region: "Northeast"
annual_demand_pallets: 75000
service_requirement_days: 2
- region: "Southeast"
annual_demand_pallets: 60000
service_requirement_days: 2
constraints:
max_facilities: 5
budget_capex: 10000000
min_service_level_percent: 95
scenarios:
- name: "Add West Coast DC"
candidate_locations: ["Los Angeles, CA", "Phoenix, AZ"]
- name: "Expand Chicago"
expansion_capacity: 25000
outputs:
recommended_network:
scenario: "Add West Coast DC"
facilities:
- facility_id: "DC001"
status: "existing"
utilization: 85
- facility_id: "DC002"
status: "existing"
utilization: 78
- facility_id: "DC003"
location: "Los Angeles, CA"
status: "new"
capacity_pallets: 40000
capex: 5000000
metrics:
total_annual_cost: 12500000
cost_savings_vs_current: 1200000
service_level_achieved: 97.5
average_transit_days: 1.8
carbon_reduction_percent: 12
scenario_comparison:
- scenario: "Current State"
cost: 13700000
service_level: 92.0
- scenario: "Add West Coast DC"
cost: 12500000
service_level: 97.5
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.