用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill inventory-optimizer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | inventory-optimizer |
| description | Multi-echelon inventory optimization skill with ABC/XYZ segmentation and service level targeting |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"supply-chain","domain":"business","category":"inventory","priority":"high"} |
The Inventory Optimizer provides comprehensive inventory optimization capabilities including segmentation, service level targeting, and multi-echelon optimization. It balances inventory investment against service levels to maximize supply chain performance.
inventory_optimization_request:
items: array
- sku_id: string
annual_usage_value: float
demand_history: array
lead_time: integer
unit_cost: float
current_stock: integer
service_level_targets: object
network_locations: array
cost_parameters:
carrying_cost_rate: float
ordering_cost: float
stockout_cost: float
optimization_objectives: array
inventory_optimization_output:
segmentation:
abc_classification: object
xyz_classification: object
abc_xyz_matrix: object
optimal_parameters: array
- sku_id: string
safety_stock: integer
reorder_point: integer
order_quantity: integer
service_level: float
investment_analysis:
current_investment: float
optimal_investment: float
reduction_potential: float
slob_analysis:
slow_moving: array
obsolete: array
disposition_recommendations: array
network_rebalancing: object
Input: SKU master with annual usage and demand history
Process: Calculate value classification (ABC) and variability (XYZ)
Output: Nine-box segmentation with policy recommendations
Input: Demand variability, lead time variability, service targets
Process: Calculate optimal safety stock by segment
Output: Safety stock quantities with investment impact
Input: Multi-location inventory positions, demand by location
Process: Identify imbalances and rebalancing opportunities
Output: Transfer recommendations with cost savings