Multi-echelon inventory optimization skill with ABC/XYZ segmentation and service level targeting
Optimizes multi-echelon inventory levels using ABC/XYZ segmentation to balance service targets and working capital investment.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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
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.