Back to the catalog

saleor-storefront

saleor/agent-skills · skills.sh

Open source Repository Open in the app JSON README (API)

About

Skill publicada por saleor/agent-skills no skills.sh. Instale com: npx skills add saleor/agent-skills@saleor-storefront

Details

Kind
Agent skills
Topic
E-commerce & business
Publisher
saleor
Origin
skillssh
Category
ferramentas
Stars
2
Last push
2026-08-06T17:23:25Z
Repository state
ativo
License
NOASSERTION
Added
2026-08-30 15:22:45
Updated
2026-09-08 15:05:58
Origin id
saleor/agent-skills/saleor-storefront

README

# Saleor Agent Skills

Universal [agent skills](https://agentskills.io) for building e-commerce applications with [Saleor](https://saleor.io).

## Available Skills

| Skill                                                | Description                                                                                                                                                                                                               |
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`saleor-app`](skills/saleor-app/)                   | Patterns for building Saleor apps — protocol manifest, dashboard appbridge, webhooks, permissions                                                                                                                         |
| [`saleor-configurator`](skills/saleor-configurator/) | Patterns for managing Saleor store configuration as code using [Saleor Configurator](https://github.com/saleor/saleor-configurator) — config.yml schema, deploy/diff/introspect CLI, entity identity, deployment pipeline |
| [`saleor-core`](skills/saleor-core/)                 | Saleor backend internals — discount precedence, stacking rules, denormalized fields, Dashboard bugs                                                                                                                      |
| [`saleor-storefront`](skills/saleor-storefront/)     | Saleor API patterns for building storefronts — data model, permissions, checkout, channels, variants                                                                                                                      |

## Installation

Install a specific skill with `npx skills`:

```shell
npx skills add saleor/agent-skills --skill <skill-name>
```

Where `<skill-name>` is one of: `saleor-app`, `saleor-configurator`, `saleor-core`, `saleor-storefront`. See each skill's README for its install command.

This installs the skill into `.agents/skills/` in your project, where AI agents can auto-discover it.

## What Are Agent Skills?

Agent skills are structured instruction sets that help AI coding assistants (like Cursor, Claude, Copilot) understand domain-specific patterns. They follow the [Agent Skills Specification](https://agentskills.io).

Each skill contains:

- **SKILL.md** — Overview and quick reference (agents read this first)
- **AGENTS.md** — Full compiled document with all rules expanded
- **rules/** — Individual rule files with detailed examples
- **references/** — Supporting deep-dive documentation

## License

BSD-3-Clause AND CC-BY-4.0

More