Back to skills

wp-wpcli-and-ops

infrastructure

Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite

Setup & Installation

npx skills add https://github.com/WordPress/wp-wpcli-and-ops --skill wp-wpcli-and-ops
or paste the link and ask your coding assistant to install it
https://github.com/WordPress/wp-wpcli-and-ops
View on GitHub

What This Skill Does

Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations. Supports scripting repeatable workflows with wp-cli.yml and shell scripts. WP-CLI operations like search-replace on serialized data or multisite targeting are easy to misfire manually, and this skill enforces the backup-dry-run-execute sequence with correct flags every time.

When to use it

  • Working with wp wpcli and ops functionality
  • Implementing wp wpcli and ops features
  • Debugging wp wpcli and ops related issues