commerce-manufacturing

Create BOMs and run work orders for manufacturing planning.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/stateset/icommerce-skills --skill commerce-manufacturing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commerce-manufacturing
Source: https://github.com/stateset/icommerce-skills/tree/main/skills/commerce-manufacturing
Command: npx skills add https://github.com/stateset/icommerce-skills --skill commerce-manufacturing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and manage manufacturing BOMs and work orders to streamline production planning and execution.

Core Features & Use Cases

  • Create and activate BOMs for products
  • Add components with quantities and assign to work orders
  • Track work order progress from draft to completed and update inventory
  • Use cases: ramp up production, manage assembly lines, and coordinate materials

Quick Start

Create a BOM for a product and start a work order to begin production.

Frequently Asked Questions about commerce-manufacturing

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

FAQPage Schema
How do I create and activate a BOM for production planning?

To create a BOM for production planning, use the create_bom command, add components with add_bom_component, and finalize it via activate_bom to enable work order execution.

What is the workflow for running manufacturing work orders?

The manufacturing work order workflow involves creating the work order, starting it with start_work_order, and completing it with complete_work_order to update inventory and finalize production.

Can I track work order progress from draft to completion?

Yes, you can track work order progress from draft to completed by executing lifecycle transitions that update inventory and coordinate materials across discrete manufacturing environments.

Does this tool support component assignments with specific quantities?

Yes, you can assign components with specific quantities to work orders using the add_bom_component command during BOM creation to ensure accurate production planning.

What's the best way to orchestrate production workflows across assembly lines?

The best way to orchestrate production workflows is by automating BOM creation and work order transitions via CLI commands to manage assembly lines and coordinate materials effectively.