From qoliber-magebox
Use when a repo contains a .magebox.yaml (a MageBox-managed Magento/MageOS project), or when asked to start, run, operate, or onboard a Magento project locally with MageBox. Drives the magebox CLI for services, custom commands, onboarding, and PHP control, and is aware of the .magebox.local.yaml personal override. Does not cover testing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qoliber-magebox:magebox-dev-environmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[MageBox](https://magebox.dev) runs Magento with **native PHP-FPM + Nginx** and **Docker only for
MageBox runs Magento with native PHP-FPM + Nginx and Docker only for
stateful services (MySQL, Redis, OpenSearch, Varnish, Mailpit). Drive it through the magebox
CLI. Not for testing — magebox test … and PHPUnit/PHPStan/phpcs belong to the
qoliber-magento-quality skills, not here.
.magebox.yaml at its root. If absent, this skill
doesn't apply..magebox.yaml and, if present, .magebox.local.yaml — the personal, gitignored
override that merges over and wins for php, env, services, and shortcuts. Reason about
the merged config, not just the committed file..magebox.yaml to apply a personal/local tweak. Put it in
.magebox.local.yaml, or use magebox php … (which writes there for you).magebox status, magebox check.magebox start | stop | restart (add --all to act on every project).magebox run <name> runs an entry from the .magebox.yaml commands:
block (e.g. magebox run setup). List them by reading that block.magebox shell; magebox logs <nginx|php|mysql>.magebox db shell | import <file> | export | snapshot create | snapshot restore <name>.magebox clone <project> [--fetch]; then magebox fetch [--media] /
magebox sync [--db|--media] to pull DB + media.magebox init. Brand-new store: magebox new <name> [-q] [--hyva].magebox bootstrap.magebox php <ver> — writes .magebox.local.yaml; restart after.magebox php isolate, magebox php ini, magebox php opcache,
magebox php system. Xdebug: magebox xdebug on|off (off = faster). Mode: magebox dev|prod.php / composer wrappers auto-use the project's PHP version.Full command matrix, config-merge example, and custom-command formats: references/commands.md.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.
npx claudepluginhub 5mehulhelp5/magebox-plugin --plugin qoliber-magebox