What problem does it solve? Managing the keyword.kim site involves non-obvious operational traps: git push does not deploy to Cloudflare Pages, edge caching hides API bugs, and the Naver promotion channel is dead. This Skill consolidates the deployment workflow, architecture map, and growth roadmap so the site can be maintained without rediscovering these pitfalls. ## Core Features & Use Cases - Correct Deployment Workflow: Enforces the three-step flow of git push for backup, wrangler pages deploy for the live site, and curl verification, using tokens stored in ~/.config. - Site Audit & Health Checks: Provides curl-based checks for all six core modules (/, /blog, /geo, /serp, /brief, /batch) plus preset pSEO pages under /kw/. - pSEO Page Generation: Runs scripts/gen-kw-pages.js to generate static keyword pages with pre-rendered morphological data, sitemap, and IndexNow pings. - Use Case: After editing the site locally, ask the assistant to deploy keyword.kim; it will push to GitHub, deploy via wrangler with the correct account ID, and verify each page returns HTTP 200. ## Quick Start Deploy the latest keyword.kim changes to Cloudflare Pages and verify all six core pages return HTTP 200.