Build WordPress extensions
Create plugins, themes, child themes, blocks, shortcodes, widgets, settings pages, custom post types, taxonomies, and CLI commands.
WordPress Codex Skills help Codex build and maintain plugins, themes, blocks, REST endpoints, admin features, and content workflows. Download the skills for hooks, capability checks, nonces, sanitization, validation, escaping, database access, coding standards, testing, compatibility, and release packaging.
task: complete wordpress plugin and theme development task
inspect:
- requirements and context
- existing standards
- failure and edge cases
verify: outputs + checks + handoffWordPress extensions should use supported APIs and hooks while treating input, authorization, storage, and output as separate security responsibilities.
These skills make Codex inspect the site architecture and compatibility range before choosing plugin, theme, block, REST, database, or admin patterns.
Create plugins, themes, child themes, blocks, shortcodes, widgets, settings pages, custom post types, taxonomies, and CLI commands.
Work with actions, filters, REST routes, metadata, options, cron, caching, HTTP, media, localization, and database abstractions.
Check capabilities and nonces, sanitize early, validate values, escape late, prepare queries, protect secrets, and limit data exposure.
Run coding standards and tests, check supported PHP and WordPress versions, inspect activation and uninstall behavior, and build clean releases.
The steps keep context, implementation, and verification visible so the result can be reviewed and repeated.
Confirm WordPress and PHP ranges, extension type, dependencies, build tools, multisite behavior, data model, and release process.
Use hooks and public APIs, define permissions and data flow, and avoid core edits or brittle internal assumptions.
Authorize the action, verify intent, sanitize and validate input, store through supported APIs, and escape for the output context.
Test activation, normal use, failure paths, updates, deactivation, uninstall, performance, translations, and supported environments.
The workflow adjusts to the project, audience, tools, and risk while preserving the same quality standard.
Build reusable functionality, settings, integrations, jobs, APIs, data models, and administration screens.
Create templates, styles, blocks, patterns, editor behavior, assets, and responsive frontend output.
Diagnose conflicts, performance, upgrades, database behavior, cron, caching, and content migrations.
Connect external services through REST, webhooks, OAuth, scheduled tasks, and controlled secret storage.
Start with one defined outcome and provide the source material, constraints, and checks that matter.
These skills are designed for people who need dependable wordpress plugin and theme development work with a visible process.
Build maintainable extensions with platform APIs, security, tests, and upgrade behavior.
Create accessible frontend and editor experiences without mixing content and presentation carelessly.
Maintain client sites across different hosts, versions, plugins, themes, and deployment processes.
Understand scope, risks, compatibility, and verification before installing a change.
The skills will not edit WordPress core, expose credentials, disable security controls for convenience, or make production database and content changes without backups, environment confirmation, and authorization.
Install the complete skill folder and add the project-specific context before beginning.
Keep plugin, theme, API, security, testing, compatibility, and packaging guidance together.
Project scope lets the workflow follow composer, npm, coding standards, build scripts, text domain, and supported versions.
Record PHP and WordPress ranges, multisite status, important plugins, theme, host constraints, database access, and deployment path.
Add lint, coding standards, unit or integration tests, build, activation, update, uninstall, accessibility, and release-package review.
Practical answers about capabilities, limits, setup, and review.
Yes. They support plugins, themes, blocks, REST APIs, admin features, and related build tooling.
The workflow separates authorization, nonce verification, sanitization, validation, safe storage, and context-appropriate escaping.
No. Custom behavior should use plugins, themes, hooks, and supported APIs.
Yes, when the compatibility range is stated and included in static analysis and tests.
Yes. They can build a clean archive that excludes development files and includes required metadata and compiled assets.
Clear context. Purposeful work. Relevant checks. A result others can understand.