home / skills / proxiblue / claude-skills

proxiblue/claude-skills

Claude skills (experimentation)

17 skills
GitHub

Sponsored

magento-controller-refactor

proxiblue/claude-skills

7
This skill refactors legacy Magento 2 controllers to modern HTTP verb interfaces, improving type safety and PHP 8.3+ compatibility.
analyze-m1-module-for-migration

proxiblue/claude-skills

7
This skill analyzes a Magento 1 module to determine its purpose, usage, and migration viability for Magento 2.
database-query-analysis

proxiblue/claude-skills

7
This skill executes Magento 2 data queries for catalog, orders, configurations, and performance, delivering rapid insights and exportable results.
magento-diagnostic

proxiblue/claude-skills

7
This skill performs a comprehensive Magento 2 diagnostic to reveal system health, performance metrics, and actionable remediation guidance.
security-scan

proxiblue/claude-skills

7
This skill performs comprehensive Magento 2 security auditing, scanning dependencies, configurations, files, code, access controls, and compliance settings to
create-frontend-controller

proxiblue/claude-skills

7
This skill helps you create Magento 2 frontend controller actions for custom pages, AJAX endpoints, or form submissions with proper DI and responses.
cache-diagnostic

proxiblue/claude-skills

7
This skill analyzes Magento 2 cache configuration and performance across Redis, Varnish, and application caches, delivering actionable optimization
code-quality-audit

proxiblue/claude-skills

7
This skill automates Magento 2 code quality checks, delivering PSR-12, PHPStan, PHP_CodeSniffer, and PHP Mess Detector results with actionable fixes.
create-backend-controller

proxiblue/claude-skills

7
This skill helps you generate Magento 2 admin backend controller actions with ACL, routing, and UI integration for admin pages and AJAX endpoints.
email-theme-styling

proxiblue/claude-skills

7
This skill helps you theme Magento 2 transactional emails by guiding header/footer overrides, inlining, and Hyvä integration for consistent branding.
hyva-module-compatibility

proxiblue/claude-skills

7
This skill helps identify and fix Magento 2 Hyvä compatibility issues by replacing block plugins and RequireJS with ViewModels and Alpine.js.
hyva-tailwind-integration

proxiblue/claude-skills

7
This skill helps you integrate Tailwind CSS and Hyvä Themes in Magento 2, guiding configuration merging, module registration, and build processes for seamless
magento2-widget-creation

proxiblue/claude-skills

7
This skill guides building Magento 2 CMS widgets, including module setup, configuration, templates, and optional JavaScript for interactive content.
status-page-monitoring

proxiblue/claude-skills

7
This skill checks status pages from providers like UptimeRobot and PayPal using curl and jq, alerting immediately on any DOWN monitor.
wiki-docs

proxiblue/claude-skills

7
This skill helps document custom Magento 2 site functionality in the project wiki for client handover and developer onboarding.
audit-loop

proxiblue/claude-skills

7
This skill automates an iterative audit-fix loop for changed files, detecting issues and re-auditing until clean.