sylius/sylius-ai-dev-tools

Dev-only AI tooling pack for Sylius: bundles Mate extension and related dev tools for use in Sylius Standard projects.

Maintainers

Package info

github.com/Sylius/sylius-ai-dev-tools

Language:Shell

pkg:composer/sylius/sylius-ai-dev-tools

Transparency log

Fund package maintenance!

sylius

Statistics

Installs: 2 642

Dependents: 1

Suggesters: 2

Stars: 0

Open Issues: 0

v0.4.0 2026-08-31 07:31 UTC

This package is auto-updated.

Last update: 2026-08-31 07:36:17 UTC


README

Sylius Logo.

Sylius AI Dev Tools

Dev-only bootstrap pack for your AI experience in Sylius.

About

sylius/sylius-ai-dev-tools pins the AI developer experience for Sylius 2.x projects to a known-compatible set of versions, so you don't have to work out which sylius-mate-extension and symfony/ai-symfony-mate-extension releases fit together.

The pack is dev-only. Install it as a require-dev dependency; never ship it to production.

What it pins:

  • Tools: the Sylius Mate Extension, exposing the running Sylius kernel (resources, hooks, grids, routes, Twig helpers, mailer, …) to AI coding agents as Mate CLI tools (vendor/bin/mate tools:call …).
  • Skills: sylius-mate-extension also ships the sylius-dev skill (via Mate's native skill distribution), with guidance for building Sylius features idiomatically (resources, admin CRUD, grids, hooks, emails, fixtures, …).

Installation

Add the pack as a dev dependency of your Sylius project:

composer require --dev sylius/sylius-ai-dev-tools

Then bootstrap Mate:

vendor/bin/mate init
vendor/bin/mate discover

discover installs the sylius-dev skill (and any other Mate-distributed skills) into .agents/skills/ as mate-* copies, with mirror symlinks in .claude/skills/. Both folders are generated and rebuilt by Mate (skills:install), so add them to your project's .gitignore:

.agents/skills/mate-*
.claude/skills/mate-*

Restart Claude Code afterwards to load the skill.

Bug Tracking

Report bugs or suggest ideas via GitHub issues.

Community Support

Get Sylius support on Slack, Forum or Stack Overflow.

MIT License

Released under the terms of the MIT License.