Agent skill
commerce-inventory
Manage inventory counts, adjustments, and stock health. Use when running `stateset-inventory`, `stateset-direct inventory`, or checking low-stock and adjustments.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-inventory
SKILL.md
Commerce Inventory
Track stock levels, reservations, and adjustments across locations.
How It Works
- Check stock and availability for SKUs.
- Adjust inventory with a reason code.
- Reserve, confirm, or release stock for orders.
- Report new availability and low-stock signals.
Usage
- CLI:
stateset-inventory ...orstateset-direct inventory <action> - Writes require
--apply. - MCP tools:
get_stock,create_inventory_item,adjust_inventory,reserve_inventory,confirm_reservation,release_reservation.
Output
{"status":"adjusted","sku":"WIDGET-001","available":75}
Present Results to User
- Updated stock levels and reservation status.
- Any low-stock or reorder warnings.
- Reason notes used for adjustments.
Troubleshooting
- Insufficient stock: check reservations and on-hand counts.
- Unknown SKU: ensure the product and inventory item exist.
References
- references/inventory-commands.md
- /home/dom/stateset-icommerce/cli/.claude/skills/commerce-inventory/SKILL.md
- /home/dom/stateset-icommerce/examples/workflows.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?