Agent skill · AI & Agents

inventory-optimizer

Inventory management optimization skill with safety stock calculation, reorder point determination, and ABC analysis

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill inventory-optimizer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/inventory-optimizer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Inventory Optimizer ## Overview The Inventory Optimizer skill provides comprehensive capabilities for optimizing inventory management. It supports ABC/XYZ classification, safety stock calculation, reorder point optimization, and service level optimization. ## Capabilities - ABC/XYZ classification - Safety stock calculation - Reorder point optimization - EOQ calculation - Inventory turn analysis - Dead stock identification - Carrying cost analysis - Service level optimization ## Used By Processes - LEAN-004: Kanban System Design - CAP-003: Sales and Operations Planning - TOC-001: Constraint Identification and Exploitation ## Tools and Libraries - Inventory management systems - Optimization algorithms - Demand forecasting tools - ERP integration ## Usage ```yaml skill: inventory-optimizer inputs: items: - sku: "PART-001" annual_demand: 12000 unit_cost: 25 lead_time: 5 # days demand_variability: 0.15 # coefficient of variation holding_cost_rate: 0.25 # annual order_cost: 50 - sku: "PART-002" annual_demand: 500 unit_cost: 500 lead_time: 20 demand_variability: 0.30 holding_cost_rate: 0.25 order_cost: 75 service_level_target: 0.95 analysis_type: "comprehensive" outputs: - abc_xyz_class

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. ABC/XYZ Classification
  7. ABC Analysis (Value)
  8. XYZ Analysis (Variability)
  9. Safety Stock Calculation
  10. Economic Order Quantity (EOQ)
  11. Reorder Point
  12. Inventory Metrics
  13. Integration Points
More from babysitter
All skills →
About this skill
What does the inventory-optimizer skill do?

Inventory management optimization skill with safety stock calculation, reorder point determination, and ABC analysis

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill inventory-optimizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going