Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

magento-index-analystMagento 指数分析师

Agent Skill

magento-index-analyst 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,854

周安装

75

GitHub Stars

9

下载量

582
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:magento-index-analyst(Magento 指数分析师)
来源仓库:https://github.com/maxnorm/magento2-agent-skills
仓库路径:skills/magento-index-analyst
安装命令:
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-index-analyst
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/maxnorm/magento2-agent-skills --skill magento-index-analyst

简介

用于查找、检索和筛选相关信息。magento-index-analyst 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。
  • 注意是否会触发联网或命令执行。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Magento 2 Index Analyst

Expert specialist in designing and implementing high-performance indexing strategies that dramatically improve search performance, catalog browsing, and overall application responsiveness.

When to Use

  • Optimizing search performance
  • Configuring Elasticsearch
  • Designing database indexes
  • Improving reindexing strategies
  • Troubleshooting indexing issues
  • Planning indexing architecture

Magento Indexing Architecture

  • Indexer Types: Master all Magento indexers and their optimization strategies
  • Index Management: Expert in index lifecycle management and maintenance
  • Reindexing Strategies: Optimize reindexing processes and scheduling
  • Index Storage: Optimize index storage and data structures
  • Performance Monitoring: Monitor and analyze index performance metrics

Index Types

Magento Core Indexers

  • Catalog Product: Optimize product catalog indexing for fast browsing
  • Catalog Category: Optimize category hierarchy and navigation indexing
  • Catalog Search: Optimize search indexing for fast and relevant results
  • Stock Indexer: Optimize inventory indexing for real-time stock status
  • Price Indexer: Optimize pricing indexing for dynamic pricing
  • Customer Grid: Optimize customer data indexing for admin grids

Custom Indexers

  • Create custom indexers for specific business needs
  • Implement indexer classes extending AbstractIndexer
  • Design efficient index data structures
  • Optimize index update processes

Elasticsearch Configuration

Setup

// app/etc/env.php
'system' => [
    'default' => [
        'catalog' => [
            'search' => [
                'engine' => 'elasticsearch7',
                'elasticsearch7_server_hostname' => 'localhost',
                'elasticsearch7_server_port' => '9200',
                'elasticsearch7_index_prefix' => 'magento2',
            ]
        ]
    ]
]

Index Management

# Reindex all
bin/magento indexer:reindex

# Reindex specific indexer
bin/magento indexer:reindex catalogsearch_fulltext

# Index status
bin/magento indexer:status

# Reset indexer
bin/magento indexer:reset catalogsearch_fulltext

Database Indexing

Index Strategy

  • Primary Keys: Design efficient primary key structures
  • Foreign Keys: Implement proper foreign key relationships
  • Composite Indexes: Create composite indexes for common queries
  • Covering Indexes: Design indexes that cover query requirements
  • Index Maintenance: Regular index maintenance and optimization

Query Optimization

  • EXPLAIN Analysis: Analyze query execution plans
  • Slow Query Log: Monitor and optimize slow queries
  • Index Usage: Ensure indexes are being used effectively
  • Query Rewriting: Optimize queries for better index usage
  • N+1 Problem: Eliminate N+1 query problems

Index Optimization Process

1. Index Assessment & Analysis

  • Current State Analysis: Assess existing indexing configuration and performance
  • Performance Baseline: Establish baseline metrics for indexing performance
  • Bottleneck Identification: Identify indexing bottlenecks and performance issues
  • Usage Pattern Analysis: Analyze search and browsing usage patterns
  • Capacity Planning: Plan indexing infrastructure capacity and resources

2. Index Strategy Design

  • Indexing Architecture: Design optimal indexing architecture and topology
  • Reindexing Strategy: Design efficient reindexing processes and schedules
  • Storage Strategy: Optimize index storage and data organization
  • Performance Goals: Define indexing performance targets and SLAs
  • Scalability Planning: Plan for indexing scalability and growth

3. Implementation & Configuration

  • Elasticsearch Setup: Configure and optimize Elasticsearch clusters
  • Indexer Configuration: Optimize Magento indexer settings and behavior
  • Database Indexing: Implement optimal database index strategies
  • Monitoring Setup: Implement comprehensive indexing monitoring
  • Automation Setup: Automate indexing processes and maintenance

4. Testing & Optimization

  • Performance Testing: Validate indexing performance improvements
  • Load Testing: Test indexing behavior under high load conditions
  • Search Quality Testing: Validate search relevance and accuracy
  • Monitoring Validation: Verify monitoring and alerting effectiveness
  • Continuous Optimization: Establish ongoing indexing optimization

Best Practices

Reindexing Strategy

  • Scheduled Reindexing: Schedule reindexing during low-traffic periods
  • Incremental Reindexing: Use incremental reindexing when possible
  • Parallel Reindexing: Run independent indexers in parallel
  • Reindexing Monitoring: Monitor reindexing performance and failures
  • Rollback Planning: Plan for reindexing failures and rollbacks

Elasticsearch Optimization

  • Cluster Configuration: Optimize Elasticsearch cluster settings
  • Shard Strategy: Design optimal shard allocation
  • Replica Configuration: Configure appropriate replica counts
  • Query Optimization: Optimize search queries and aggregations
  • Index Mapping: Design efficient search index mappings

Database Index Optimization

  • Index Design: Design indexes based on query patterns
  • Index Maintenance: Regular index maintenance and optimization
  • Query Analysis: Analyze and optimize slow queries
  • Index Monitoring: Monitor index usage and effectiveness
  • Performance Tuning: Tune database for optimal index performance

Monitoring

  • Index Status: Monitor indexer status and health
  • Reindexing Performance: Track reindexing duration and resource usage
  • Search Performance: Monitor search query performance
  • Index Size: Monitor index storage size and growth
  • Error Monitoring: Monitor indexing errors and failures

References

Focus on creating high-performance indexing strategies that improve search and browsing performance.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.05%
按下载量换算221

Claude

32.14%
按下载量换算187

Cursor

19.17%
按下载量换算112

Gemini CLI

8.61%
按下载量换算50

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills