safety-stock-calculator
SolidStatistical safety stock calculation skill with service level targeting and variability analysis
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Safety Stock Calculator
## Overview
The Safety Stock Calculator provides statistical methods for determining optimal safety stock levels. It analyzes demand and lead time variability, converts service level requirements, and calculates appropriate buffer stocks to meet customer service targets while optimizing working capital.
## Capabilities
- **Demand Variability Analysis**: Coefficient of variation, standard deviation
- **Lead Time Variability Assessment**: Supplier reliability analysis
- **Service Level Conversion**: Fill rate, cycle service level conversion
- **Safety Stock Formula Application**: Standard and periodic review methods
- **Simulation-Based Safety Stock**: Monte Carlo methods for complex scenarios
- **Dynamic Safety Stock Adjustment**: Responsive to changing conditions
- **Safety Stock Reporting**: By segment, category, location
- **Working Capital Impact Analysis**: Investment implications
## Input Schema
```yaml
safety_stock_request:
items: array
- sku_id: string
demand_history: array
lead_time: object
average: float
standard_deviation: float
review_period: integer
unit_cost: float
service_level_targets:
target_type: string # fill_rate, cycle_service_level
target_value: float # e.g., 0.95 for 95%
calculation_method: string # standard, periodic_review, simulation
simulation_iterations: integer # For Monte Carlo method
```
## Output Schema
```yaml
safety_stock_out...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
tco-calculator
Total Cost of Ownership calculation skill for comprehensive supplier and sourcing decision analysis
1,160 Updated today
a5c-ai AI & Automation Solid
cost-to-serve-analyzer
Supply chain cost-to-serve analysis skill by customer, product, or channel
1,160 Updated today
a5c-ai AI & Automation Solid
sil-calculator
Safety Integrity Level calculation skill for SIF design and verification per IEC 61511
1,160 Updated today
a5c-ai AI & Automation Solid
demand-forecasting-engine
Statistical demand forecasting skill using multiple algorithms with automatic model selection and accuracy tracking
1,160 Updated today
a5c-ai AI & Automation Solid
cycle-count-scheduler
AI-driven cycle counting schedule and variance analysis skill to maintain inventory accuracy with minimal operational disruption
1,160 Updated today
a5c-ai