abc-xyz-classifier

Multi-dimensional inventory classification skill combining value (ABC) and demand variability (XYZ) analysis for differentiated policies

509 stars

Best use case

abc-xyz-classifier is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Multi-dimensional inventory classification skill combining value (ABC) and demand variability (XYZ) analysis for differentiated policies

Teams using abc-xyz-classifier should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/abc-xyz-classifier/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/logistics/skills/abc-xyz-classifier/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/abc-xyz-classifier/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How abc-xyz-classifier Compares

Feature / Agentabc-xyz-classifierStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Multi-dimensional inventory classification skill combining value (ABC) and demand variability (XYZ) analysis for differentiated policies

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# ABC-XYZ Classifier

## Overview

The ABC-XYZ Classifier is a multi-dimensional inventory classification skill that combines value-based (ABC) and demand variability (XYZ) analysis to enable differentiated inventory policies. It automates Pareto analysis and demand pattern classification to recommend optimal stocking strategies, service levels, and review frequencies.

## Capabilities

- **Pareto Analysis Automation**: Automatically classify inventory into A, B, C categories based on value contribution using Pareto principles
- **Demand Pattern Classification**: Analyze demand variability to classify items as X (stable), Y (variable), or Z (erratic)
- **Inventory Policy Recommendation**: Recommend appropriate inventory policies based on combined ABC-XYZ classification
- **Service Level Differentiation**: Suggest differentiated service level targets based on item classification and business importance
- **Review Frequency Optimization**: Determine optimal inventory review frequencies for each classification
- **Stocking Strategy Suggestions**: Recommend make-to-stock, make-to-order, or hybrid strategies based on classification
- **Cross-Docking Candidacy Identification**: Identify items suitable for cross-docking based on velocity and predictability

## Tools and Libraries

- Statistical Analysis Libraries (pandas, numpy)
- Inventory Optimization Models
- Data Visualization Libraries
- Classification Algorithms

## Used By Processes

- ABC-XYZ Analysis
- Reorder Point Calculation
- Dead Stock and Excess Inventory Management

## Usage

```yaml
skill: abc-xyz-classifier
inputs:
  inventory_data:
    - sku: "SKU001"
      annual_value: 150000
      monthly_demand: [100, 98, 102, 99, 101, 100, 98, 103, 99, 100, 101, 99]
      unit_cost: 125
    - sku: "SKU002"
      annual_value: 45000
      monthly_demand: [50, 75, 30, 60, 45, 80, 35, 55, 70, 40, 65, 50]
      unit_cost: 75
  classification_parameters:
    abc_thresholds:
      A: 80  # Top 80% of value
      B: 95  # Next 15% of value
    xyz_thresholds:
      X: 20  # CV < 20%
      Y: 50  # CV 20-50%
outputs:
  classifications:
    - sku: "SKU001"
      abc_class: "A"
      xyz_class: "X"
      combined_class: "AX"
      annual_value: 150000
      value_rank: 1
      cv_percent: 1.8
      recommendation:
        service_level: 99.5
        review_frequency: "daily"
        stocking_strategy: "make_to_stock"
        safety_stock_method: "statistical"
    - sku: "SKU002"
      abc_class: "B"
      xyz_class: "Y"
      combined_class: "BY"
      annual_value: 45000
      value_rank: 15
      cv_percent: 32.5
      recommendation:
        service_level: 97.0
        review_frequency: "weekly"
        stocking_strategy: "make_to_stock"
        safety_stock_method: "buffer"
  summary:
    AX_count: 45
    AY_count: 30
    AZ_count: 25
    BX_count: 150
    BY_count: 200
    BZ_count: 150
```

## Integration Points

- Enterprise Resource Planning (ERP) Systems
- Inventory Management Systems
- Demand Planning Systems
- Warehouse Management Systems (WMS)
- Financial Systems

## Performance Metrics

- Classification accuracy
- Policy compliance rate
- Service level achievement by class
- Inventory investment by class
- Turn rate by class

Related Skills

kraken2-taxonomic-classifier

509
from a5c-ai/babysitter

Kraken2 taxonomic classification skill for rapid metagenomic read assignment

acmg-variant-classifier

509
from a5c-ai/babysitter

ACMG/AMP variant classification skill for systematic pathogenicity assessment

llm-classifier

509
from a5c-ai/babysitter

LLM-based zero-shot and few-shot classification for flexible intent detection

huggingface-classifier

509
from a5c-ai/babysitter

Hugging Face transformer model fine-tuning and inference for intent classification

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.

retrospect

509
from a5c-ai/babysitter

Summarize or retrospect on a completed Babysitter run.

resume

509
from a5c-ai/babysitter

Resume an existing Babysitter run from Codex.

project-install

509
from a5c-ai/babysitter

Install the Babysitter Codex workspace integration into the current project.