By jorgerosal
Run comprehensive code reviews and scans across WordPress projects — covering themes, plugins, blocks, REST APIs, WPGraphQL, WooCommerce, security, performance, accessibility, and CI/CD pipelines.
WordPress accessibility review - checks semantic HTML, keyboard behavior, focus management, form labeling, and accessible interaction patterns
Quick WordPress accessibility scan - fast pattern detection for semantic, keyboard, focus, ARIA, and form-label issues
WordPress ACF and content modeling review - validates field-group architecture, CPT and taxonomy decisions, repeater/flexible-content fit, ACF JSON sync, and meta-query risks
Fast WordPress ACF/content-model scan - checks CPT vs taxonomy vs field choices, field-group hygiene, repeater/flexible-content overuse, JSON drift, and obvious meta-query risk
WordPress admin UI review - validates admin pages, settings screens, notices, capability checks, screen targeting, and admin asset loading
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Professional WordPress skills for Claude Code and Codex, built for AI-assisted WordPress code review, fast triage, onboarding, and modern WordPress development workflows across plugin architecture, security audits, ACF/content modeling, headless WPGraphQL, blocks, themes, WooCommerce, REST APIs, admin UI, migrations, accessibility, testing, release engineering, WP-CLI operations, Playground, and PHPStan.
.claude-plugin/ # Claude Code plugin manifest
claude-skills/ # Canonical Claude-oriented skill pack with shared reference docs
skills/ # Claude Code plugin-compatible alias to claude-skills/
codex-skills/ # Codex-oriented skill wrappers for the same seventeen domains
commands/ # Claude slash commands
public/ # README assets
docs/ # GitHub Pages docs and guide surface
The Codex skills reuse the domain references stored under claude-skills/ so the review heuristics stay aligned without duplicating the whole reference library.
The project also includes a deployable GitHub Pages site in docs/.
Run the repository validator before opening a PR or after adding skills, commands, or docs:
python3 scripts/validate_repo.py
The GitHub Pages docs double as a search-friendly surface for specific WordPress + AI review workflows:
These pages are meant for both human readers and AI/search systems, with concrete commands, checklists, and example findings.
✅ Available now · 🚧 In progress
npx claudepluginhub jorgerosal/wordpress-skillsProfessional WordPress engineering skills for Claude Code — performance optimization, security auditing, Gutenberg block development, and theme/plugin best practices
Build custom WordPress blocks and editor components with modern JavaScript. For developers extending WordPress with interactive content.
WordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering SQL injection, XSS, CSRF, nonce errors.
A plugin to create a new WordPress plugin
Agent Skills and specialist agents for Drupal and WordPress development. PR workflows (create, review, release, conventional commits), design-to-code (Figma → WordPress blocks / Drupal paragraphs) with responsive styling and real-browser validation, test scaffolding and coverage analysis, documentation generation, Drupal.org contribution workflows, Drupal SDC/Twig best practices, Composer patch generation, and git worktree management.
Authoring toolkit and quality gate for Claude Code plugins. Scaffolds and audits every component — skills, commands, agents, hooks, MCP servers, themes, dependencies, userConfig, and Routines — with a deterministic `validate` command (opt-in auto-fix), a pre-publish containment scan that catches leaked home paths and secrets, and the `plugin-creation` authoring skill. Tracks the current plugin spec: hook handler types and pre-spawn filters, exec-form args, JSON output controls, subfolder agent scoping, single-skill auto-discovery, and cross-marketplace dependencies.