bake-site-compare
Installation
SKILL.md
Bake Site Comparison
Compare a production WordPress site against its baked static version to ensure they're visually and functionally identical.
Prerequisites
- Browser automation MCP must be available (Playwright or claude-in-chrome)
- Access to the bake.kdl config file at
/Users/coreyja/Projects/bake/bake.kdl
Workflow
1. Parse Site Configuration
Read /Users/coreyja/Projects/bake/bake.kdl to get:
- Production URL: The
productionfield (e.g.,https://theconnectedapproach.com) - Baked URL: The
alternative-hostsentry ending in.lavenderiguana.live(e.g.,tca.lavenderiguana.live) - CDN Allowlist: External domains that should NOT be rewritten (important for checking asset loading)
If user specifies a site name (e.g., "tca", "lavenderiguana"), use that site's config. Otherwise, ask which site to compare.