ProxiBlue

ProxiBlue

@ProxiBlue

GitHub
17 Skills
238 Total Stars
February 2026 Joined

Public Skills

database-query-analysis

by ProxiBlue

Rapid database query execution skill for common Magento 2 data analysis tasks. Leverages database and magento2-dev MCP servers for catalog, order, configuration, and system data retrieval.

Processing 14 4mo ago

cache-diagnostic

by ProxiBlue

Specialized Magento 2 cache diagnostic skill for analyzing cache configuration, performance, hit rates, and optimization opportunities across all cache layers (Full Page Cache, Application Cache, Redis, Varnish).

Caching 14 4mo ago

email-theme-styling

by ProxiBlue

Comprehensive guide for theming and styling Magento 2 transactional emails via theme files, including Hyvä-specific considerations, CSS inlining architecture, and template override patterns.

Code Gen 14 4mo ago

code-quality-audit

by ProxiBlue

Automated code quality audit skill that runs PSR-12 compliance checks, phpstan static analysis, phpcs code style validation, and phpmd mess detection for Magento 2 code.

Code Review 14 4mo ago

magento-diagnostic

by ProxiBlue

Comprehensive Magento 2 system diagnostic skill that gathers cache status, index status, module information, configuration, logs, and performance metrics for rapid troubleshooting.

Caching 14 4mo ago

security-scan

by ProxiBlue

Comprehensive Magento 2 security scanning skill that checks for vulnerabilities, misconfigurations, outdated dependencies, security patches, and compliance with security best practices.

Code Review 14 4mo ago

status-page-monitoring

by ProxiBlue

Check status pages for down monitors and alert immediately. Uses curl + jq for accurate API parsing. Supports UptimeRobot, PayPal, and other status page providers.

API Dev 14 4mo ago

Page Banner Setup Skill

by ProxiBlue

Banner images should be in SVG or optimized image format

Docker 14 4mo ago

wiki-docs

by ProxiBlue

Document custom Magento 2 site functionality in the project wiki. Systematically captures custom features, modules, configurations, and business logic for client handover and developer onboarding.

Code Gen 14 4mo ago

github-analysis

by ProxiBlue

Systematically analyze GitHub tickets with proper local reproduction. Automatically substitutes production URLs with local DDEV hosts, ensures database sync, downloads missing assets, and reproduces issues locally before proposing solutions.

CLI Tools 14 6mo ago

hyva-module-compatibility

by ProxiBlue

Identify and fix Magento 2 module compatibility issues with Hyvä Themes. Covers block plugin bypasses, RequireJS/Knockout replacements, ViewModels, and Alpine.js integration for modules that work in admin but fail on Hyvä frontend.

Code Gen 14 6mo ago

magento2-widget-creation

by ProxiBlue

Comprehensive guide for creating custom widget modules in Magento 2 that can be inserted into CMS pages and blocks. Covers module structure, widget configuration, templates, JavaScript, CSS, and form submission handling for non-Hyvä themes.

Code Gen 14 6mo ago

analyze-m1-module-for-migration

by ProxiBlue

Systematically analyze a Magento 1 module to determine its purpose, usage, and migration requirements for Magento 2. Use when you need to decide whether to migrate a M1 module, find alternatives, or skip it.

Code Review 14 7mo ago

hyva-tailwind-integration

by ProxiBlue

Comprehensive guidance on integrating Tailwind CSS and JavaScript in Hyvä Themes, including configuration merging, module registration, and build processes for Magento 2.

CLI Tools 14 7mo ago

magento-controller-refactor

by ProxiBlue

Scans and refactors deprecated Magento 2 controller patterns to modern HTTP verb interfaces. Use when modernizing controllers that extend deprecated Action base class or need PHP 8.3+ compatibility.

Code Gen 14 7mo ago

create-backend-controller

by ProxiBlue

Creates a backend (adminhtml) controller action in Magento 2 with proper ACL, routing, authorization, and admin UI integration. Use when building admin pages, AJAX endpoints, form handlers, or mass actions.

Auth 14 7mo ago

create-frontend-controller

by ProxiBlue

Creates a frontend controller action in Magento 2 for the storefront. Use when building custom frontend pages, AJAX endpoints, form submission handlers, or API-like endpoints for JavaScript.

API Dev 14 7mo ago