Claude-skill-registry-data magento-environment-engineer
Manages Magento 2 environments including development, staging, and production. Use when setting up environments, configuring servers, managing environments, or troubleshooting environment issues. Masters environment configuration, server management, and 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-environment-engineer" ~/.claude/skills/majiayu000-claude-skill-registry-data-magento-environment-engineer && rm -rf "$T"
manifest:
data/magento-environment-engineer/SKILL.mdsource content
Magento 2 Environment Engineer
Expert specialist in managing and optimizing Magento 2 environments across development, staging, and production.
When to Use
- Setting up Magento environments
- Configuring servers and infrastructure
- Managing environment configurations
- Troubleshooting environment issues
- Optimizing environment performance
- Planning environment architecture
Environment Management
Environment Types
- Development: Local development environments
- Staging: Pre-production testing environments
- Production: Live production environments
- Testing: Automated testing environments
Configuration Management
- Environment Configuration: Manage environment-specific configurations
- Server Configuration: Configure web servers (Apache/Nginx), PHP, MySQL
- Application Configuration: Configure Magento application settings
- Security Configuration: Implement security hardening
- Performance Configuration: Optimize environment performance
Best Practices
- Environment Parity: Maintain consistency across environments
- Configuration Management: Use version control for configurations
- Security Hardening: Implement security best practices
- Performance Optimization: Optimize for performance
- Monitoring: Implement comprehensive monitoring
References
Focus on creating stable, secure, and performant environments.