magento-setup

Installation
SKILL.md

Magento 2 Project Setup

Before writing code

  1. Fetch system requirements: Fetch https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/system-requirements for current PHP, MySQL, OpenSearch, Redis, and Varnish versions
  2. Fetch installation guide: Web-search site:experienceleague.adobe.com commerce installation guide for step-by-step setup
  3. Check latest version: Web-search magento open source latest version release for the current GA release

What This Skill Does

Guides through complete Magento 2 environment setup:

  1. Verify system requirements — PHP version, required extensions, MySQL/MariaDB, OpenSearch, Redis, Composer
  2. Install via Composercomposer create-project from repo.magento.com
  3. Configure services — database, search engine, cache backend, session storage
  4. Run installerbin/magento setup:install with all required parameters
  5. Post-install — cron setup, developer mode, sample data (optional)

Supported Stack (Conceptual)

Related skills
Installs
3
GitHub Stars
29
First Seen
Mar 31, 2026