landing-page

landing-page is a skill for Claude Code, Codex from KeWang0622/agent-zero-to-hero. It costs 23 tokens per session (416 once invoked), scanned A, original, MIT.

A set of instructions for designing a landing page, a focused web page meant to explain something and prompt one main action. It defines a simple page structure, visual rules, and implementation constraints.

In plain words
What is it for?
Use it when building a one-page site with a hero section, benefit highlights, practical details, contact or map information, and a minimal footer.
Why use it?
It gives an agent clear decisions about layout, content, colors, mobile support, and page behavior instead of leaving the design open-ended.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when building a one-page site with a hero section, benefit highlights, practical details, contact or map information, and a minimal footer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kewang0622/agent-zero-to-hero/landing-page
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.

Any agent
npx skills add KeWang0622/agent-zero-to-hero --skill landing-page
Clone the repo
git clone --depth 1 https://github.com/KeWang0622/agent-zero-to-hero

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for landing-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/kewang0622/agent-zero-to-hero/landing-page/github.svg)](https://agentmods.dev/skills/kewang0622/agent-zero-to-hero/landing-page)
Your own site
<a href="https://agentmods.dev/skills/kewang0622/agent-zero-to-hero/landing-page"><img src="https://agentmods.dev/badge/skills/kewang0622/agent-zero-to-hero/landing-page/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for landing-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/kewang0622/agent-zero-to-hero/landing-page"><img src="https://agentmods.dev/badge/skills/kewang0622/agent-zero-to-hero/landing-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 416 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.00416
Opus 5 $0.00012 $0.00208
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00002 $0.00042

Measured 11d ago against content hash bdee87fd9db3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

landing-page 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 11d 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/landing-page/SKILL.md · 41 lines

What it actually says

Landing page — the canonical structure

A landing page that converts has five sections, in order:

  1. Hero — one-sentence promise + visual + ONE primary CTA.
  2. Three highlights — three benefits in three cards. No more.
  3. Hours / details — practical info above the fold of the second screen.
  4. Map / contact — embedded iframe or link.
  5. Footer — minimal: copyright, social links.

Tech rules (the engineering parts)

  • One file. index.html with inline <style> and <script>. No build step.
  • Tailwind via CDN<script src="https://cdn.tailwindcss.com"></script>. Don't pull npm.
  • Stock photos via Unsplash source URLshttps://source.unsplash.com/featured/?keyword.
  • Mobile-first. Test at 375px width.
  • No animations longer than 200ms. No carousels. No popups.

Color guidance

  • Pick ONE primary color and ONE accent. Use neutrals for the rest.
  • For warm businesses (food, hospitality): orange/red primary, cream neutral.
  • For tech: blue/indigo primary, slate neutral.
  • Never use pure black on pure white — soften both.

Procedure

When asked to build a landing page:

  1. Identify the business type from the prompt.
  2. Pick a color palette using the guidance above.
  3. Write index.html with the five sections.
  4. Use real-feeling copy (no "Lorem ipsum"). Make it specific to the prompt.
  5. After writing, use the bash tool to open index.html (macOS) or xdg-open index.html (Linux).
  6. If the user asks for changes, use Edit to make targeted changes — don't rewrite.
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. 11d ago First seen · 41 lines · 23 tokens per session scan A bdee87fd9db3

Subscribe to this mod's changes

landing-page is a skill published in the GitHub repository KeWang0622/agent-zero-to-hero (49 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 416 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories