jezweb / wordpress-plugin-core
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/wordpress-plugin-core && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2443" && unzip -o skill.zip -d .claude/skills/wordpress-plugin-core && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/wordpress-plugin-core/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Build secure WordPress plugins with hooks, database interactions, Settings API, custom post types, and REST API. Covers Simple, OOP, and PSR-4 architecture patterns plus the Security Trinity. Includes WordPress 6.7-6.9 breaking changes. Use when creating plugins or troubleshooting SQL injection, XSS, CSRF, REST API vulnerabilities, wpdb::prepare errors, nonce edge cases, or WordPress 6.8+ bcrypt migration.