saas-landing
openbooklet.com/s/saas-landingopenbooklet.com/s/saas-landing@1.0.0GET /api/v1/skills/saas-landingSingle-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".
Three sub-modes. The active project's `audioKind` decides which one runs:
Produce a single long-form article page â editorial layout, no chrome.
Produce a single-file HTML "design review report" that scores any artifact across 5 dimensions and proposes actionable fixes. Inspired by the *huashu-design* expert-critique flow.
Produce a single HTML email â centered, single column, no chrome around the email body. Treat it like a marketing artifact: one big idea, one CTA.
Produce a single-screen financial report in one self-contained HTML file.
Produce a multi-screen mobile prototype on a single dark showcase page. Three phone frames side-by-side, each one its own moment in the journey.
Produce a single-screen onboarding plan in HTML.
Produce **one** finished image asset per turn unless the user asks for variations. Image generation rewards a tight, structured prompt â your job is to assemble that prompt from the user's brief, then dispatch.
Produce a single-page printable invoice.
Produce a single-screen kanban board.
Produce a single-screen meeting notes page.
Produce a three-screen mobile onboarding flow on a single HTML page.
Produce a single-screen pricing page that respects the active DESIGN.md.
Produce a one-page product spec / PRD.
Produce a single-file horizontal-swipe HTML deck in one of eight Replit-Slides themes. Every theme is a complete visual system â do not mix tokens across themes.
Produce a single animated frame of an educational explainer â the kind you might screen-record into a vertical video. Pixel-art mascots, big year display, looping CSS animations, kinetic Japanese / English display type.
Wrap any HTML artifact with a side panel of live controls that rewrite CSS custom properties in real time and persist to `localStorage`. Inspired by the *huashu-design* tweak pattern.
General-purpose desktop web prototype. Single self-contained HTML file built by copying the seed `assets/template.html` and pasting section layouts from `references/layouts.md`. Default for any landing / marketing / docs / SaaS page when no more specific skill matches.
Produce a single-file horizontal-swipe HTML deck for a weekly team update.
Auto-indexed from nexu-io/open-design
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.