CLI tool that installs multiple PHP versions, manages extensions, and runs native services (MySQL, Redis, Elasticsearch, RabbitMQ) without Docker. Reads composer.json/lock to reproduce vendor/ and includes a Mage-OS starter for one‑command setup.
Extends the dev:tests:run command to execute static, unit, integration, and integrity test suites in parallel via ParaTest, with --processes and --runner options and full --arguments passthrough. Includes Composer install steps and CLI examples for speeding up local and CI pipelines.
Composer package running an MCP server with 80+ tools to inspect runtime DI resolution, plugin chains, events, EAV attributes, routes, GraphQL, and more. Includes error/performance diagnostics, a read‑only code runner, code generation, and container-aware setup with production-safe defaults.
Parses XML and PHP to map module load order, DI resolutions (preferences, plugins, virtual types), events, cron, routes, config, and ACL with file/line citations—without booting the app. Also offers a 'doctor' scan, optional live DB reads for runtime state, JSON output, shell completions, and an LSP with VS Code/Zed extensions.
Provides versioned backups with restore and cleanup for CMS pages and blocks, plus XML-defined content updates via a versioned upgrade command. Includes admin and CLI tools to import/export JSON/XML (with media), multistore support, and cron-based history pruning.
Connects Claude, Cursor, Copilot, Gemini, and others to your codebase via an n98-magerun2–backed MCP server, plus curated guidelines and skills for common workflows. Includes an interactive installer, update command, and an extension system that merges project-specific rules and skills from Composer packages.
Adds bin/magento info:dependencies:show-removable to export modules-removable.csv with modules that have no declared dependencies, helping identify candidates to disable. Includes Composer package and installation/usage steps.
Provides CLI commands and an admin grid to detect missing strings, generate locale-specific CSVs, and import existing or missing translations into the database, with optional cron to keep them up to date. Supports converting completed CSVs into language packs and scoping imports globally or per store view.
Scores each product’s data quality on enrichment and consistency to produce a Product Health Score and graded gap list, plus a revenue-weighted Catalog Health Index dashboard. Includes filter-blind detection, a filter coverage heatmap, CLI tools, and REST endpoints.
Claude Code plugin that injects only the rules relevant to your task via a Neo4j-backed RAG pipeline, then blocks risky writes until a plan and tests are approved. Includes quick-start scripts, a FastAPI service, and a CLI, with sub-millisecond retrieval at 10k-rule scale.