saleor/agent-skills

saleor-configurator

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.

First seen Mar 27, 2026

Installation

$ npx skills add saleor/agent-skills --skill saleor-configurator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from saleor/agent-skills.

npx skills add saleor/agent-skills

Browse all from saleor/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
saleor
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,279 B
  • docs AGENTS.md 11,950 B
  • docs SUMMARY.md 272 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 384 installs

SKILL.md

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 config.yml for a Saleor store
  • Running deploy, introspect, or diff commands
  • Understanding which identifier to use (slug vs name) for each entity
  • 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 config-
2 Entity Identity CRITICAL identity-
3 CLI Workflow HIGH cli-
4 Deployment HIGH deploy-
5 Diff & Sync MEDIUM diff-

Quick Reference

1. Config Schema (CRITICAL)

  • config-schema — YAML structure, all top-level keys, entity examples

2. Entity Identity (CRITICAL)

  • identity-strategies — Slug-based vs name-based vs singleton; which entity uses which

3. CLI Workflow (HIGH)

  • cli-commands — All commands, flags, env vars, credential setup, non-interactive mode

4. Deployment (HIGH)

  • deploy-pipeline — Stage order, dependency graph, selective deployment, failure handling

5. Diff & Sync (MEDIUM)

  • diff-behavior — How diff detects changes, what triggers create/update/delete

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.md

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md