hugo-landing

hugo-landing is a skill for Claude Code from gerodp/hugo-landing-skill. It costs 89 tokens per session (2,652 once invoked), scanned A, original, MIT.

A scaffolding tool for creating a Hugo website with a landing page, optional blog, search-engine metadata, multiple-language support, analytics, and deployment setup.

In plain words
What is it for?
Use it to create a personal or company landing page with sections such as a hero, case studies, about, blog, and contact prompt, then deploy it through supported hosting services.
Why use it?
It provides the initial site structure and build configuration so you can focus on the content, branding, and required adjustments.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the hugo-landing plugin — 1 skill shipped together

Good fit Use it to create a personal or company landing page with sections such as a hero, case studies, about, blog, and contact prompt, then deploy it through supported hosting services.

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

Made for: Claude Code.

Or install hugo-landing, the plugin that ships this one along with the rest of its 1 skill.

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 hugo-landing

README.md
[![agentmods](https://agentmods.dev/badge/skills/gerodp/hugo-landing-skill/hugo-landing/github.svg)](https://agentmods.dev/skills/gerodp/hugo-landing-skill/hugo-landing)
Your own site
<a href="https://agentmods.dev/skills/gerodp/hugo-landing-skill/hugo-landing"><img src="https://agentmods.dev/badge/skills/gerodp/hugo-landing-skill/hugo-landing/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 hugo-landing

Your own site · 80×15
<a href="https://agentmods.dev/skills/gerodp/hugo-landing-skill/hugo-landing"><img src="https://agentmods.dev/badge/skills/gerodp/hugo-landing-skill/hugo-landing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,652 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00089 $0.02652
Opus 5 $0.00044 $0.01326
Sonnet 5 $0.00018 $0.00530
Haiku 4.5 $0.00009 $0.00265

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

Security

Grade A, and why

hugo-landing scanned grade A with 1 finding 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 12d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (scripts/add-language.sh, scripts/resolve-hugo-version.sh, scripts/scaffold.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

(same as CI), `hugo --gc --minify`, and a dev-server curl against the
skills/hugo-landing/SKILL.md · 209 lines

How it starts

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

Hugo Landing Page + Blog Scaffolder

Creates a complete, buildable Hugo site from the embedded template/. The result is a single-page landing site (hero, pain points, method, case studies, about, blog preview, CTA — every section optional) plus a blog with pagination, tags, RSS, and rich structured data.

Division of labor: the shell scripts in scripts/ handle everything mechanical (copying, token substitution, deploy config, structure). You handle everything requiring judgment: the interview, copywriting, translations, branding, and fixing build warnings. Never re-implement what a script does.

Prerequisites

hugo (>= 0.146), node/npm, and git on PATH. If Hugo is missing, tell the user to install it first (brew install hugo / see gohugo.io).

Procedure

1. Interview the user

Ask (AskUserQuestion works well; skip anything already stated):

  1. Site name + base URL (e.g. "Acme Consulting", https://acme.example). If they don't have a domain yet and chose GitHub Pages, use https://<user>.github.io/<repo>/.
  2. Site type: personal brand / consultant (adds a Person entity to JSON-LD) vs product/company (Organization only).
  3. Languages: default language + any extra languages. Any language is supported — see reference/multilingual.md.
  4. Brand color + font: any Tailwind palette name or a custom color; Google Font family (default Inter).
  5. Homepage sections: which of pain-points, features, method/steps, stats band, case studies, testimonials, pricing, about, team, blog preview, open-source, FAQ, newsletter, final CTA to include. Hero is always on. Suggest a sensible subset for the site type (consultant: pain-points, method, case studies, about, FAQ; product: features, stats, testimonials, pricing, FAQ) rather than enabling everything.
  6. Blog: include one? (default yes). If no, scaffold with --no-blog — the site then ships without any blog files.
  7. Deploy target: github-pages (default) / cloudflare / netlify / amplify.
  8. Analytics: umami / plausible / ga4 / none, plus website ID and (self-hosted) script host.
  9. Contact CTA: scheduling link (Cal.com/Calendly) or email.
  10. Copy: does the user want to provide the copy themselves, or should you draft it? If they provide it, ask them to paste it (or point to a source: existing site, bio, pitch deck) — it should cover the sections selected in question 5.

Read the full file on GitHub · 209 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 209 lines · 89 tokens per session scan A 327363bf9d86

Subscribe to this mod's changes

hugo-landing is a skill published in the GitHub repository gerodp/hugo-landing-skill (7 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 2,652 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

waitlist-page

A simple waitlist page for collecting email addresses from people interested in a new product or early-access release.

nexu-io/html-anything · 25 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens