Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Wordpress Plugin Fundamentals

Skill Aktiv

Modern WordPress plugin development with PHP 8.3+, OOP architecture, hooks system, database interactions, and Settings API

Zweck

To equip developers with the knowledge and code patterns required to build secure, maintainable, and performant WordPress plugins following current best practices.

Funktionen

  • Modern PHP 8.3+ and OOP architecture for plugins
  • Composer autoloading and dependency management
  • Mastery of WordPress hooks (actions and filters)
  • Secure database interactions using $wpdb
  • Structured admin settings pages with the Settings API
  • Adherence to WordPress Coding Standards (WPCS)
  • Comprehensive security guidance (sanitize, validate, escape)

Anwendungsfälle

  • Building new WordPress plugins from scratch using modern standards
  • Refactoring existing WordPress plugins to improve architecture and security
  • Learning advanced WordPress development techniques
  • Ensuring plugins follow best practices for performance and maintainability

Nicht-Ziele

  • Providing pre-built plugin code for specific functionalities
  • Covering theme development or customizer APIs
  • Offering solutions for third-party plugin integration beyond standard hook usage
  • Automating plugin deployment or testing processes

Trust

  • warning:Issues AttentionThere are 4 issues opened and 0 closed in the last 90 days, indicating slow or no maintainer response to reported issues.

Installation

npx skills add bobmatnyc/claude-mpm-skills

Führt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.

Qualitätspunktzahl

88 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit29 days ago
Sterne44
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Wordpress Pro

99

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.

Skill
jeffallan

Hook Development

99

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

Skill
anthropics

Wordpress Advanced Architecture

98

Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.

Skill
bobmatnyc

WordPress Plugin Directory Guidelines

97

Verwenden Sie dies, wenn Sie WordPress-Plugins auf GPL-Konformität prüfen, Lizenz-Header oder Kompatibilität überprüfen, Upsell-/Freemium-/Trialware-Muster bewerten, Namens- oder Markenregeln für Plugins validieren, Plugin-Slugs überprüfen, verstehen, warum ein Plugin von WordPress.org abgelehnt wurde, oder jede Frage zu den 18 Richtlinien des WordPress.org Plugin-Verzeichnisses beantworten – auch wenn der Benutzer nicht explizit „Richtlinien“ erwähnt.

Skill
WordPress

Wp Rest Api

96

Verwenden Sie dies beim Erstellen, Erweitern oder Debuggen von WordPress REST API-Endpunkten/Routen: register_rest_route, WP_REST_Controller/controller-Klassen, Schema-/Argumentvalidierung, permission_callback/Authentifizierung, Response-Formulierung, register_rest_field/register_meta oder das Aussetzen von CPTs/Taxonomien über show_in_rest.

Skill
WordPress

Wp Interactivity Api

95

Verwenden Sie dies beim Erstellen oder Debuggen von WordPress Interactivity API-Funktionen (data-wp-* Direktiven, @wordpress/interactivity Store/State/Actions, Block viewScriptModule-Integration, wp_interactivity_*()) einschließlich Leistung, Hydration und Direktivenverhalten.

Skill
WordPress