govard-magento

Solid

This skill should be used when the user asks to "clear Magento cache", "flush redis cache", "run Magento CLI", "run bin/magento commands", "deploy static content", "setup:di:compile", "reindex catalog", "run indexer commands", "enable/disable modules", "start frontend sync", "run browser-sync", "set up live reload for Hyva/Luma", or "govard frontend". Provides Magento-specific Govard shortcuts and commands. DEPENDENT on govard-toolbox for base commands.

AI & Automation 4 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Govard Magento Commands Magento-specific shortcuts and commands for Govard environments. ## Related Skills **REQUIRED BACKGROUND:** Load `govard-toolbox` first — this skill only covers Magento-specific shortcuts layered on top of Govard's base environment commands. This skill covers only container/CLI shortcuts. For module architecture, DI, and security patterns, see `magento2-dev-core` and `magento2-backend-dev`; for code quality and performance checks, see `magento2-linter`, `magento2-security-scan`, and `magento2-performance-audit`. ## Magento CLI ```bash # Cache management govard sh -c "bin/magento cache:flush" govard sh -c "bin/magento cache:clean full_page" # Specific cache types govard sh -c "bin/magento cache:enable layout block_html" govard sh -c "bin/magento cache:disable config" # Module management govard sh -c "bin/magento module:enable Vendor_Module" govard sh -c "bin/magento module:disable Vendor_Module" govard sh -c "bin/magento module:status" # Setup commands govard sh -c "bin/magento setup:di:compile" govard sh -c "bin/magento setup:static-content:deploy -f" govard sh -c "bin/magento setup:upgrade --keep-generated" # Deploy mode govard sh -c "bin/magento deploy:mode:set developer" govard sh -c "bin/magento deploy:mode:set production" govard sh -c "bin/magento deploy:mode:show" ``` ## Code Generation ```bash # Generate plugin govard sh -c "bin/magento generate:plugin Vendor Module" # Generate observer govard sh -c "bin/magento generate:observer ...

Details

Author
ddtcorex
Repository
ddtcorex/dev-skills-hub
Created
3 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category