Skip to content

qoliber/magebox-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qoliber-magebox

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.

What it does

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.yaml override and reason about the merged result (domains, PHP, services, env, custom commands).
  • Operatemagebox status / check / start / stop / restart, magebox run <name> for the project's custom commands, magebox shell, magebox logs, magebox db ….
  • Onboardmagebox clone / fetch / sync / init.
  • Control PHPmagebox 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.

Install

/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).

Local development

claude --plugin-dir ~/dev/magebox-plugin   # test in one session
# then /reload-plugins after edits

Maintained by Qoliber · jwinkler@qoliber.com

About

Claude Code plugin: drive the MageBox local Magento dev environment (qoliber-magebox skill).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors