magento-backend
v1.0.0Claude Code plugins for Magento 2 Dev team
By Dao BT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install magento-backend for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install magento-backend@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/daobt-bs/magento-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/magento-backend/.
Plugin files
├── .claude-plugin/plugin.json├── skills/debug-code/SKILL.md├── skills/security-audit/SKILL.md└── skills/validate-code/SKILL.md
Included Skills3
Diagnose and fix Magento 2 issues from a symptom or error. Use when debugging white pages, 500 errors, performance issues, or unexpected behaviour.
Use when performing a security audit, penetration test review, or security-focused code review on Magento 2 codebase — covers OWASP Top 10, Magento-specific attack surfaces (admin, API, payment, template injection), configuration hardening, and third-party module risk assessment.
Use when reviewing Magento 2 backend PHP code (a PR diff, a module, or a specific file) before merge — checks coding standard, architecture/best-practice, security, and performance issues specific to Magento 2.
Plugin manifests1
{
"name": "magento-backend",
"description": "Claude Code plugins for Magento 2 Dev team",
"version": "1.0.0",
"author": {
"name": "Dao BT"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[magento-backend on Agent Plugins Marketplace](https://pluginsmp.com/plugins/magento-backend)