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.- Installs to
~/.claude/skills. - Override with
CLAUDE_HOME=/path/to/.claudeoricommerce-skills install --dest /path/to/skills. - Use
--forceto overwrite existing skills.
Manual install (Claude Code)
claude.ai
Add the skill to project knowledge or paste theSKILL.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
Analytics and Search
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 andscripts/for repeatable commands. Use the script paths listed in eachSKILL.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.