supply-chain-mgr

Calculate EOQ, safety stock, and classify SKUs by annual usage value.

14|6|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/aiunlocked1412/claude-skill-unlock --skill supply-chain-mgr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supply-chain-mgr
Source: https://github.com/aiunlocked1412/claude-skill-unlock/tree/main/skills/05-business/supply-chain-mgr
Command: npx skills add https://github.com/aiunlocked1412/claude-skill-unlock --skill supply-chain-mgr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps businesses eliminate excessive inventory costs and frequent stockouts by providing a structured, data-driven supply chain decision support system tailored for Thai operations.

Core Features & Use Cases

  • ABC Analysis & Prioritization: Classify SKUs into A/B/C groups by annual usage value to focus control and counting frequency.
  • EOQ, Safety Stock & Reorder Point: Calculate optimal order quantities, service-level-based safety stock, and reorder points using demand and lead-time inputs.
  • Demand Forecasting & 3PL/Supplier Selection: Produce moving-average, exponential smoothing, and seasonal forecasts; evaluate suppliers with QCDFS scorecards and recommend 3PL mixes for e-commerce fulfillment.
  • Use Case: E-commerce apparel seller with 500 SKUs can get ABC segmentation, EOQ for top SKUs, safety stock for 95% service level, supplier ranking, and a recommended 3PL split.

Quick Start

Invoke the skill by typing /supply-chain-mgr to open the menu or append arguments such as EOQ demand 5000 order cost 800 holding 60 to compute EOQ for a SKU.

Frequently Asked Questions about supply-chain-mgr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate EOQ and safety stock to reduce inventory holding costs?

To calculate EOQ and safety stock, input your annual demand, ordering cost, holding cost, lead time, and desired service level. The system computes optimal order quantities and safety buffers to minimize both stockouts and excess holding costs.

What is the best way to perform ABC analysis for hundreds of retail SKUs?

ABC analysis classifies SKUs into A, B, and C groups by annual usage value. This prioritization helps focus inventory control and cycle counting frequency on the highest-value items, applicable to retail and e-commerce operations.

How do I create a supplier scorecard using QCDFS weights for procurement?

Create a supplier scorecard by evaluating vendors using QCDFS criteria: Quality, Cost, Delivery, Flexibility, and Service. Assign weights to each category to rank suppliers and generate a structured Markdown report.

Can I use demand forecasting and S&OP planning for e-commerce apparel inventory?

Yes, demand forecasting and S&OP planning are applicable to e-commerce apparel. The system produces moving-average, exponential smoothing, and seasonal forecasts to align inventory with expected demand and reduce stockouts.

How do I select a 3PL provider for e-commerce fulfillment operations?

Select a 3PL provider by evaluating fulfillment capabilities and operational requirements. The system recommends a 3PL split tailored for e-commerce operations, considering factors like SKU count and service levels.

What data do I need for inventory optimization and reorder point calculations?

For inventory optimization and reorder point calculations, you need demand data, lead times, ordering costs, and holding costs. These inputs drive ABC analysis, EOQ computation, and safety stock generation.