.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/furan917/magento-ai-toolkit
home/skills/furan917/magento-ai-toolkit
furan917 avatar

furan917/magento-ai-toolkit

28 skills

View on GitHub
$npx skills add furan917/magento-ai-toolkit
SkillInstalls
magento-agent-amqpAutonomously diagnose Magento 2 message queue problems — backlog growth, stuck consumers, broker connectivity, DLQ overflow — and scaffold new queues…—magento-agent-api-builderAutonomously generate a complete Magento 2 REST or GraphQL API from a plain-language spec — service contracts, repository, webapi.xml, and GraphQL schema with…—magento-agent-bug-triageAutonomously diagnose Magento 2 bugs from a symptom or error — reads logs, checks system state, identifies root cause, and produces a concrete fix plan.—magento-agent-cacheAutonomously diagnose Magento 2 cache issues — FPC bypass, Redis pressure, stale blocks, and invalidation failures — and scaffold custom cache types.—magento-agent-code-reviewAutonomously review Magento 2 module code against coding standards, architectural rules, and security requirements. Produces a severity-rated findings report.—magento-agent-cronAutonomously diagnose Magento 2 cron problems — jobs missed, stuck running, error spikes, cron_schedule bloat, consumer-runner not draining queues,…—magento-agent-deploymentAutonomously validate environment state and execute a safe Magento 2 deployment with correct command order and confirmation gates before destructive steps.—magento-agent-indexerAutonomously diagnose Magento 2 indexer issues, fix invalid or stuck indexers, and scaffold custom indexers from a spec — reads indexer state, mview changelog,…—magento-agent-module-generatorAutonomously generate a complete, production-ready Magento 2 module from a plain-language spec — all files, directory structure, service contracts, and…—magento-agent-performance-auditorAutonomously audit a Magento 2 store performance across all 8 layers: cache, indexers, Redis, OpenSearch, database, PHP/OPcache, static assets, and queues.—magento-agent-searchAutonomously diagnose Magento 2 catalog search problems — missing products, 0 results, wrong relevance, stuck reindex, cluster red/yellow, disk-watermark…—magento-agent-sqlAutonomously diagnose Magento 2 slow queries, missing indexes, deadlocks, and N+1 patterns; propose db_schema.xml changes with whitelist regeneration; assess…—magento-amqpConfigure Magento 2 message queues with AMQP (RabbitMQ, AmazonMQ), DB adapter, and all four required XML files.—magento-apiCreate Magento 2 REST and GraphQL API endpoints following service contract patterns. Use when building APIs, webapi.xml routes, or GraphQL resolvers.—magento-cacheBuild and manage custom Magento 2 cache types using TagScope, cache.xml, and cache tags.—magento-cli-commandScaffold custom Magento 2 CLI commands with arguments, options, progress bars, and area-aware execution. Use when creating bin/magento commands.—magento-cronConfigure, diagnose, and tune Magento 2 cron — crontab.xml, cron_groups.xml, the cron_schedule lifecycle, consumer-runner, distributed-cron, and Adobe Commerce…—magento-db-schemaCreate or modify Magento 2 declarative database schemas and the Model/ResourceModel/Collection pattern.—magento-debugDiagnose and fix Magento 2 issues from a symptom or error. Use when debugging white pages, 500 errors, performance issues, or unexpected behaviour.—magento-deployGuide safe Magento 2 deployments with correct command order and minimal downtime. Use when planning or executing a Magento 2 deployment.—magento-hyvaBuild Hyva theme templates, Alpine.js components, Tailwind CSS styles, and View Models for Magento 2.—magento-indexerBuild custom Magento 2 indexers with ActionInterface, indexer.xml, and mview.xml for full and incremental reindexing.—magento-infraConfigure and troubleshoot Magento 2 infrastructure: Redis, RabbitMQ, and OpenSearch/Elasticsearch. Use when setting up or debugging cache, queues, or search.—magento-observerCreate Magento 2 event observers to react to system events without modifying core code. Use when responding to events like catalog_product_save_after.—magento-pluginCreate Magento 2 plugins (interceptors) to modify core or third-party method behaviour without editing vendor code.—magento-searchConfigure and tune Magento 2 catalog search across Elasticsearch 7.x, Elasticsearch 8.x, and OpenSearch 1.x/2.x.—magento-sqlWrite safe, fast SQL in Magento 2 — Select builder, placeholders, batch ops, transactions, composite indexes, db_schema.xml best practices, whitelist, and…—magento-testGenerate Magento 2 unit and integration tests using PHPUnit. Use when writing tests for models, services, plugins, or observers.—