Ai Skills
Freeby MCP Community
[Experimental] Fluent Commerce domain knowledge for Claude Code. Skills, agents, and MCP server configs for workflows, events, rules, and APIs.
v0.15.0Added Apr 12, 2026
fluent-commerceai-skillsmcpclaude-codeworkflow
Ai Skills MCP Server
[Experimental] Fluent Commerce domain knowledge for Claude Code. Skills, agents, and MCP server configs for workflows, events, rules, and APIs.
Installation
npx -y @fluentcommerce/ai-skills
Reviews
Installation
Quick install
npx -y @fluentcommerce/ai-skills
Add to claude_desktop_config.json
{
"mcpServers": {
"ai-skills": {
"command": "npx",
"args": ["-y", "@fluentcommerce/ai-skills"]
}
}
}