Agent Plugins Marketplace
All plugins

magento-backend

v1.0.0

Claude Code plugins for Magento 2 Dev team

Claude Code3 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install magento-backend@agent-plugin-marketplace

Paste 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-plugins

Clone 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

plugins/magento-backend/
├── .claude-plugin/plugin.json
├── skills/debug-code/SKILL.md
├── skills/security-audit/SKILL.md
└── skills/validate-code/SKILL.md

Included Skills3

debug-codeskills/debug-code/SKILL.md

Diagnose and fix Magento 2 issues from a symptom or error. Use when debugging white pages, 500 errors, performance issues, or unexpected behaviour.

security-auditskills/security-audit/SKILL.md

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.

validate-codeskills/validate-code/SKILL.md

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

plugins/magento-backend/.claude-plugin/plugin.json
{
  "name": "magento-backend",
  "description": "Claude Code plugins for Magento 2 Dev team",
  "version": "1.0.0",
  "author": {
    "name": "Dao BT"
  }
}

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)