Skip to main content
A collection of skills for operating the StateSet iCommerce engine. 38 public skills covering the full commerce lifecycle, plus 9 internal skills for customer support and operations automation.

Getting Started

Install with npm (Claude Code)

Global install (recommended):
@stateset/icommerce-skills is not yet published to npm — install from the repository as above. The npm install -g form will work once it ships.
Local install (repo checkout):
Defaults:
  • Installs to ~/.claude/skills.
  • Override with CLAUDE_HOME=/path/to/.claude or icommerce-skills install --dest /path/to/skills.
  • Use --force to overwrite existing skills.

Manual install (Claude Code)

claude.ai

Add the skill to project knowledge or paste the SKILL.md contents into the conversation. If a skill requires network access, add required domains at claude.ai/settings/capabilities.

Skills at a Glance

All iCommerce Engine Skills

Core Commerce

Inventory and Fulfillment

Financial

Marketing and Subscriptions

Supply Chain and Manufacturing

Platform and Automation

A skill tells an agent how to do something; it does not grant permission to do it. Installing the full set does not widen what the agent may change — that is still governed by whether the CLI is running with --apply and by the rules attached to the agent.

Notes

  • Many skills include references/ for deep docs and scripts/ for repeatable commands. Use the script paths listed in each SKILL.md.
  • Each skill follows the structure defined in AGENTS.md.

Packaging

Next steps

iCommerce CLI

The commands these skills wrap.

CLI workflows

Longer sequences the skills compose.

iCommerce agent

The agent that loads them.

Getting started for AI agents

MCP servers, skills and the rules that govern them.
Last modified on August 31, 2026