magento2-warden

Installation
SKILL.md

magento2-warden

Warden environment toolkit for Magento 2 — database access, CLI execution, DB import/export, and environment management.


Critical Rules

  • NEVER run bin/magento directly — always via warden env exec php-fpm bin/magento
  • NEVER delete cache folders manually (rm -rf var/cache) — use bin/magento cache:flush via warden
  • NEVER run raw SQL mutations (UPDATE, DELETE, DROP) without explicit user confirmation
  • Always quote SQL in warden db connect with -e "..." flag
  • Always use -A flag with warden db connect to disable auto-rehash (faster for large schemas)

Feature 1: Database Queries

Use warden db connect to run SQL queries non-interactively.

Related skills
Installs
3
GitHub Stars
4
First Seen
Mar 30, 2026