magento-setup

Install and configure a Magento 2 Open Source project with Composer.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill magento-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magento-setup
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/magento2-commerce/skills/magento-setup
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill magento-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the initial setup of a Magento 2 Open Source project, ensuring all system requirements are met and the installation process is smooth and error-free.

Core Features & Use Cases

  • System Requirements Verification: Checks for compatible versions of PHP, MySQL, OpenSearch, Redis, and Varnish.
  • Composer Installation: Automates project creation using Composer and the official Magento repository.
  • Configuration: Guides through essential configuration steps for database, search, cache, and admin user setup.
  • Use Case: When starting a new e-commerce project with Magento 2, use this Skill to quickly and correctly set up the development environment.

Quick Start

Use the magento-setup skill to install a new Magento 2 project in the 'my-magento-project' directory with the base URL 'http://localhost'.

Frequently Asked Questions about magento-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and set up a Magento 2 Open Source project using Composer?

Setting up a Magento 2 project requires using Composer to install the base application, verifying system requirements, and then configuring the database, search engine, and admin user.

What system requirements do I need to verify before Magento 2 installation?

Before installing Magento 2, you must verify compatible versions of PHP, MySQL, OpenSearch, Redis, and Varnish to ensure the environment meets the framework requirements.

Does Magento 2 setup include configuring OpenSearch and Redis?

Yes, Magento 2 setup includes essential configuration for OpenSearch and Redis, alongside database setup and admin user creation, to fully prepare the e-commerce environment.

What post-installation tasks are required for a new Magento 2 project?

Post-installation tasks for a new Magento 2 project include setting the application mode and configuring cron jobs to ensure scheduled tasks operate correctly.

Why does my Magento 2 installation fail during system requirements verification?

Magento 2 installation fails during verification if the environment lacks compatible versions of PHP, MySQL, OpenSearch, Redis, or Varnish, preventing the framework from configuring correctly.