Agent skill
commerce-suppliers
Manage suppliers and purchase orders. Use when running `stateset-suppliers` or handling procurement flows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-suppliers
SKILL.md
Commerce Suppliers
Handle supplier records and purchase order workflows.
How It Works
- Create or update supplier records.
- Create purchase orders for replenishment.
- Approve and send POs to suppliers.
- Track acknowledgements and receipt.
Usage
- CLI:
stateset-suppliers ... - Writes require
--apply. - MCP tools:
list_suppliers,create_supplier,create_purchase_order,approve_purchase_order,send_purchase_order.
Output
{"status":"approved","purchase_order_id":"po_123","supplier_id":"sup_123"}
Present Results to User
- Supplier and PO identifiers.
- Approval and send status.
- Inventory impact or expected receipt date.
Troubleshooting
- Supplier not found: create supplier first.
- PO already approved: avoid modifying line items.
References
- references/suppliers-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/suppliers.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?