inventory-management

Coordinate inventory changes across locations with stock tracking and valuation.

23|7|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill inventory-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inventory-management
Source: https://github.com/peterbamuhigire/skills-web-dev/tree/main/inventory-management
Command: npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill inventory-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate infrastructure for inventory, stock movement, BOMs, valuation, and multi-location controls while referencing the existing ERP implementation, inventory docs, and the small-business bookkeeping playbook.

Core Features & Use Cases

  • ERP flow alignment: Align stock-ledgers, UnitConversionService.php, BOM previews, and stock deductions with general bookkeeping concepts.
  • Multi-location valuation & audits: Document and enforce warehouse-level ledgers, valuation methods per product class, and auditable stock movements.
  • Auditable movements: Ensure every stock change logs user, timestamp, location, quantity, and reason; require approvals for large adjustments.
  • BOM and assembly integration: Manage bundles and manufactured goods with BOM logic, component decrement, and finished-goods tracking.
  • Use cases: When a feature touches items, transfers, inventory valuation, or reporting, Claude applies consistent behavior.

Quick Start

Describe the inventory change you want to implement so Claude can align stock, BOM, and valuation flows across locations.

Frequently Asked Questions about inventory-management

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

FAQPage Schema
How do I track inventory across multiple warehouse locations with audit trails?

Multi-location inventory tracking coordinates stock changes across warehouses by logging user, timestamp, location, quantity, and reason for every movement. This ensures consistent stock levels and creates auditable trails for each transfer or adjustment.

How do I handle BOM logic and component deductions during assembly?

BOM and assembly integration manages bundles and manufactured goods by applying BOM logic to decrement component quantities and track finished goods. This ensures component stock is accurately reduced when assemblies are completed.

Can I prevent negative stock levels when recording inventory adjustments?

Negative stock prevention is enforced during inventory adjustments and transfers. The system blocks transactions that would reduce warehouse stock below zero, ensuring stock ledgers remain accurate and valid.

How do I calculate COGS and inventory valuation across different warehouses?

Inventory valuation applies valuation methods per product class across warehouse-level ledgers to calculate correct COGS. Journal entries are generated per the inventory playbook to maintain accurate financial records for each location.

What's the best way to align stock-ledgers with existing UnitConversionService logic?

Stock-ledger alignment integrates with UnitConversionService.php to ensure unit conversions are applied consistently during stock movements. This maintains accurate quantity tracking when items use different units of measure across transactions.

Do I need franchise_id controls for multi-location stock transfers?

Franchise_id controls are required for multi-location stock transfers to restrict data access by franchise. This ensures users only view and manage inventory movements within their authorized franchise boundaries.