govard-wordpress

govard-wordpress is a skill for Claude Code from ddtcorex/maestro-skills. It costs 86 tokens per session (1,491 once invoked), scanned A, original, MIT.

A set of Govard commands for WordPress, the content-management system used to build websites and blogs. It adds WordPress operations to Govard's container workflow.

In plain words
What is it for?
Use it to run WP-CLI commands, list plugins, inspect WordPress versions, clear caches, flush URL rules, manage configuration, and run WordPress audits.
Why use it?
It keeps common WordPress administration and checks inside the same development environment as the site.

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 run WP-CLI commands, list plugins, inspect WordPress versions, clear caches, flush URL rules, manage configuration, and run WordPress audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ddtcorex/maestro-skills/govard-wordpress
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-wordpress
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-wordpress

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ddtcorex/maestro-skills/govard-wordpress"><img src="https://agentmods.dev/badge/skills/ddtcorex/maestro-skills/govard-wordpress.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,491 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.00086 $0.01491
Opus 5 $0.00043 $0.00745
Sonnet 5 $0.00017 $0.00298
Haiku 4.5 $0.00009 $0.00149

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

Security

Grade A, and why

govard-wordpress 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 9d 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/govard-wordpress/SKILL.md · 160 lines

How it starts

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

Govard WordPress Commands

WordPress-specific shortcuts and commands for Govard environments.

REQUIRED BACKGROUND: Load govard-toolbox first — this skill only covers WordPress-specific shortcuts layered on top of Govard's base environment commands (govard up, govard sh, govard db, remote sync, Xdebug setup).

For generic PHP (strict_types/PSR-12/PHPStan/Security) see php-dev-core.

WP-CLI

WP-CLI (wp) runs inside the PHP container via Govard:

# Any wp command
govard tool wp --info
govard tool wp core version
govard tool wp plugin list

# Alternative: open shell
govard sh
wp --info

Govard default for WordPress (verified 2026-08-28 govard-test-wordpress): stack.php_version 8.0 (PHP 8.0.30), web_root /, db mariadb 10.6. Verify with govard config get stack.php_version. Note: request --framework-version 6 currently installs WP 7.1 (latest); PHP/DB versions are template defaults and may differ per bootstrap.

Bedrock layout web/wp/wp-includes/version.php is auto-detected via web/wp/wp-includes/version.php (see govard-toolbox for provider details).

Audit

For generic PHP (strict_types/PSR-12/PHPStan/Security) see php-dev-core. For 4-framework matrix and govard audit run --checks lint --lint-provider govard --mode project --format json see govard-toolbox ## Audit.

Cache Management

# Object cache flush (requires installed site; object-cache drop-in else no-op)
govard tool wp cache flush  # fresh DB without install returns "The site you have requested is not installed"

# Transients
govard tool wp transient delete --all

# If using a caching plugin (e.g. WP Rocket, W3 Total Cache)
govard tool wp rocket clean --confirm

Verified 2026-08-28: cache flush succeeds after wp core install (Success: The cache was flushed), fails pre-install.

No Govard-level frontend_sync for WordPress — use govard tool npm run watch if the theme uses a build step.

Plugin & Theme Management

Read the full file on GitHub · 160 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. 9d ago First seen · 160 lines · 86 tokens per session scan A b43ff7d40d2a

Subscribe to this mod's changes

govard-wordpress is a skill published in the GitHub repository ddtcorex/maestro-skills (4 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 1,491 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-31.

Related

Other skills, from other repositories

corezoid-gitcall

Corezoid Git Call node specialist — run custom code (Python, Go, Java, PHP, JavaScript, Clojure, Lisp, Prolog, or a custom Dockerfile) as a step inside a process. Use when the user needs logic that plain nodes cannot do: parsing files, using external libraries, cryptography, building email/attachments, or any custom…

corezoid/corezoid-ai-plugin · 154 tokens

architecture

Proactive architecture review — explore codebase structure, generate a self-contained HTML report with Mermaid diagrams and candidate improvements, then grill the findings. Use when planning a large refactor, onboarding to an unfamiliar codebase, or before a major architectural change.

datit309/supergraph · 52 tokens

frappe-customization

Frappe customization-surface guidance covering Custom Field, Property Setter, Client Script, Server Script, Workspace, Web Page, Page, Print Format, Report, Dashboard, Workflow, Role, Notification, Webhook, and related builder/admin DocTypes. Use when choosing or changing Frappe customization layers.

Dkm0315/frappe-agent · 66 tokens

frappe-fullstack

End-to-end Frappe and ERPNext implementation guidance spanning backend Python, backend JavaScript surfaces, Vue or React frontends, customizations, and bench-aware delivery. Use when the task crosses multiple Frappe layers.

Dkm0315/frappe-agent · 50 tokens

frappe-backend

Frappe backend guidance for Python and backend-adjacent JavaScript surfaces such as client interaction patterns, hooks, APIs, patches, scheduler logic, reports, and server-side review. Use when implementing or reviewing Frappe backend behavior.

Dkm0315/frappe-agent · 53 tokens

frappe-search

Frappe-specific search and discovery guidance for finding benches, apps, remotes, sites, ports, hooks, DocTypes, builder DocTypes, and frontend surfaces quickly. Use when the task starts with locating or classifying Frappe context.

Dkm0315/frappe-agent · 54 tokens