by Guiziweb
Claude Code plugins for Sylius development
# Add to your Claude Code skills
git clone https://github.com/Guiziweb/guiziweb-pluginsGuides for using ide extensions skills like guiziweb-plugins.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:05:50.414Z",
"npmAuditRan": true,
"pipAuditRan": true
}guiziweb-plugins is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Guiziweb. Claude Code plugins for Sylius development. It has 3 GitHub stars.
Yes. guiziweb-plugins passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Guiziweb/guiziweb-plugins" and add it to your Claude Code skills directory (see the Installation section above).
guiziweb-plugins is primarily written in Shell. It is open-source under Guiziweb on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh guiziweb-plugins against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
Claude Code plugins for Sylius plugin development.
claude plugin marketplace add Guiziweb/guiziweb-plugins
Then install the plugin:
claude plugin install sylius-plugin
claude plugin marketplace update guiziweb-plugins
claude plugin update sylius-plugin
| Skill | Description |
|---|---|
sylius-plugin:init |
Create a new Sylius plugin from scratch - Docker setup, rename, database initialization |
sylius-plugin:dev-commands |
Daily development commands (Docker, database, assets, QA) |
sylius-plugin:add-model |
Add a new Doctrine entity as a Sylius Resource |
sylius-plugin:add-translatable-model |
Make an existing Resource translatable, with TranslationType and Twig hooks |
sylius-plugin:add-form |
Add an admin FormType for an existing Resource |
sylius-plugin:add-grid |
Add a Sylius admin grid for an existing Resource |
sylius-plugin:add-routes |
Add Sylius admin routes for an existing Resource with a Grid |
sylius-plugin:add-menu |
Add an admin menu entry for an existing Resource |
sylius-plugin:add-images |
Add a multiple images collection (OneToMany) to an existing Resource |
sylius-plugin:add-autocomplete |
Add an admin autocomplete form type, usable in other forms via a form extension |
sylius-plugin:extends-model |
Extend an existing Sylius entity (Product, Taxon, Channel…) to add custom fields |
sylius-plugin:add-stimulus-controller |
Add a Stimulus JS controller to a plugin |
sylius-plugin:add-behat |
Add Behat UI tests (admin + JavaScript) to an existing plugin |
claude --plugin-dir /path/to/guiziweb-plugins/plugins/sylius-plugin/