Webflow Template Preflight
Description
Creator checklist and Claude skill for Webflow template preflight, with structural HTML checks and HTTP regression tests
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Webflow Template Preflight
A creator checklist and Claude skill for reviewing Webflow templates before submission. Includes Designer/MCP guidance, a published-site scanner, and a report template.
Install for Claude Code
Requires Git and Python 3.10+. The scanner uses only the Python standard library; aspell is optional.
git clone https://github.com/createsomethingtoday/webflow-template-preflight.git ~/.claude/skills/template-preflight
If that directory already exists, back it up first. Git clone refuses to overwrite an existing nonempty directory. Start a new Claude Code session and ask it to use the template-preflight skill to review your template. Connect the Webflow MCP for Designer checks; the published-site scanner works without MCP.
Scan a published site
~/.claude/skills/template-preflight/checks/published-site-checks.sh https://timestate.webflow.io --json /tmp/template-preflight.json
Supply extra paths after the URL if pages are absent from links/sitemaps. Use `--template-name` for the exact listing name and `--max-pages` to increase the default 200-URL limit. Incomplete crawling fails explicitly.
The scanner checks titles, descriptions, utility pages, footer links, license boilerplate, image dimensions, form defaults and label associations, and copy heuristics. Image dimension failures appear once per page; JSON retains individual image details.
Exit zero means no automated failures. It does **not** mean the template is approved or all manual checks passed. Licensing completeness, computed layout, image loading relative to the fold, actual form feedback, and visual design need manual verification. Forms are never submitted by the scanner.
Files
T
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11