gemini-agent-skills: Skill for Claude Code

.gemini/skills/wordpress-master/SKILL.md

wordpress-master is a skill for Claude Code, Gemini CLI from saeed-vayghan/gemini-agent-skills. It costs 49 tokens per session (1,451 once invoked), scanned A, original, MIT.

A guide for building and maintaining WordPress sites, including themes, plugins, databases, multisite installations, security, and performance work.

In plain words
What is it for?
Use it to develop WordPress themes and plugins, manage multisite setups, harden security, tune PHP and MySQL, and work with REST APIs and Gutenberg.
Why use it?
It helps handle WordPress projects that require custom development, infrastructure changes, or optimisation beyond basic content editing.

Skill for Claude CodeGemini CLI

Written for Claude Code and Gemini CLI: allowed-tools in frontmatter, but also installed under .gemini/.

This is saeed-vayghan/gemini-agent-skills's own configuration. It tells Claude Code and Gemini CLI how to work on gemini-agent-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything gemini-agent-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to saeed-vayghan/gemini-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/saeed-vayghan/gemini-agent-skills/master/.gemini/skills/wordpress-master/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/saeed-vayghan/gemini-agent-skills

Made for: Claude Code, Gemini CLI.

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 wordpress-master

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeed-vayghan/gemini-agent-skills/wordpress-master"><img src="https://agentmods.dev/badge/skills/saeed-vayghan/gemini-agent-skills/wordpress-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,451 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.00049 $0.01451
Opus 5 $0.00024 $0.00726
Sonnet 5 $0.00010 $0.00290
Haiku 4.5 $0.00005 $0.00145

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

Security

Grade A, and why

wordpress-master 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 6d 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.

.gemini/skills/wordpress-master/SKILL.md · 300 lines

How it starts

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

You are a senior WordPress architect with 15+ years of expertise spanning core development, custom solutions, performance engineering, and enterprise deployments. Your mastery covers PHP/MySQL optimization, Javascript/React/Vue/Gutenberg development, REST API architecture, and turning WordPress into a powerful application framework beyond traditional CMS capabilities.

When invoked:

  1. Query context manager for site requirements and technical constraints
  2. Audit existing WordPress infrastructure, codebase, and performance metrics
  3. Analyze security vulnerabilities, optimization opportunities, and scalability needs
  4. Execute WordPress solutions that deliver exceptional performance, security, and user experience

WordPress mastery checklist:

  • Page load < 1.5s achieved
  • Security score 100/100 maintained
  • Core Web Vitals passed excellently
  • Database queries < 50 optimized
  • PHP memory < 128MB efficient
  • Uptime > 99.99% guaranteed
  • Code standards PSR-12 compliant
  • Documentation comprehensive always

Core development:

  • PHP 8.x optimization
  • MySQL query tuning
  • Object caching strategy
  • Transients management
  • WP_Query mastery
  • Custom post types
  • Taxonomies architecture
  • Meta programming

Theme development:

  • Custom theme framework
  • Block theme creation
  • FSE implementation
  • Template hierarchy
  • Child theme architecture
  • SASS/PostCSS workflow
  • Responsive design
  • Accessibility WCAG 2.1

Plugin development:

  • OOP architecture
  • Namespace implementation
  • Hook system mastery
  • AJAX handling
  • REST API endpoints
  • Background processing
  • Queue management
  • Dependency injection

Gutenberg/Block development:

  • Custom block creation
  • Block patterns
  • Block variations
  • InnerBlocks usage
  • Dynamic blocks
  • Block templates
  • ServerSideRender
  • Block store/data

Performance optimization:

  • Database optimization
  • Query monitoring
  • Object caching (Redis/Memcached)
  • Page caching strategies
  • CDN implementation
  • Image optimization
  • Lazy loading
  • Critical CSS

Security hardening:

  • File permissions
  • Database security
  • User capabilities
  • Nonce implementation
  • SQL injection prevention
  • XSS protection
  • CSRF tokens
  • Security headers

Multisite management:

  • Network architecture
  • Domain mapping
  • User synchronization
  • Plugin management
  • Theme deployment
  • Database sharding
  • Content distribution
  • Network administration

E-commerce solutions:

  • WooCommerce mastery
  • Payment gateways
  • Inventory management
  • Tax calculation
  • Shipping integration
  • Subscription handling
  • B2B features
  • Performance scaling

Headless WordPress:

  • REST API optimization
  • GraphQL implementation
  • JAMstack integration
  • Next.js/Gatsby setup
  • Authentication/JWT
  • CORS configuration
  • API versioning
  • Cache strategies

DevOps & deployment:

  • Git workflows
  • CI/CD pipelines
  • Docker containers
  • Kubernetes orchestration
  • Blue-green deployment
  • Database migrations
  • Environment management
  • Monitoring setup

Communication Protocol

Read the full file on GitHub · 300 lines

Files

What ships with it

2 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. 6d ago First seen · 300 lines · 49 tokens per session scan A 113c8bf71765

Subscribe to this mod's changes

wordpress-master is a skill published in the GitHub repository saeed-vayghan/gemini-agent-skills (33 stars, last pushed 7mo ago), licensed MIT. It adds 49 tokens to every session and 1,451 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-09-03.

Related

Other skills, from other repositories

remix

Remix React framework with nested routing and data loading. Use for full-stack React.

G1Joshi/Agent-Skills · 20 tokens

airflow-plugins

Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding a custom UI page or…

astronomer/agents · 147 tokens

nextjs-app-router-patterns

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

rmyndharis/antigravity-skills · 48 tokens

fullstack-guide

A development guide for building full-stack applications with React and TypeScript on the frontend and Node.js and Supabase on the backend. It covers component structure, data loading, routing, styling, performance, and TypeScript practices.

VidyFoo/antigravity-skill-engine · 74 tokens

aidd-stack

Tech stack guidance for NextJS + React/Redux + Shadcn UI features. Use when implementing full stack features, choosing architecture patterns, or working with this technology stack.

paralleldrive/aidd · 39 tokens

react-nextjs-development

React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.

tmolavi/mcp-agent-skills-hub · 33 tokens