Skip to content

saleor/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Saleor Agent Skills

Universal agent skills for building e-commerce applications with Saleor.

Available Skills

Skill Description
saleor-storefront Saleor API patterns for building storefronts — data model, permissions, checkout, channels, variants

Installation

npx skills add saleor/agent-skills --skill saleor-storefront

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.

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

For Saleor Storefront Developers

These skills are framework-agnostic — they cover Saleor API patterns that apply whether you're using Next.js, Remix, Nuxt, or a custom setup.

For framework-specific patterns (caching strategies, component architecture, file conventions), see project-level skills like saleor-paper-storefront in specific storefront implementations.

License

MIT

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published