cycle-counting

Design and manage cycle counting programs for inventory accuracy.

56|16|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill cycle-counting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cycle-counting
Source: https://github.com/kishorkukreja/awesome-supply-chain/tree/main/skills/cycle-counting
Command: npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill cycle-counting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you implement and optimize cycle counting programs to significantly improve inventory accuracy, reduce stockouts and overstocking, and minimize operational disruptions.

Core Features & Use Cases

  • Program Design: Guides you through setting up a cycle counting program, including choosing methods (ABC, random, process-triggered) and defining frequencies.
  • Process Management: Details the step-by-step process from generating count sheets to variance analysis and root cause identification.
  • Performance Tracking: Provides KPIs and metrics to measure the effectiveness of your cycle counting efforts.
  • Use Case: A warehouse manager wants to reduce inventory discrepancies. They can use this Skill to design an ABC cycle counting schedule, implement variance analysis procedures, and track key metrics like count accuracy and variance value.

Quick Start

Use the cycle-counting skill to design an ABC cycle counting program for 5000 SKUs with a target accuracy of 98%.

Frequently Asked Questions about cycle-counting

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

FAQPage Schema
How do I design an ABC cycle counting program to improve inventory accuracy?

To design an ABC cycle counting program, you classify SKUs by value and movement, set counting frequencies for each tier, and generate count sheets to track variance. This method targets high-priority items first to optimize warehouse management efficiency and boost inventory accuracy.

What is the best way to perform variance analysis after a warehouse stock counting?

The best way to perform variance analysis after stock counting is to compare physical counts against system records, identify discrepancies, and conduct root cause identification. This process pinpoints operational issues like receiving errors or shrinkage to prevent future inventory discrepancies.

Can I use Python and pandas for supply chain inventory accuracy tracking?

Yes, you can use Python with pandas and numpy for supply chain inventory accuracy tracking. These libraries support processing large datasets of stock counts, calculating variance values, and analyzing KPI metrics to measure the effectiveness of your cycle counting efforts.

How do I set up a cycle counting schedule for 5000 SKUs with a 98% accuracy target?

Setting up a cycle counting schedule for 5000 SKUs involves using ABC analysis to categorize items and defining frequencies to achieve a 98% accuracy target. You generate count sheets, analyze variances, and track labor planning to maintain operational efficiency.

What KPIs should I track to measure cycle counting effectiveness in warehouse management?

To measure cycle counting effectiveness in warehouse management, track KPIs like count accuracy, variance value, and inventory accuracy percentage. These metrics reveal stock counting discrepancies, guide root cause identification, and demonstrate the ROI of your supply chain program.

When should I use random sampling versus process-triggered counts for inventory accuracy?

Use random sampling for routine inventory accuracy checks across all SKUs, and use process-triggered counts when specific events like receipts or shipments occur. Choosing the right cycle counting methodology depends on your operational workflow and variance analysis needs.