wordpress

Develop WordPress plugins and themes with PHP standards and REST API integration.

7|1|Updated Nov 3, 2025
One-click install
npx skills add https://github.com/ar4mirez/samuel --skill wordpress-ar4mirez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordpress
Source: https://github.com/ar4mirez/samuel/tree/main/template/.claude/skills/wordpress
Command: npx skills add https://github.com/ar4mirez/samuel --skill wordpress-ar4mirez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing secure, efficient, and maintainable WordPress websites and plugins.

Core Features & Use Cases

  • Plugin & Theme Development: Follows modern PHP standards, namespaces, and WordPress APIs.
  • Security Best Practices: Emphasizes input sanitization, output escaping, nonce verification, and capability checks.
  • REST API & Gutenberg: Guides on integrating with WordPress's modern APIs for headless or block-based development.
  • Use Case: Develop a custom WordPress plugin to manage a book inventory, including custom post types, meta fields, REST API endpoints, and Gutenberg blocks, all while adhering to security and coding standards.

Quick Start

Use the wordpress skill to create a new custom post type for books with an ISBN meta field.

Frequently Asked Questions about wordpress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I develop a custom WordPress plugin with REST API endpoints?

Custom WordPress plugin development involves utilizing modern PHP coding standards, namespaces, and core APIs to build architecture that integrates REST API endpoints for robust application functionality and data management.

What are the security best practices for WordPress theme development?

WordPress security best practices require implementing input sanitization, output escaping, nonce verification, and capability checks to ensure robust and secure theme development protecting against vulnerabilities.

How does Gutenberg block development work with custom post types?

Gutenberg block development works by integrating modern WordPress APIs with custom post types and meta fields, allowing you to create customized block-based editing experiences within the WordPress editor environment.

Can I use modern PHP standards and namespaces in WordPress plugin development?

Yes, modern WordPress plugin development fully supports utilizing modern PHP coding standards and namespaces alongside WordPress core APIs to maintain secure, efficient, and highly maintainable codebases.

What is the best way to handle database operations and AJAX in WordPress?

Handling database operations and AJAX in WordPress is best achieved by following core API guidelines and testing methodologies, ensuring secure data transactions and efficient asynchronous request processing.

Do I need nonces and capability checks for WordPress REST API integration?

Yes, WordPress REST API integration requires nonce verification and capability checks as critical security best practices to authenticate requests and protect endpoints from unauthorized access.