Reuse real copy
Ports README taglines, feature names, quickstart commands, screenshots, license, and repository links instead of inventing marketing text.
A reusable skill that reads a project README, runs a Stitch MCP design pass, authors a static
docs/index.html, enables GitHub Pages, commits, pushes, and verifies the live URL.
What it does
The skill packages the repeated work behind a polished project homepage: design direction, static HTML, GitHub Pages setup, and proof that the hosted page is actually live.
Ports README taglines, feature names, quickstart commands, screenshots, license, and repository links instead of inventing marketing text.
Uses Stitch as the design pass, then extracts useful tokens and structure into a maintainable static page.
Enables Pages from main and /docs, sets the homepage, polls the Pages build, and curls the final URL.
Eight phases
docs/index.html with semantic landmarks.docs/.nojekyll so Pages serves files exactly.main and the /docs folder.Install
Requires Stitch MCP authentication, gh CLI auth, and push access to the target repository.
User-level skill directory.
git clone https://github.com/cskwork/stitch-landing-skill \
~/.claude/skills/stitch-landing
Category-based skill layout.
git clone https://github.com/cskwork/stitch-landing-skill \
~/.hermes/skills/productivity/stitch-landing
Same SKILL.md format; copy or symlink.
cp -R stitch-landing-skill \
~/.codex/skills/stitch-landing
Verification first
The included helper scripts make Pages setup and live checks repeatable for each target repo.
Reference