Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

magento-ai-toolkit

magento-ai-toolkit 收录了来自 furan917 的 28 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
28
Stars
31
更新
2026-05-09
Forks
2
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

magento-agent-cron
网络与计算机系统管理员

Autonomously diagnose Magento 2 cron problems — jobs missed, stuck running, error spikes, cron_schedule bloat, consumer-runner not draining queues, distributed-cron contention — and scaffold new cron jobs (crontab.xml + handler, optional admin-editable schedule). Produces a Cron Report with environment, root cause, fix, and verification.

2026-05-09
magento-agent-search
网络与计算机系统管理员

Autonomously diagnose Magento 2 catalog search problems — missing products, 0 results, wrong relevance, stuck reindex, cluster red/yellow, disk-watermark read-only — and advise on ES 7 → ES 8 or ES 7 → OpenSearch migrations. Produces a Search Report with engine, version, cluster health, root cause, fix, and verification.

2026-05-09
magento-agent-sql
数据库架构师

Autonomously diagnose Magento 2 slow queries, missing indexes, deadlocks, and N+1 patterns; propose db_schema.xml changes with whitelist regeneration; assess online-DDL feasibility per engine (MySQL 8 vs MariaDB). Produces a SQL Report with root cause, proposed index/rewrite, schema diff, and verification plan.

2026-05-09
magento-cron
网络与计算机系统管理员

Configure, diagnose, and tune Magento 2 cron — crontab.xml, cron_groups.xml, the cron_schedule lifecycle, consumer-runner, distributed-cron, and Adobe Commerce Cloud crons. Use when scheduling jobs, debugging stuck/missed runs, or tuning history retention.

2026-05-09
magento-search
数据库架构师

Configure and tune Magento 2 catalog search across Elasticsearch 7.x, Elasticsearch 8.x, and OpenSearch 1.x/2.x. Covers env.php per-engine and per-provider (AWS OpenSearch Service, Elastic Cloud, self-host), searchable attributes, aliases, synonyms, stop words, query templates, relevance diagnosis via _search?explain=true, and engine migration decisions.

2026-05-09
magento-sql
数据库架构师

Write safe, fast SQL in Magento 2 — Select builder, placeholders, batch ops, transactions, composite indexes, db_schema.xml best practices, whitelist, and MySQL 8 / MariaDB features (INSTANT DDL, invisible/functional indexes, histograms). Use when writing queries, designing indexes, diagnosing slow reads, or editing db_schema.xml.

2026-05-09
magento-agent-amqp
网络与计算机系统管理员

Autonomously diagnose Magento 2 message queue problems — backlog growth, stuck consumers, broker connectivity, DLQ overflow — and scaffold new queues (communication, topology, consumer, publisher) from a specification. Produces an AMQP Report with root cause and fix.

2026-04-18
magento-agent-cache
网络与计算机系统管理员

Autonomously diagnose Magento 2 cache issues — FPC bypass, Redis pressure, stale blocks, and invalidation failures — and scaffold custom cache types. Produces a Cache Report with root cause and fix.

2026-04-18
magento-agent-indexer
软件开发工程师

Autonomously diagnose Magento 2 indexer issues, fix invalid or stuck indexers, and scaffold custom indexers from a spec — reads indexer state, mview changelog, and DB schema to produce a concrete fix or implementation plan.

2026-04-18
magento-amqp
软件开发工程师

Configure Magento 2 message queues with AMQP (RabbitMQ, AmazonMQ), DB adapter, and all four required XML files. Use when building async processing, bulk operations, or decoupled architectures.

2026-04-18
magento-cache
软件开发工程师

Build and manage custom Magento 2 cache types using TagScope, cache.xml, and cache tags. Use when creating cacheable data structures, custom cache identifiers, or diagnosing cache invalidation issues.

2026-04-18
magento-indexer
软件开发工程师

Build custom Magento 2 indexers with ActionInterface, indexer.xml, and mview.xml for full and incremental reindexing. Use when creating flat tables, denormalized data, or custom index structures.

2026-04-18
magento-agent-api-builder
软件开发工程师

Autonomously generate a complete Magento 2 REST or GraphQL API from a plain-language spec — service contracts, repository, webapi.xml, and GraphQL schema with resolvers.

2026-02-22
magento-agent-bug-triage
计算机用户支持专员

Autonomously diagnose Magento 2 bugs from a symptom or error — reads logs, checks system state, identifies root cause, and produces a concrete fix plan.

2026-02-22
magento-agent-code-review
软件质量保证分析师与测试员

Autonomously review Magento 2 module code against coding standards, architectural rules, and security requirements. Produces a severity-rated findings report.

2026-02-22
magento-agent-deployment
网络与计算机系统管理员

Autonomously validate environment state and execute a safe Magento 2 deployment with correct command order and confirmation gates before destructive steps.

2026-02-22
magento-agent-module-generator
软件开发工程师

Autonomously generate a complete, production-ready Magento 2 module from a plain-language spec — all files, directory structure, service contracts, and database schema.

2026-02-22
magento-agent-performance-auditor
网络与计算机系统管理员

Autonomously audit a Magento 2 store performance across all 8 layers: cache, indexers, Redis, OpenSearch, database, PHP/OPcache, static assets, and queues.

2026-02-22
magento-api
软件开发工程师

Create Magento 2 REST and GraphQL API endpoints following service contract patterns. Use when building APIs, webapi.xml routes, or GraphQL resolvers.

2026-02-22
magento-cli-command
计算机程序员

Scaffold custom Magento 2 CLI commands with arguments, options, progress bars, and area-aware execution. Use when creating bin/magento commands.

2026-02-22
magento-db-schema
数据库管理员

Create or modify Magento 2 declarative database schemas and the Model/ResourceModel/Collection pattern. Use when creating tables, models, or database migrations.

2026-02-22
magento-debug
软件开发工程师

Diagnose and fix Magento 2 issues from a symptom or error. Use when debugging white pages, 500 errors, performance issues, or unexpected behaviour.

2026-02-22
magento-deploy
网络与计算机系统管理员

Guide safe Magento 2 deployments with correct command order and minimal downtime. Use when planning or executing a Magento 2 deployment.

2026-02-22
magento-hyva
网页开发工程师

Build Hyva theme templates, Alpine.js components, Tailwind CSS styles, and View Models for Magento 2. Use when developing frontend for Hyva-based Magento stores.

2026-02-22
magento-infra
网络与计算机系统管理员

Configure and troubleshoot Magento 2 infrastructure: Redis, RabbitMQ, and OpenSearch/Elasticsearch. Use when setting up or debugging cache, queues, or search.

2026-02-22
magento-observer
软件开发工程师

Create Magento 2 event observers to react to system events without modifying core code. Use when responding to events like catalog_product_save_after.

2026-02-22
magento-plugin
软件开发工程师

Create Magento 2 plugins (interceptors) to modify core or third-party method behaviour without editing vendor code. Use when intercepting methods or adding before/after/around logic.

2026-02-22
magento-test
软件质量保证分析师与测试员

Generate Magento 2 unit and integration tests using PHPUnit. Use when writing tests for models, services, plugins, or observers.

2026-02-22