ddtcorex
UserAn extensible, flat AI Skills Registry for Claude Code, OpenCode, Codex, and Copilot. Pre-configured for Magento 2 and Govard workflows.
Categories
Indexed Skills (10)
govard-laravel
Laravel-specific Govard shortcuts and commands. Use when: - "Run migrations", "artisan commands" - "Clear Laravel cache", "config:cache" - "Queue operations", "schedule:run" - "Tinker into app", "artisan tinker" - "Laravel Pint", "npm dev/prod" DEPENDENT on govard-toolbox for base commands.
govard-magento
Magento-specific Govard shortcuts and commands. Use when: - "Clear Magento cache", "flush redis cache" - "Run Magento CLI", "bin/magento commands" - "Deploy static content", "setup:di:compile" - "Reindex catalog", "indexer commands" - "Enable/disable modules" DEPENDENT on govard-toolbox for base commands.
magento2-backend-dev
Magento 2 backend development: REST/SOAP/GraphQL APIs, CLI commands, and cron jobs. Use when: - "Create API endpoint", "build REST API", "add GraphQL resolver" - "Create CLI command", "add cron job", "setup message queue" - "Implement web API", "add SOAP service", "create data provider" DEPENDENT on magento2-dev-core for security and architecture patterns.
magento2-frontend-dev
Magento 2 frontend development using Luma/Blank theme. Use when: - "Create Knockout.js component", "add UI Component" - "Modify layout XML", "customize template" - "Write LESS CSS", "style with Magento UI library" - "Add RequireJS module", "extend JavaScript" - "Customize checkout", "modify cart page" DEPENDENT on magento2-dev-core for backend patterns and escaping.
magento2-hyva-dev
Expert Hyvä theme development for Magento 2. Use when: - "Create Hyvä theme", "setup child theme", "build Alpine.js component" - "Make this CSP-compliant", "add Tailwind CSS classes" - "Convert Luma to Hyvä", "migrate Knockout to Alpine" - "Hyvä checkout", "Hyvä React components" - "Tailwind configuration", "CSP nonce registration" This is a SPECIALIZED skill for Hyvä-specific patterns. DEPENDENT on magento2-dev-core for PHP/backend patterns.
magento2-linter
Runs automated code quality checks for Magento 2 projects. Use when: - "Check coding standards", "run phpcs", "lint my code" - "PHPStan analysis", "static analysis on this module" - "Find security issues in code", "audit custom code" - "Verify code quality before commit" This skill runs PHPCS (Magento2 standard) and PHPStan. It is DEPENDENT on magento2-dev-core for understanding the coding standards it validates.
magento2-performance-audit
Performs comprehensive performance and health audit for Magento 2 projects. Use when: - "Audit performance", "check Core Web Vitals", "run Lighthouse" - "Check server configuration", "verify Redis/Varnish setup" - "Analyze database queries", "find N+1 query issues" - "Review indexer configuration", "check cron health" - "Debug cache flush", "why does full_page cache keep flushing", "trace FPC invalidation" - "Too many ajax requests", "customer data section reload storm", "crawler overloading server" This skill runs automated checks against Adobe Commerce Best Practices. DEPENDENT on magento2-dev-core for code-level performance patterns.
magento2-security-scan
Scans Magento 2 code for security vulnerabilities and compliance issues. Use when: - "Security audit", "find vulnerabilities", "check for XSS" - "CSRF protection check", "validate form security" - "Dependency audit", "check for outdated packages" - "PCI compliance check", "security review before deploy" DEPENDENT on magento2-dev-core for security patterns.
govard-toolbox
High-level shortcuts and references for Govard development environment orchestrator. Use when: - "Start/stop environment", "govard up", "govard down" - "Run commands in container", "govard sh" - "Database operations", "db dump", "db import" - "Sync with remote", "bootstrap from staging" - "Debug configuration", "Xdebug setup" This is the BASE skill - for framework-specific shortcuts, also load govard-magento or govard-laravel.
magento2-dev-core
Foundation skill for professional Magento 2 development. Use when: - Creating new modules or customizations - Implementing features following Magento architecture - Working with Dependency Injection, Repositories, or Plugins - Writing secure Magento code - Building backend logic, CLI commands, or cron jobs This is the CORE skill that other Magento 2 skills depend on. Always load this first.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.