Supply chain network design and optimization skill using mathematical modeling
Optimizes supply chain networks using mathematical modeling for facility placement, transportation, and inventory decisions.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Network Optimization Modeler provides supply chain network design and optimization capabilities using mathematical modeling techniques. It supports facility location decisions, transportation lane optimization, inventory positioning, and cost-service tradeoff analysis.
network_optimization_request:
network_elements:
suppliers: array
facilities: array
- facility_id: string
type: string # plant, DC, hub
location: object
capacity: float
fixed_cost: float
variable_cost: float
status: string # existing, candidate
customers: array
products: array
demand_data:
customer_demand: array
seasonality: object
cost_data:
transportation_rates: array
facility_costs: object
inventory_costs: object
constraints:
service_levels: object
capacity_constraints: object
policy_constraints: array
optimization_objective: string # minimize_cost, maximize_service, balanced
scenarios: array
network_optimization_output:
optimal_network:
facilities:
open_facilities: array
closed_facilities: array
capacity_utilization: object
flows:
sourcing_flows: array
distribution_flows: array
inventory_positioning: object
cost_analysis:
total_cost: float
transportation_cost: float
facility_cost: float
inventory_cost: float
cost_breakdown: object
service_analysis:
service_levels_achieved: object
lead_times: object
scenario_comparison: array
- scenario_name: string
total_cost: float
service_level: float
trade_offs: array
sensitivity_analysis:
key_drivers: array
break_even_points: object
visualizations:
network_map: object
flow_diagram: object
cost_service_curve: object
implementation_roadmap: object
Input: Customer locations, demand, candidate sites
Process: Optimize facility locations and flows
Output: Optimal network configuration with cost analysis
Input: Existing network, new demand patterns
Process: Evaluate reconfiguration options
Output: Recommended network changes with savings
Input: Multiple demand/cost scenarios
Process: Optimize network for each scenario
Output: Robust network recommendation
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.