Labsco
LaunchMyStore logo

LaunchMyStore

from LaunchMyStore

LaunchMyStore MCP server (130+ tools): manage products, orders, customers, themes, apps, functions, analytics for an entire e-commerce store via natural language.

πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

LaunchMyStore β€” Universal Agent Skill

A single /launchmystore skill that turns plain-English intent into the right LaunchMyStore surface β€” the lms CLI, App Bridge SDK, WASM Functions, Aqua themes, or the LaunchMyStore MCP server.

Built on the open SKILL.md standard, so the same skill works identically in:

Claude Code Β· Claude.ai Β· the Claude API Β· OpenAI Codex Β· Cursor Β· Gemini CLI Β· Windsurf Β· Antigravity Β· Aider Β· OpenCode Β· OpenClaw Β· Kilo Code Β· Augment Β· Hermes Agent Β· Mistral Vibe β€” anywhere SKILL.md is supported.

Nothing in the skill is Claude-specific. If a host AI can read SKILL.md and follow Markdown instructions, this skill works.

  • Build apps & extensions β†’ scaffold, push, deploy with lms
  • Embed UI in the admin β†’ Toast / Modal / ResourcePicker via App Bridge
  • Ship WASM Functions β†’ 6 types (discount, shipping, cart transform, payment, delivery, order validation) compiled locally with Javy
  • Author themes β†’ Aqua (Liquid dialect) sections, blocks, snippets, metafields
  • Operate a store with AI β†’ 130+ MCP tools (products, orders, customers, themes, analytics)

Canonical developer docs: https://docs.launchmystore.io

What's inside

Copy & paste β€” that's it
skill/
β”œβ”€β”€ SKILL.md                         # Intent router (~2 KB)
β”œβ”€β”€ references/                      # Loaded by the host AI on demand
β”‚   β”œβ”€β”€ 01-quickstart.md
β”‚   β”œβ”€β”€ 02-building-an-app.md
β”‚   β”œβ”€β”€ 03-cli-reference.md
β”‚   β”œβ”€β”€ 04-app-bridge.md
β”‚   β”œβ”€β”€ 05-extensions.md             # 14 extension types
β”‚   β”œβ”€β”€ 06-functions.md              # All 6 WASM Function types
β”‚   β”œβ”€β”€ 07-merchant-mcp.md           # 130+ MCP tools, organized by domain
β”‚   β”œβ”€β”€ 08-aqua-themes.md            # Sections / blocks / groups / snippets / metafields
β”‚   β”œβ”€β”€ 09-beginner-walkthroughs.md
β”‚   └── 10-troubleshooting.md
β”œβ”€β”€ examples/
β”‚   β”œβ”€β”€ cart-transform/              # All 6 function types
β”‚   β”œβ”€β”€ discount-function/
β”‚   β”œβ”€β”€ shipping-rate/
β”‚   β”œβ”€β”€ payment-customization/
β”‚   β”œβ”€β”€ delivery-customization/
β”‚   β”œβ”€β”€ order-validation/
β”‚   β”œβ”€β”€ theme-section/               # Full sections/hero.liquid with schema
β”‚   β”œβ”€β”€ theme-block/                 # App-supplied .aqua + .schema.json
β”‚   β”œβ”€β”€ theme-group/                 # sections/header-group.json + layout hook
β”‚   β”œβ”€β”€ theme-snippet/               # Reusable product-card snippet
β”‚   β”œβ”€β”€ app-bridge/                  # Admin block using Toast + Picker + SessionToken
β”‚   └── mcp-prompts.md
└── .claude-plugin/marketplace.json

What the skill routes to

You saySkill loadsYou get
"I want to build my first app"02-building-an-app.mdlms app create walkthrough
lms <something>03-cli-reference.mdFull CLI surface + flags
"toast / modal / picker / session token"04-app-bridge.mdVanilla + React SDK + 21 actions
"theme block / checkout extension / admin block"05-extensions.md14 extension types + scaffold commands
"discount / shipping rate / cart transform / WASM"06-functions.mdAll 6 types + local Javy compile flow
"add a product / list orders / manage my store"07-merchant-mcp.md130+ MCP tools by domain + workflows
"Aqua / Liquid / section / snippet / metafields"08-aqua-themes.mdTheme authoring + Liquid + metafield drops
"I'm new" / no clear intent01-quickstart.md β†’ 09-beginner-walkthroughs.mdRouting decision tree + plain-English recipes

Contributing

Issues + PRs welcome at https://github.com/LaunchMyStore/skill.

License

MIT β€” see LICENSE.