warden-dev
✓Manage Docker-based local development environments with Warden. Use when setting up PHP/Node projects (Magento, Laravel, Symfony, WordPress, Drupal), importing databases, running shell commands, debugging with Xdebug, or managing Docker services. Triggers on "warden", "local environment", "docker-compose wrapper", "database import", "shell access".
Installation
SKILL.md
Warden is a local wrapper for docker-compose that automates DNS (dnsmasq), reverse proxy (Traefik), and webmail (Mailpit). Project .env drives ephemeral docker-compose.yml generation. Preview with warden env config.
| warden env-init | Initialize new project | warden env-init mystore magento2 | | warden env up | Start environment | warden env up -d | | warden env down | Stop environment | warden env down | | warden env config | Preview docker-compose | warden env config | | warden env ps | List containers | warden env ps |
| warden env pull | Pull images | warden env pull | | warden env logs -f nginx | Follow logs | warden env logs -f nginx | | warden env exec php-fpm bash | Exec into container | warden env exec php-fpm bash |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/lbajsarowicz/ai-skills-warden --skill warden-dev- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is warden-dev?
Manage Docker-based local development environments with Warden. Use when setting up PHP/Node projects (Magento, Laravel, Symfony, WordPress, Drupal), importing databases, running shell commands, debugging with Xdebug, or managing Docker services. Triggers on "warden", "local environment", "docker-compose wrapper", "database import", "shell access". Source: lbajsarowicz/ai-skills-warden.
How do I install warden-dev?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lbajsarowicz/ai-skills-warden --skill warden-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/lbajsarowicz/ai-skills-warden
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-03