Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
majiayu000 avatar

Commerce Warehouse

  • 1 installs
  • 534 repo stars
  • Updated August 4, 2026
  • majiayu000/claude-skill-registry

Manages warehouses, zones, bins, and stock movements, tracking location-level inventory for commerce systems.

About

Manages warehouses, locations, and inventory movements including creating zones and bins and moving stock between locations. A developer uses it when setting up warehouses or tracking location-level inventory.

  • Handles warehouse types, location types (zones/bins), and movement types
  • Tracks location-level inventory and presents movement results

Commerce Warehouse by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #3,836 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/majiayu000/claude-skill-registry --skill commerce-warehouse

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars534
Last updatedAugust 4, 2026
Repositorymajiayu000/claude-skill-registry

What it does

Manages warehouses, zones, bins, and stock movements, tracking location-level inventory for commerce systems.

Files

SKILL.mdMarkdownGitHub ↗

Commerce Warehouse

Manage warehouse facilities, location hierarchies, and inventory movements across zones, aisles, racks, and bins.

How It Works

1. Create a warehouse with type and address. 2. Define locations within the warehouse (zones, aisles, racks, bins). 3. Track inventory at each location with on-hand, reserved, and available quantities. 4. Move inventory between locations with full audit trail. 5. Adjust location inventory with reason codes and references.

Usage

  • MCP tools: list_warehouses, get_warehouse, create_warehouse, update_warehouse, list_locations, get_location, create_location, get_location_inventory, adjust_location_inventory, move_inventory, list_movements.
  • Writes require --apply.

Warehouse Types

  • Distribution (default), Manufacturing, Retail, ThirdParty, Consignment, Returns

Location Types

  • Bulk, Pick, Staging, Receiving, Shipping, Quarantine, Returns, Production, Packing, CrossDock

Movement Types

  • Receipt, Transfer, Pick, Adjustment, Shipment, Return

Output

{"status":"moved","from_location":"LOC-A1-01","to_location":"LOC-B2-03","sku":"WIDGET-001","quantity":25}

Present Results to User

  • Warehouse and location identifiers created or updated.
  • Inventory quantities at affected locations.
  • Movement audit trail with reason and reference.

Troubleshooting

  • Insufficient stock at location: check on-hand minus reserved before moving.
  • Location not found: verify the warehouse and location hierarchy exist.
  • Duplicate location code: location codes must be unique within a warehouse.

References

  • references/warehouse-locations.md
  • /home/dom/stateset-icommerce/crates/stateset-core/src/models/warehouse.rs
  • /home/dom/stateset-icommerce/crates/stateset-embedded/src/warehouse.rs

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.