A Claude Code plugin that teaches Claude to recognise and drive MageBox — Qoliber's fast, native-PHP local dev environment for Magento 2 / MageOS — so it can start, operate, onboard, and tune any MageBox project for you.
Ships one skill, magebox-dev-environment, that auto-activates when a repo has a
.magebox.yaml (or when you ask to run a Magento project locally). It can:
- Detect & explain config — read
.magebox.yaml+ the personal.magebox.local.yamloverride and reason about the merged result (domains, PHP, services, env, custom commands). - Operate —
magebox status / check / start / stop / restart,magebox run <name>for the project's custom commands,magebox shell,magebox logs,magebox db …. - Onboard —
magebox clone / fetch / sync / init. - Control PHP —
magebox php <ver>(per-project, writes the local override),php isolate,php ini / opcache / system,magebox xdebug on|off,magebox dev|prod.
It does not cover testing — that lives in the qoliber-magento-quality plugin.
/plugin marketplace add qoliber/magebox-plugin
/plugin install qoliber-magebox@magebox
The part after @ is the marketplace name (magebox), not the repo slug. Verify with
/plugin list; manage with /plugin. Requires the magebox CLI installed on your machine
(curl -fsSL https://get.magebox.dev | bash).
claude --plugin-dir ~/dev/magebox-plugin # test in one session
# then /reload-plugins after editsMaintained by Qoliber · jwinkler@qoliber.com