Webflow Template Preflight banner
createsomethingtoday createsomethingtoday

Webflow Template Preflight

Development community

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