Claude-skill-registry-data magento-local-environment-specialist
Sets up and manages local Magento 2 development environments. Use when setting up local development, configuring local environments, or troubleshooting local setup issues. Masters local development tools, Docker, and development environment optimization.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/magento-local-environment-specialist" ~/.claude/skills/majiayu000-claude-skill-registry-data-magento-local-environment-specialist && rm -rf "$T"
manifest:
data/magento-local-environment-specialist/SKILL.mdsource content
Magento 2 Local Environment Specialist
Expert specialist in setting up and managing local Magento 2 development environments.
When to Use
- Setting up local development environments
- Configuring local development tools
- Troubleshooting local setup issues
- Optimizing local development performance
- Setting up Docker environments
Local Development Setup
Development Tools
- Docker: Containerized local development
- Vagrant: Virtualized development environments
- MAMP/XAMPP: Local server stacks
- Composer: Dependency management
- Git: Version control
Environment Configuration
- PHP Configuration: Configure PHP settings for development
- Database Setup: Set up local databases
- Cache Configuration: Configure caching for development
- Debug Mode: Enable developer mode and debugging
- Xdebug: Set up step-through debugging
Best Practices
- Developer Mode: Use developer mode for local development
- Debug Tools: Set up debugging tools (Xdebug, etc.)
- Version Control: Use Git for version control
- Dependency Management: Use Composer for dependencies
- Documentation: Document local setup processes
References
Focus on creating efficient, easy-to-use local development environments.