network-optimization-modeler
Strategic distribution network modeling skill to optimize facility locations, capacity allocation, and inventory positioning
Best use case
network-optimization-modeler is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Strategic distribution network modeling skill to optimize facility locations, capacity allocation, and inventory positioning
Teams using network-optimization-modeler should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/network-optimization-modeler/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How network-optimization-modeler Compares
| Feature / Agent | network-optimization-modeler | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Strategic distribution network modeling skill to optimize facility locations, capacity allocation, and inventory positioning
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Network Optimization Modeler
## Overview
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.
## Capabilities
- **Facility Location Optimization**: Determine optimal locations for distribution centers, fulfillment centers, and warehouses
- **Network Cost-to-Serve Modeling**: Model total cost-to-serve including transportation, inventory, and facility costs
- **Capacity Planning and Allocation**: Optimize capacity allocation across facilities and identify expansion needs
- **Scenario Analysis (Greenfield, Brownfield)**: Evaluate network redesign scenarios from scratch or building on existing infrastructure
- **Service Level Impact Assessment**: Analyze the service level implications of network design decisions
- **Carbon Footprint Modeling**: Incorporate sustainability metrics into network optimization decisions
- **Risk and Resilience Analysis**: Evaluate network resilience to disruptions and identify vulnerability points
## Tools and Libraries
- Network Optimization Solvers (Llamasoft, AIMMS)
- Simulation Tools
- GIS Libraries
- Optimization Libraries (Gurobi, CPLEX)
## Used By Processes
- Distribution Network Optimization
- Cross-Docking Operations
- Multi-Channel Fulfillment
## Usage
```yaml
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
```
## Integration Points
- Strategic Planning Systems
- Transportation Management Systems (TMS)
- Warehouse Management Systems (WMS)
- Financial Planning Systems
- GIS/Mapping Services
## Performance Metrics
- Total cost-to-serve
- Service level coverage
- Facility utilization
- Network efficiency index
- Carbon footprint per unitRelated Skills
image-optimization
Image formats, responsive images, lazy loading, and CDN integration.
bundle-optimization
Bundle analysis, code splitting, tree shaking, and size optimization.
threat-modeler
Generate threat models using STRIDE, PASTA, or VAST methodologies
Network Protocol Analysis Skill
Network protocol capture, analysis, and fuzzing capabilities
network-performance
Expert skill for network performance analysis and optimization. Analyze packet captures, identify network latency bottlenecks, configure TCP tuning parameters, analyze connection pooling behavior, debug TLS handshake performance, and optimize HTTP/2 and HTTP/3 settings.
network-testing
Comprehensive network testing, benchmarking, and performance validation skill
network-simulation
Skill for network condition simulation, emulation, and chaos engineering
tensorrt-optimization
NVIDIA TensorRT model optimization and deployment. Convert models to TensorRT engines, configure optimization profiles and precision modes, apply INT8 calibration, analyze kernel fusion, generate custom plugins, and profile inference performance.
unreal-networking
Unreal Engine networking skill for replication, RPCs, relevancy, and dedicated server architecture.
steamworks-networking
Steam P2P networking skill for lobbies and relay servers.
shader-optimization
Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.
p2p-networking
Peer-to-peer networking skill for NAT punch-through and relay servers.