Dynamic safety stock and reorder point optimization skill based on demand variability, lead times, and service level targets
Calculates optimal safety stock and reorder points based on demand variability, lead times, and service level targets.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Safety Stock Calculator is a dynamic skill that optimizes safety stock levels and reorder points based on demand variability, lead time uncertainty, and service level targets. It uses statistical methods and optimization algorithms to balance inventory investment against stockout risk.
skill: safety-stock-calculator
inputs:
item:
sku: "SKU001"
unit_cost: 50.00
holding_cost_percent: 25
ordering_cost: 75.00
demand:
average_daily: 100
standard_deviation: 15
forecast_error_percent: 12
lead_time:
average_days: 5
standard_deviation_days: 1
service_level:
target_percent: 98.0
stockout_cost: 25.00
outputs:
calculations:
safety_stock_units: 87
reorder_point: 587
economic_order_quantity: 548
min_level: 587
max_level: 1135
inventory_parameters:
average_inventory: 361
annual_holding_cost: 4512.50
annual_ordering_cost: 4987.50
total_annual_cost: 9500.00
service_analysis:
expected_service_level: 98.2
expected_stockouts_per_year: 0.8
expected_stockout_quantity: 42
recommendations:
review_frequency: "daily"
next_review_date: "2026-01-26"
suggested_order_quantity: 548
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.