wordpress-pro

wordpress pro

jeffallan 11k ↓ 7k MIT updated 2mo ago
Claude Code
View source ↗

What it does

  • Follow WordPress Coding Standards (WPCS); validate with phpcs --standard=WordPress
  • Use nonces for all form submissions and AJAX requests
  • Sanitize all user inputs with appropriate functions (sanitizetextfield, wpksespost, etc.)
  • Escape all outputs (eschtml, escurl, escattr, wpksespost)
  • Use prepared statements for all database queries ($wpdb->prepare)
  • Implement proper capability checks before privileged operations
  • Enqueue scripts/styles via wpenqueuescripts / adminenqueuescripts hooks

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

wordpress pro

Source

Repository: https://github.com/jeffallan/claude-skills

wordpress-pro FAQ

What does the wordpress-pro skill do?

Develops custom WordPress themes and plugins, creates and registers Gutenberg blocks and block patterns, configures WooCommerce stores, implements WordPress REST API endpoints, applies security hardening (nonces, sanitization, escaping, capability checks), and optimizes performance through caching and query tuning. Use when building WordPress themes, writing plugins, customizing Gutenberg blocks, extending WooCommerce, working with ACF, using the WordPress REST API, applying hooks and filters, or improving WordPress performance and security. Follow WordPress Coding Standards (WPCS); validate with phpcs --standard=WordPress Use nonces for all form submissions and AJAX requests

How do I install wordpress-pro?

Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill wordpress-pro --agent claude-code — the source lives at github.com/jeffallan/claude-skills.

Maintain wordpress-pro?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

wordpress-pro on getagentictools
[![wordpress-pro on getagentictools](https://getagentictools.com/badge/skills/jeffallan-claude-skills-wordpress-pro.svg)](https://getagentictools.com/skills/jeffallan-claude-skills-wordpress-pro?ref=badge)
npx agentictools info skills/jeffallan-claude-skills-wordpress-pro

The second line is the CLI lookup for this page — handy in READMEs and docs.