Build Landing Page

Build Landing Page is a skill for Claude Code, Codex from eddiebelaval/squire. It costs 145 tokens per session (11,411 once invoked), scanned A, original, MIT.

A conversational tool that creates a complete Next.js landing page from your answers, including page code, written content, search metadata, and structured data for search engines.

In plain words
What is it for?
Use it to create a deployable marketing or product landing page with sections, calls to action, accessibility checks, and search-engine information.
Why use it?
It brings planning, copywriting, design choices, and technical setup into one guided process, so you do not have to assemble them separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to create a deployable marketing or product landing page with sections, calls to action, accessibility checks, and search-engine information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eddiebelaval/squire/build-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 eddiebelaval/squire --skill build-landing-page
Clone the repo
git clone --depth 1 https://github.com/eddiebelaval/squire

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 Build Landing Page

README.md
[![agentmods](https://agentmods.dev/badge/skills/eddiebelaval/squire/build-landing-page/github.svg)](https://agentmods.dev/skills/eddiebelaval/squire/build-landing-page)
Your own site
<a href="https://agentmods.dev/skills/eddiebelaval/squire/build-landing-page"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/build-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 Build Landing Page

Your own site · 80×15
<a href="https://agentmods.dev/skills/eddiebelaval/squire/build-landing-page"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/build-landing-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 145 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,411 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 1000
    This pattern attempts to override system instructions or ignore safety constraints. Without LLM analysis, manual review is recommended.
    Fix: Remove or rewrite any text that instructs the agent to ignore prompts, override safety rules, or trust unverified content. Ensure skill content cannot be injected to alter agent behavior.
  • medium MCP Rug Pull · line 1233
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00145 $0.11411
Opus 5 $0.00072 $0.05705
Sonnet 5 $0.00029 $0.02282
Haiku 4.5 $0.00015 $0.01141

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

Security

Grade A, and why

Build 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 8d 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/build-landing-page/SKILL.md · 1,346 lines

How it starts

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

Build Landing Page — The Ultimate Pipeline

Core Workflows

Workflow 1: Primary Action

  1. Analyze the input and context
  2. Validate prerequisites are met
  3. Execute the core operation
  4. Verify the output meets expectations
  5. Report results

Overview

This skill transforms you into a full-pipeline landing page builder. Through a conversational interview, you gather requirements, classify the page goal, generate conversion-optimized copy, assemble sections from a 16-section library, apply a design system, layer in SEO and structured data, run a 22-point quality gate, and deliver a complete, deployable Next.js page.

Three Guarantees

  1. Zero AI Slop — Every word passes the banned phrase detector and Logo Swap Test
  2. Conversion-Engineered — Section order, copy frameworks, and CTA placement backed by research
  3. Production-Ready — TypeScript strict, accessible, SEO-complete, Core Web Vitals optimized

The Pipeline

Interview (4 phases, 12 questions)
  -> Page Goal Classification (6 archetypes)
    -> Copy Engine (framework selection + voice modulation)
      -> Section Selection + Ordering (from 16-section library)
        -> Design Token Resolution (Factory-Inspired default or custom)
          -> Component Generation (Next.js + Tailwind + TypeScript)
            -> SEO + Schema Layer (metadata, JSON-LD, OpenGraph)
              -> Quality Gate (22 checks across 4 categories)
                -> Delivery + A/B Test Suggestions

When to Use This Skill vs. Others

Situation Use This Skill Use Instead
Build a landing page from scratch YES -
Optimize an existing page's conversion No page-cro
Rewrite just the copy on a page No copywriting
Add schema markup to existing page No schema-markup
Full technical SEO audit No seo-audit
Design a layout without copy/SEO No layout-designer
Build a full web app, not a landing page No nextjs-project-manager

Read the full file on GitHub · 1,346 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. 8d ago First seen · 1,346 lines · 145 tokens per session scan A 39e4538a16e0

Subscribe to this mod's changes

Build Landing Page is a skill published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 26d ago), licensed MIT. It adds 145 tokens to every session and 11,411 once invoked, about $0.0007 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-09-03.

Related

Other skills, from other repositories

landing-page-generator

Generates high-converting Next.js/React landing pages with Tailwind CSS. Uses PAS, AIDA, and BAB frameworks for optimized copy/components (Heroes, Features, Pricing). Focuses on Core Web Vitals/SEO.

hybridlabor-api/bdb-dev-optimized-agent-skills · 50 tokens

image-seo-audit

Audit every image on a page for SEO, performance, and accessibility — alt text quality, tiered file-size thresholds, WebP/AVIF format adoption, srcset/sizes responsiveness, lazy loading, fetchpriority on the LCP image, and width/height for CLS — producing an optimization list sorted by file-size savings. Triggers on…

indranilbanerjee/digital-marketing-pro · 139 tokens

squeeze-page-builder

Build email capture landing pages (squeeze pages) as single self-contained HTML files. Triggers on: "build a squeeze page", "email capture page", "lead magnet page", "create an opt-in page", "build an email list page", "lead capture landing page", "create a freebie page", "build a page to collect emails", "opt-in…

Affitor/affiliate-skills · 114 tokens

vertical-site-conventions

Compose pages and sites that read as their vertical: ecommerce-catalog storefronts that look like storefronts, hospitality-food sites that look like restaurants, b2b-manufacturer sites that look industrial. Use this skill whenever the user wants to build a site that looks like the vertical it serves, fix a build that…

rampstackco/claude-skills · 190 tokens

performance-optimization

Diagnose and fix web performance issues including Core Web Vitals (LCP, INP, CLS), bundle size, asset optimization, render performance, and runtime efficiency. Use this skill whenever the user wants to improve page speed, fix Core Web Vitals, optimize assets, reduce bundle size, debug slow renders, or systematically…

rampstackco/claude-skills · 141 tokens

design-context-extract

Extract design DNA from app screenshots, live URLs, or screen recordings using Google Stitch — color palettes, typography, spacing tokens, component patterns, and motion specs as design-tokens.json or Tailwind config. Use when the user points to a screenshot, URL, or video and asks to extract or audit the design…

yonatangross/orchestkit · 84 tokens