wp-to-static
Installation
SKILL.md
WordPress to Static Site (Cloudflare Pages)
Convert a WordPress website to a pixel-perfect static site and deploy it to Cloudflare Pages. Zero attack surface, zero hosting cost, instant load times.
Prerequisites
Before running this skill, the user MUST have:
- GitHub CLI authenticated: Run
gh auth statusto verify. If not logged in, rungh auth loginfirst. - Cloudflare Wrangler authenticated: Run
wrangler whoamito verify. If not logged in, runwrangler loginfirst. - SSH key added to ssh-agent: The recommended way to handle SSH keys. Run:
eval "$(ssh-agent -s)" ssh-add ~/.ssh/your_wp_key - Server host key verified: The user should have connected to the server at least once and accepted the host key, so it exists in
~/.ssh/known_hosts.