magento-agent-module-generator

magento-agent-module-generator is a skill for Claude Code, Codex from furan917/magento-ai-toolkit. It costs 38 tokens per session (5,138 once invoked), scanned A, original, MPL-2.0.

An agent that generates a complete Magento 2 module from a plain-language description. It creates the folder structure, required files, service interfaces, and database schema, with optional commands, events, plugins, and tests.

In plain words
What is it for?
Use it to turn a feature specification into a Magento module, including web APIs, command-line commands, database tables, event handlers, plugins, and tests when needed.
Why use it?
It removes the repetitive setup work involved in starting a Magento extension. It also brings the main pieces together so the generated module can be installed and used immediately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit Use it to turn a feature specification into a Magento module, including web APIs, command-line commands, database tables, event handlers, plugins, and tests when needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furan917/magento-ai-toolkit/magento-agent-module-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add furan917/magento-ai-toolkit --skill magento-agent-module-generator
Clone the repo
git clone --depth 1 https://github.com/furan917/magento-ai-toolkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for magento-agent-module-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-agent-module-generator/github.svg)](https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-agent-module-generator)
Your own site
<a href="https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-agent-module-generator"><img src="https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-agent-module-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for magento-agent-module-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/furan917/magento-ai-toolkit/magento-agent-module-generator"><img src="https://agentmods.dev/badge/skills/furan917/magento-ai-toolkit/magento-agent-module-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,138 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.05138
Opus 5 $0.00019 $0.02569
Sonnet 5 $0.00008 $0.01028
Haiku 4.5 $0.00004 $0.00514

Measured 10d ago against content hash c13ae0d20356, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

magento-agent-module-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agent-skills/magento-agent-module-generator/SKILL.md · 562 lines

How it starts

The opening of the file, as written. The whole thing — 562 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: Module Generator

Purpose: Autonomously generate a complete, production-ready Magento 2 module skeleton from a plain-language spec — including all required files, directory structure, service contracts, database schema, and optional extras (CLI, observers, plugins, tests). Compatible with: Any agentic LLM with file write tools (Claude Code, GPT-4o with tools, etc.) Usage: Describe what the module should do. The agent generates every file needed to install and use it immediately. Companion skills: This agent orchestrates most of the skills library. Loading the relevant ones alongside will produce more accurate and detailed output — especially for complex modules:


Skill Detection

Before starting, scan your context for companion skill headers. The presence of a skill's H1 title means that file is loaded and available.

Look for in context If found If not found
# Skill: magento-db-schema Use its column type reference, index/FK naming conventions, and Model/ResourceModel patterns for Phase 2 data layer generation Use the embedded db_schema.xml and Model templates in this file
# Skill: magento-api Use its REST webapi.xml patterns, SearchCriteria standards, and GraphQL schema conventions for Phase 4 API generation Use the embedded webapi.xml and schema.graphqls templates in this file
# Skill: magento-cli-command Use its CLI command class structure, arguments/options syntax, and di.xml registration pattern for Phase 4 CLI generation Use the embedded CLI command scaffold in this file
# Skill: magento-plugin Use its before/after/around plugin patterns and di.xml declaration rules for Phase 4 plugin generation Use the embedded plugin scaffold in this file
# Skill: magento-observer Use its events.xml format, ObserverInterface implementation pattern, and common events table for Phase 4 observer generation Use the embedded observer scaffold in this file
# Skill: magento-test Use its unit test with mocks and integration test with fixtures patterns for Phase 4 test generation Use the embedded test scaffold in this file
# Skill: magento-hyva Use its Alpine.js component patterns, View Model structure, and GraphQL data fetching approach for Phase 4 Hyvä frontend generation Use generic Magento block/template patterns in this file

Read the full file on GitHub · 562 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 562 lines · 38 tokens per session scan A c13ae0d20356

Subscribe to this mod's changes

magento-agent-module-generator is a skill published in the GitHub repository furan917/magento-ai-toolkit (34 stars, last pushed 4mo ago), licensed MPL-2.0. It adds 38 tokens to every session and 5,138 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

magento2-backend-dev

This skill should be used when the user asks to "create an API endpoint", "build a REST API", "add a GraphQL resolver", "create a CLI command", "add a cron job", "set up a message queue", "implement a web API", "add a SOAP service", or "create a data provider". Covers Magento 2 backend development: REST/SOAP/GraphQL…

ddtcorex/maestro-skills · 114 tokens

magento-module-development

Build custom Magento 2 modules using dependency injection, plugins, observers, and service contracts to extend core functionality cleanly.

finsilabs/awesome-ecommerce-skills · 28 tokens

magento-cronjob-developer

Implements scheduled tasks and background processing for Magento 2. Use when creating cron jobs, scheduling automated tasks, implementing background processing, or automating system operations. Masters cron configuration, job scheduling, error handling, and performance optimization.

maxnorm/magento2-agent-skills · 54 tokens

magento-module-developer

Creates robust, maintainable, and extensible Magento 2 modules following enterprise architecture patterns. Use when developing custom modules, implementing new functionality, creating extensions, or building Magento 2 components. Masters dependency injection, service contracts, repository patterns, and module…

maxnorm/magento2-agent-skills · 58 tokens

magento-api-developer

Designs and implements REST and GraphQL APIs for Magento 2. Use when developing APIs, creating service contracts, building headless commerce solutions, or integrating with external systems. Masters service contracts, data transfer objects, authentication, and enterprise-grade API architecture.

maxnorm/magento2-agent-skills · 57 tokens

magento-feature-developer

Implements business requirements as scalable, maintainable Magento 2 features. Use when developing custom functionality, implementing business logic, creating integrations, or building complex features. Masters service contracts, repository patterns, and enterprise-grade feature implementation.

maxnorm/magento2-agent-skills · 51 tokens