Single-page SaaS landing with hero, features, social proof, pricing, and CTA. Respects the active DESIGN.md color/typography/layout tokens. Trigger keywords: "saas landing", "marketing page", "product landing".
Produce a single-page SaaS landing. Agent, follow this workflow exactly.
Before writing anything:
DESIGN.md in the current working directory. If missing, stop and ask for one.Required sections, in order:
proof_count logos or testimonials. If 0, skip this section.has_pricing is true.Output a single self-contained index.html with:
<style> block in <head>.<header>, <main>, <section>, <footer>).data-od-id="<unique-slug>" so the host app's comment mode can target it.Before finishing, verify:
Write only index.html. Do not generate a separate CSS file, JS file, or README.
This is a minimal but complete skill. Structure:
saas-landing-skill/
├── SKILL.md ← you are here
└── assets/
└── base.html (optional starter template; this skill doesn't use one)
Things to notice:
od: front-matter block is optional for Claude-Code-only compatibility, but adding it lights up OD's typed inputs, sliders, preview metadata, and capability gating.data-od-id tagging is how we wire elements to comment mode. Skills that want comment-mode compatibility must annotate their output.See ../../docs/skills-protocol.md for the full protocol.
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/saas-landing · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/saas-landing" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/_official/examples/saas-landing" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/saas-landing
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
References parent-directory traversal, which can escape a target directory.
Evidence: ../· fingerprint fa08499e14d0113b