Create, update, and manage WordPress content — posts, pages, media, categories, tags, and menus. Produces live content on the site via WP-CLI or the REST API.
| Create/edit single post or page | WP-CLI wp post create/update | | Bulk create posts | WP-CLI loop or REST API batch | | Upload images/media | WP-CLI wp media import | | Manage categories/tags | WP-CLI wp term | | Update navigation menus | WP-CLI wp menu | | Scheduled posts | WP-CLI with --postdate |
| Complex HTML content | Write to temp file, pass to WP-CLI |
Create and manage WordPress posts, pages, media, categories, and menus. Workflow: determine content type, choose method (WP-CLI or REST API), execute, verify. Use when creating blog posts, updating pages, uploading media, managing categories and tags, updating menus, or doing bulk content operations on WordPress sites. Source: jezweb/claude-skills.