Sets up and verifies WordPress connections via WP-CLI over SSH or the REST API. Walks through dependency checks, tests SSH access with common hosting patterns (Rocket.net, cPanel), and falls back to Application Password creation if needed. Saves working credentials to wp-cli.yml or .dev.vars, then runs verification commands to confirm you can actually list posts, check plugins, and detect Elementor. The SSH troubleshooting table is genuinely useful if you hit permission or path issues. Best used once per project to establish a reliable connection config that other WordPress skills can reference later.
npx skills add https://github.com/jezweb/claude-skills --skill wordpress-setup