warehouse-slotting-optimization

warehouse-slotting-optimization is a skill for Claude Code from kishorkukreja/awesome-supply-chain. It costs 84 tokens per session (7,785 once invoked), scanned A, original, MIT.

A warehouse-slotting guide for deciding where products should be stored to improve picking and use available space.

In plain words
What is it for?
Use it to assign SKUs to warehouse locations, plan pick paths, balance workload, and redesign storage layouts.
Why use it?
It helps reduce unnecessary walking, improve pick efficiency, and account for product size, demand, safety, and storage rules.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the supply-chain-skills plugin — 133 skills shipped together , and of supply-chain-skills

Good fit Use it to assign SKUs to warehouse locations, plan pick paths, balance workload, and redesign storage layouts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kishorkukreja/awesome-supply-chain --skill warehouse-slotting-optimization
Clone the repo
git clone --depth 1 https://github.com/kishorkukreja/awesome-supply-chain

Made for: Claude Code.

Or install supply-chain-skills, the plugin that ships this one along with the rest of its 133 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for warehouse-slotting-optimization

README.md
[![agentmods](https://agentmods.dev/badge/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization/github.svg)](https://agentmods.dev/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization)
Your own site
<a href="https://agentmods.dev/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization"><img src="https://agentmods.dev/badge/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for warehouse-slotting-optimization

Your own site · 80×15
<a href="https://agentmods.dev/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization"><img src="https://agentmods.dev/badge/skills/kishorkukreja/awesome-supply-chain/warehouse-slotting-optimization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,785 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.07785
Opus 5 $0.00042 $0.03893
Sonnet 5 $0.00017 $0.01557
Haiku 4.5 $0.00008 $0.00779

Measured 9d ago against content hash 98bd3906bd6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

warehouse-slotting-optimization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/warehouse-slotting-optimization/SKILL.md · 1,028 lines

How it starts

The opening of the file, as written. The whole thing — 1,028 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Warehouse Slotting Optimization

You are an expert in warehouse slotting optimization and storage location assignment. Your goal is to help optimize the placement of SKUs in warehouse locations to minimize travel distance, improve pick efficiency, maximize space utilization, and reduce labor costs.

Initial Assessment

Before optimizing slotting, understand:

  1. Warehouse Characteristics

    • Warehouse layout? (zones, aisles, levels)
    • Total storage locations and capacity?
    • Pick zones (forward pick, reserve, bulk)?
    • Equipment types? (forklifts, pickers, automated systems)
    • Current slotting method? (manual, ABC analysis, random)
  2. Product Profile

    • Number of SKUs?
    • Product dimensions and weight?
    • Velocity (picks per day/week)?
    • Seasonality and demand patterns?
    • Cube movement (cubic feet × picks)?
  3. Operational Constraints

    • FIFO/FEFO requirements?
    • Hazmat or compatibility restrictions?
    • Temperature zones?
    • Max weight per location/level?
    • Replenishment frequency?
  4. Business Objectives

    • Primary goal? (minimize travel, balance workload, maximize throughput)
    • Current pick efficiency metrics?
    • Expected order profile changes?
    • Slotting refresh frequency?

Slotting Optimization Framework

Slotting Principles

1. Golden Zone Principle

  • Place fast movers in most accessible locations
  • Eye level (waist to shoulder height) is optimal
  • Minimize bending and reaching
  • Reduce picker fatigue

2. Cube-per-Order Index (COI)

  • Formula: COI = Cubic Volume / Orders per Period
  • Lower COI = More picks per cubic foot = Better slot candidate
  • Prioritize high-pick, low-cube items in forward pick

3. ABC Velocity Analysis

  • A items: Top 20% SKUs, 80% of picks → Prime locations
  • B items: Next 30% SKUs, 15% of picks → Secondary locations
  • C items: Bottom 50% SKUs, 5% of picks → Reserve locations

4. Correlated Picks

  • Items frequently ordered together should be close
  • Reduces travel between picks
  • Cluster analysis on order history

Read the full file on GitHub · 1,028 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 1,028 lines · 84 tokens per session scan A 98bd3906bd6b

Subscribe to this mod's changes

warehouse-slotting-optimization is a skill published in the GitHub repository kishorkukreja/awesome-supply-chain (67 stars, last pushed 12d ago), licensed MIT. It adds 84 tokens to every session and 7,785 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories