sales-bagisto
Installation
SKILL.md
Bagisto Platform Help
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
Figure out what the user actually needs before diving in:
- Goal — building/debugging an API integration, syncing orders/products to a CRM or warehouse, a checkout/conversion question, an install/ops problem, or a platform-selection decision?
- Surface — REST API (
/api/shop,/api/admin), GraphQL API (/api/graphql), the older headlessbagisto/graphql-apipackage (/graphql), the admin panel UI, or a marketplace/POS add-on? - Auth — Laravel Sanctum bearer token, the
X-STOREFRONT-KEYstorefront key, a guest cart token, or JWT (legacy headless package)? - Hosting — self-hosted (own infra: PHP/Laravel + MySQL/MariaDB + Redis) or Bagisto Cloud (managed)?
- Version — Bagisto 2.x line (current; v2.4.x as of mid-2026)? API packages need 2.3.0+.
Skip-ahead rule: if the prompt already says what they need, go straight to Step 2.
Step 2 — Route or answer directly
If the question is really a cross-platform strategy, hand off with the exact command: