warehouse-manager

Automate multi-warehouse inventory management and stock transfers with Prisma-based data models.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill warehouse-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warehouse-manager
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/warehouse-manager
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill warehouse-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing stock across multiple warehouses with accurate per-warehouse levels, transfers, and reconciliation is error-prone and slow without an integrated system.

Core Features & Use Cases

  • Warehouse CRUD, per-warehouse stock tracking, and visibility across locations.
  • Inter-warehouse transfers with audit trails and stock reconciliation.
  • Stock adjustments and automated initialization of stock levels for new warehouses.
  • Use Case: A retailer opens a new warehouse and automatically initializes zero stock for all items, then executes transfers to balance inventory.

Quick Start

Create your first warehouse in the Warehouse Manager and begin tracking stock across locations.

Frequently Asked Questions about warehouse-manager

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

FAQPage Schema
How do I track multi-warehouse inventory with Prisma?

Multi-warehouse inventory tracking with Prisma uses Prisma-based data models and server actions to maintain per-warehouse stock levels. This ensures consistent stock state and auditability across all physical locations.

What's the best way to execute inter-warehouse stock transfers?

Inter-warehouse stock transfers are executed using server actions that update per-warehouse inventory levels while generating audit trails. This creates a reliable record for stock reconciliation across multiple warehouse locations.

How do I initialize stock levels when adding a new warehouse?

When adding a new warehouse, the system automatically initializes zero stock levels for all existing inventory items. This allows immediate execution of inter-warehouse transfers to balance inventory across the new location.

Can I reconcile stock discrepancies across multiple warehouse locations?

Yes, stock reconciliation across multiple warehouse locations is supported through stock adjustments and automated audit trails. This ensures consistent stock state during transfers and operational changes.

Does this multi-warehouse inventory approach require a specific database setup?

Multi-warehouse inventory management requires a Prisma-based data model setup to define warehouse schemas and execute server actions. No external dependencies are needed beyond the core Prisma environment.