premium-hero-builder

A design guide for building dark, high-end website hero sections and landing pages with video backgrounds, glass-like panels, and editorial typography.

In plain words
What is it for?
Use it when creating marketing pages, SaaS landing pages, portfolio sites, or interfaces described as premium, cinematic, dark, or glassmorphic.
Why use it?
It helps turn vague visual requests into specific instructions about layout, fonts, colors, spacing, effects, and animation.

Skill for Claude CodeCodex

Part of the skillkit plugin — 9 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sacredvoid/skillkit/premium-hero-builder
Any agent
npx skills add sacredvoid/skillkit --skill premium-hero-builder
Clone the repo
git clone --depth 1 https://github.com/sacredvoid/skillkit

Made for: Claude Code, Codex.

Or install skillkit, the plugin that ships this one along with the rest of its 9 skills.

Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00074 $0.09571
Opus 5 $0.00037 $0.04785
Sonnet 5 $0.00015 $0.01914
Haiku 4.5 $0.00007 $0.00957

Measured 3d ago against content hash b35c1f86fd89, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

premium-hero-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/premium-hero-builder/SKILL.md · 833 lines

How it starts

The opening of the file, as written. The whole thing — 833 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Premium Hero Builder

Build agency-quality hero sections and landing pages with cinematic video backgrounds, liquid glass morphism, and editorial typography. This skill encodes the patterns, CSS techniques, and design system extracted from 20 pixel-perfect design prompts and the Viktor Oddy methodology.

When to Use

  • Building hero sections or landing pages
  • User asks for "premium", "dark", "cinematic", "glassmorphic", or "editorial" UI
  • Creating marketing pages, SaaS landing pages, or portfolio sites
  • Any request involving background videos, liquid glass effects, or high-end typography

Core Philosophy

"AI will not replace you, but designers who use AI will replace those who don't."

The difference between generic AI output and premium results is prompt specificity. Generic prompts produce template-looking sites. Detailed prompts with exact fonts, sizes, colors, spacing, and effects produce agency-quality work.

The formula:

  1. Pick a visual direction from the Reference Patterns below
  2. Specify every detail: fonts, sizes, colors, spacing, effects, animations
  3. Build in layers: background video -> overlays -> content -> glass effects -> animations
  4. Iterate: add videos to multiple sections, swap placeholder images, refine copy

Design System: Recurring Patterns

Typography Pairings (Pick One)

Display Font Body Font Vibe
Instrument Serif (italic) Inter / Barlow / Geist Editorial, Apple-like
General Sans Inter Web3, Modern
Rubik (bold, uppercase) Rubik (regular) Industrial, Bold
Poppins + Source Serif 4 Poppins Botanical, Refined
Instrument Sans Instrument Serif (italic accent) SaaS, Clean

Rule: Display font for headlines (big, dramatic). Body font for nav, descriptions, buttons. One italic serif accent word inside a sans-serif headline creates instant editorial feel.

Color Palettes

Pure Black (most common):

--background: #000000;
--foreground: #ffffff;
--muted: #888888 or hsl(0 0% 65%);

Read the full file on GitHub · 833 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 833 lines · 74 tokens per session scan A b35c1f86fd89

Subscribe to this mod's changes

premium-hero-builder is a skill published in the GitHub repository sacredvoid/skillkit (10 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 9,571 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ds-frontend

Frontend design quality — design-system audit, token enforcement, component states, accessibility, responsive layout, theming. Use when building or reviewing UI for design consistency, a11y, or responsiveness.

sungurerdim/dev-skills · 43 tokens

frontend-design

Use this skill when building UI components, designing frontend architecture, implementing styling systems, optimizing performance, ensuring accessibility, or creating production-grade interfaces. Trigger on keywords: frontend, component, UI, styling, React, Next.js, Angular, Tailwind, CSS, responsive, accessibility…

jamestorrevillas/dev-skills · 66 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

MagicKidd/Rokid-agentic-workflow · 43 tokens

image-fetcher

Fetch relevant, high-quality, free-to-use images from the web. Accepts a description/query, or scans the current directory for context. Sources from Unsplash, Pexels, and Pixabay APIs (if keys configured) with a zero-config WebSearch fallback.

sacredvoid/image-fetcher · 57 tokens

ss-build

Build a screen with StyleSeed's composed design method — choose or compile an output grammar, apply a brand recipe plus domain/page/profile/lock constraints, then run the code and pixel gates before presenting.

bitjaru/styleseed · 43 tokens

ss-tokens

Generate an accessible semantic palette from a key color, or view, add, and modify StyleSeed design tokens. Use when a user supplies a brand color, asks which colors combine well, needs light/dark theme roles, or needs token files for implementation.

bitjaru/styleseed · 55 tokens