hyva-create-module

hyva-create-module is a skill for Claude Code, Codex from hyva-themes/hyva-ai-tools. It costs 82 tokens per session (1,537 once invoked), scanned A, original, OSL-3.0.

A scaffold for creating a custom Magento 2 module inside the app/code directory. Magento 2 is a PHP e-commerce platform, and a module is a package that adds or changes part of its behavior.

In plain words
What is it for?
Use it to create module boilerplate, generate registration.php, composer.json, and module.xml files, and declare configurable module dependencies.
Why use it?
Starting a module by hand requires several correctly connected files. The scaffold sets up the basic registration, dependency, and module configuration structure.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create module boilerplate, generate registration.php, composer.json, and module.xml files, and declare configurable module dependencies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyva-themes/hyva-ai-tools/hyva-create-module
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 hyva-themes/hyva-ai-tools --skill hyva-create-module
Clone the repo
git clone --depth 1 https://github.com/hyva-themes/hyva-ai-tools

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 hyva-create-module

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyva-themes/hyva-ai-tools/hyva-create-module/github.svg)](https://agentmods.dev/skills/hyva-themes/hyva-ai-tools/hyva-create-module)
Your own site
<a href="https://agentmods.dev/skills/hyva-themes/hyva-ai-tools/hyva-create-module"><img src="https://agentmods.dev/badge/skills/hyva-themes/hyva-ai-tools/hyva-create-module/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 hyva-create-module

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyva-themes/hyva-ai-tools/hyva-create-module"><img src="https://agentmods.dev/badge/skills/hyva-themes/hyva-ai-tools/hyva-create-module.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,537 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. Third-party audits
  • Socket pass 2 Apr 2026
  • Snyk pass 2 Apr 2026
How audits are shown
Origin unknown 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.00082 $0.01537
Opus 5 $0.00041 $0.00768
Sonnet 5 $0.00016 $0.00307
Haiku 4.5 $0.00008 $0.00154

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

Security

Grade A, and why

hyva-create-module 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.

skills/hyva-create-module/SKILL.md · 167 lines

The source is not reproduced here

Licensed OSL-3.0

The repository is licensed OSL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 167 lines · 82 tokens per session scan A 77dcf66173f2

Subscribe to this mod's changes

hyva-create-module is a skill published in the GitHub repository hyva-themes/hyva-ai-tools (83 stars, last pushed 1mo ago), licensed OSL-3.0. It adds 82 tokens to every session and 1,537 once invoked, about $0.0004 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

xml-config-migrating

Use this skill when a Shopware plugin or app-server extension needs its XML configuration migrated to PHP — phrases like "migrate services.xml", "convert my plugin config to PHP", "xml to php migration", "fix the XML deprecation", "prepare my plugin for Shopware 6.8 / Symfony 8", or when a deprecation like "The XML…

shopwareLabs/ai-coding-tools · 106 tokens

magento-php-specialist

Advanced PHP development for Magento 2 following PSR-12 and Magento coding standards. Use when writing PHP code, implementing business logic, or ensuring code quality. Masters modern PHP features, object-oriented programming, design patterns, and Magento-specific PHP practices.

maxnorm/magento2-agent-skills · 57 tokens

plugin-init

Create a new Sylius plugin from the official PluginSkeleton with Docker environment.

Guiziweb/guiziweb-plugins · 17 tokens

laravel-specialist

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…

Jeffallan/claude-skills · 86 tokens

laravel-security

Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.

hashgraph-online/awesome-codex-plugins · 34 tokens

integration-fixture

Create or validate a .test integration fixture under tests/php/Integration/Fixtures.

phel-lang/phel-lang · 16 tokens