govard-magento

govard-magento is a skill for Claude Code from ddtcorex/maestro-skills. It costs 116 tokens per session (2,968 once invoked), scanned A, original, MIT.

A set of Magento commands for Govard, a development environment for running Magento projects. It covers cache, Redis, command-line operations, static files, dependency compilation, indexing, modules, and frontend synchronization.

In plain words
What is it for?
Use it to clear caches, run Magento commands, deploy static content, compile dependencies, reindex catalog data, manage modules, synchronize the frontend, or run the supported audit commands.
Why use it?
It provides project-specific shortcuts and repeatable checks for common Magento maintenance tasks inside Govard.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex; mentions OpenCode.

Part of the maestro-skills plugin — 31 skills shipped together

Good fit Use it to clear caches, run Magento commands, deploy static content, compile dependencies, reindex catalog data, manage modules, synchronize the frontend, or run the supported audit commands.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ddtcorex/maestro-skills/govard-magento
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 ddtcorex/maestro-skills --skill govard-magento
Clone the repo
git clone --depth 1 https://github.com/ddtcorex/maestro-skills

Made for: Claude Code.

Or install maestro-skills, the plugin that ships this one along with the rest of its 31 skills.

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 govard-magento

README.md
[![agentmods](https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-magento/github.svg)](https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-magento)
Your own site
<a href="https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-magento"><img src="https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-magento/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 govard-magento

Your own site · 80×15
<a href="https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-magento"><img src="https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-magento.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,968 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.00116 $0.02968
Opus 5 $0.00058 $0.01484
Sonnet 5 $0.00023 $0.00594
Haiku 4.5 $0.00012 $0.00297

Measured today against content hash 353baa4bc54b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

govard-magento 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 today.

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/govard-magento/SKILL.md · 344 lines

How it starts

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

Govard Magento Commands

Magento-specific shortcuts and commands for Govard environments.

REQUIRED BACKGROUND: Load govard-toolbox first — this skill only covers Magento-specific shortcuts layered on top of Govard's base environment commands.

Docker requirement: stack commands here (govard up/down/sh, govard db, govard tool ...) need Docker. On a host without it they exit 3 with CAPABILITY_MISSING; govard audit run --checks integrity still works and covers manifest/lock and Magento module/DI checks without a container.

This skill covers only container/CLI shortcuts. For module architecture, DI, and security patterns, see magento2-dev-core and magento2-backend-dev; for code quality and performance checks, see magento2-linter, magento2-security-scan, and magento2-performance-audit.

Code Quality Audit

govard audit run --checks lint is the native, persistent lint gate for this project — target-mode resolution, the PHP matrix, provider rules, and caching/rerun identity are all covered in magento2-linter's "Govard-Native Lint Audit Is the Real Gate" section; this skill doesn't duplicate that policy. To re-check the exact same session (e.g. after a fix) instead of starting a fresh, non-comparable run:

govard audit rerun --session SESSION_ID

To also capture a page-profile artifact in the same run (Govard v1.64.0+):

govard audit run --checks lint,profiler --url 'https://<domain>/'

The profiler CSV lands under the run's artifacts/profiler/ with its SHA-256 recorded in the result — open it in a spreadsheet to read per-timer costs. Policy details live in magento2-linter.

Unit Tests

Magento's project root ships no phpunit.xml, so a bare vendor/bin/phpunit there prints usage and exits 1 — that exit means "no configuration found", never "tests failed". The unit-suite configuration lives at dev/tests/unit/phpunit.xml.dist; always pass it explicitly with -c and scope the run with --filter (module or class name) so unrelated core suites never execute:

Read the full file on GitHub · 344 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. today Changed · +6 lines 353baa4bc54b
  2. 7d ago Changed · +30 lines 78c021f57ee6
  3. 11d ago First seen · 308 lines · 116 tokens per session scan A d380747dab18

Subscribe to this mod's changes

govard-magento is a skill published in the GitHub repository ddtcorex/maestro-skills (4 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 2,968 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

marketplace-publish-validation

Corezoid marketplace pre-publication validator. Standalone skill — no external skill dependencies required. Use this skill whenever the user wants to publish, release, or submit a project or folder to the Corezoid marketplace, or asks to check if a project is ready to publish. Activate on phrases: "publish to…

corezoid/corezoid-ai-plugin · 160 tokens

frappe-payments

Frappe Payments and ERPNext payment workflow guidance for payment gateways, payment requests, subscriptions, invoices, reconciliation, webhooks, and secure checkout flows. Use when work touches payments in Frappe or ERPNext.

Dkm0315/frappe-agent · 49 tokens

magento-agent-cron

Autonomously diagnose Magento 2 cron problems — jobs missed, stuck running, error spikes, cronschedule 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…

furan917/magento-ai-toolkit · 77 tokens

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…

furan917/magento-ai-toolkit · 81 tokens

magento-sql

Write safe, fast SQL in Magento 2 — Select builder, placeholders, batch ops, transactions, composite indexes, dbschema.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…

furan917/magento-ai-toolkit · 77 tokens

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.

furan917/magento-ai-toolkit · 43 tokens