saleor-configurator
Original:🇺🇸 English
Translated
Saleor Configurator patterns for managing store configuration as code. Use when writing config.yml, running deploy/introspect/diff commands, understanding entity identification (slug vs name), deployment pipeline order, or debugging sync issues.
17installs
Sourcesaleor/agent-skills
Added on
NPX Install
npx skill4agent add saleor/agent-skills saleor-configuratorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Saleor Configurator
Guide for using Saleor Configurator — a "commerce as code" CLI that lets you define
your entire Saleor store configuration in YAML and deploy it declaratively.
When to Apply
- Writing or editing for a Saleor store
config.yml - Running ,
deploy, orintrospectcommandsdiff - Understanding which identifier to use (vs
slug) for each entityname - Debugging mismatches between local config and remote state
- Setting up CI/CD pipelines for automated deployments
- Migrating store configuration between environments
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Config Schema | CRITICAL | |
| 2 | Entity Identity | CRITICAL | |
| 3 | CLI Workflow | HIGH | |
| 4 | Deployment | HIGH | |
| 5 | Diff & Sync | MEDIUM | |
Quick Reference
1. Config Schema (CRITICAL)
- — YAML structure, all top-level keys, entity examples
config-schema
2. Entity Identity (CRITICAL)
- — Slug-based vs name-based vs singleton; which entity uses which
identity-strategies
3. CLI Workflow (HIGH)
- — All commands, flags, env vars, credential setup, non-interactive mode
cli-commands
4. Deployment (HIGH)
- — Stage order, dependency graph, selective deployment, failure handling
deploy-pipeline
5. Diff & Sync (MEDIUM)
- — How diff detects changes, what triggers create/update/delete
diff-behavior
How to Use
Read individual rule files for detailed explanations and examples:
rules/config-schema.md
rules/identity-strategies.md
rules/cli-commands.md
rules/deploy-pipeline.md
rules/diff-behavior.mdFull Compiled Document
For the complete guide with all rules expanded:
AGENTS.md