magento-catalog

Document Magento 2 catalog architecture, product types, categories, and indexing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of understanding and interacting with the Magento 2 catalog system, enabling efficient product management, customization, and search integration.

Core Features & Use Cases

  • Product Type Management: Understand and work with Magento's six built-in product types (Simple, Configurable, Grouped, Bundle, Virtual, Downloadable) and custom types.
  • Category Structure: Manage hierarchical category trees and their attributes.
  • Indexing & Search: Configure and manage Magento's indexing processes and search engine integration for optimal performance.
  • Use Case: When developing a new e-commerce feature for a Magento 2 store, use this Skill to understand how to correctly define product types, assign them to categories, and ensure they are properly indexed for search.

Quick Start

Fetch the catalog and indexing docs for exact indexer configuration, product type XML schema, and search integration patterns before implementing.

Frequently Asked Questions about magento-catalog

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

FAQPage Schema
How do I configure Magento 2 product types and categories for an e-commerce store?

Magento 2 catalog management supports six built-in product types and hierarchical category trees. You define product types using XML schemas and assign them to categories to structure your e-commerce catalog architecture.

How does Magento 2 indexing work for catalog search integration?

Magento 2 indexing mechanisms synchronize catalog product data with search engines to optimize query performance. Configuring indexers correctly ensures that search integration reflects updated product information quickly and accurately.

What are the six built-in product types in Magento 2 catalog architecture?

The six built-in Magento 2 product types are Simple, Configurable, Grouped, Bundle, Virtual, and Downloadable. Understanding these types is essential for correctly defining catalog items and their specific behaviors.

Do I need Adobe Commerce PHP development documentation to manage Magento catalog components?

Yes, detailed Adobe Commerce PHP development documentation is required to understand catalog components, indexing configurations, and search integration patterns before implementing custom Magento 2 catalog features.

Why are my Magento 2 catalog products not showing up in search results?

Catalog products may not appear in search if Magento 2 indexing processes are not properly configured or executed. Fetching indexing documentation helps verify search engine integration and resolve data synchronization issues.