Ship Page
Single-file interactive landing pages with curated anti-slop design presets.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 5c5ac58
Ran a real A/B on a CLI-tool landing page: my default baseline used Inter, a purple gradient hero, and the word 'Revolutionize' — all things the skill's own anti-slop checklist explicitly bans — while the skill run picked the 'Horizon' preset, added prefers-reduced-motion, IntersectionObserver reveals, and clamp()-based type, producing a visibly more deliberate, on-brand page.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 4/5
What Ship Page does
Generates zero-build, single-HTML-file landing pages through a discovery-then-style-preview-then-generate workflow. Ships 7 curated design presets (fonts, color systems, animation styles) and a section template library, with explicit rules against generic 'AI slop' patterns like purple-on-white gradients and stock CTA copy. Triggers on landing/launch/product-page requests or README-to-page conversion.
How to install Ship Page
git clone https://github.com/Zooeyii/ship-page-skill.git
mkdir -p ~/.claude/skills
cp -r ship-page-skill ~/.claude/skills/ship-page
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ship Page
-
/ship-pageSingle-file interactive landing pages with curated anti-slop design presets.
It also activates on plain-language prompts like these:
-
Build a landing page for my CLI tool that doesn't look like AI slop. -
Turn this README into a single-file product launch page. -
Generate a Product Hunt style landing page with a bold color preset.
Frequently asked questions
- Is the Ship Page skill free?
- Yes. The skill itself is free from Zooeyii/ship-page-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ship Page work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real A/B on a CLI-tool landing page: my default baseline used Inter, a purple gradient hero, and the word 'Revolutionize' — all things the skill's own anti-slop checklist explicitly bans — while the skill run picked the 'Horizon' preset, added prefers-reduced-motion, IntersectionObserver reveals, and clamp()-based type, producing a visibly more deliberate, on-brand page.
- What is the Ship Page SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
- How do I install Ship Page?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ship Page with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.