Agent skill
commerce-products
Manage products, variants, and pricing in StateSet iCommerce. Use when listing/creating products, updating variants, or running `stateset-direct products`.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-products
SKILL.md
Commerce Products
Manage product catalog entries and variants for storefront and order flows.
How It Works
- List and search products by name, slug, or SKU.
- Create or update product records and variants.
- Activate or deactivate products as needed.
- Report the catalog changes.
Usage
- CLI:
stateset "list products"orstateset-direct products <action> - Writes require
--apply. - MCP tools:
list_products,get_product,get_product_variant,create_product.
Output
{"status":"ok","product_id":"prod_123","sku":"WIDGET-001"}
Present Results to User
- Product or variant identifiers affected.
- Pricing or status changes applied.
- Any validation checks performed.
Troubleshooting
- SKU not found: confirm variant SKU or create the product first.
- Product inactive: activate before using in checkout.
References
- references/product-commands.md
- /home/dom/stateset-icommerce/examples/cli-reference.md
- /home/dom/stateset-icommerce/cli/src/commands/products.js
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?