wordpress-dev

Installation
SKILL.md

WordPress Development Best Practices

Comprehensive development guidance for WordPress themes and plugins following 2025 standards.

What This Skill Provides

  1. Coding Standards - PHP, JS, CSS conventions following WordPress standards
  2. Custom Post Types - Complete CPT registration and management guide
  3. Security - Sanitization, escaping, nonces, capability checks
  4. Performance - Caching, query optimization, asset loading
  5. Hooks & Filters - Actions and filters reference with examples
  6. Template Hierarchy - Theme template structure and overrides

Quick Reference

Do's

  • Use WordPress APIs (don't reinvent the wheel)
  • Sanitize all input (sanitize_* functions)
Related skills
Installs
4
GitHub Stars
5
First Seen
Feb 11, 2026