landing-page-generator

landing-page-generator is a skill for Claude Code from FlorianBruniaux/claude-code-plugins. It costs 48 tokens per session (1,786 once invoked), scanned A, original, MIT.

A tool that turns a repository, such as a GitHub project, into a complete static landing page. It reads documentation and project files, then creates the page and a GitHub Pages deployment workflow.

In plain words
What is it for?
Use it to create an open-source project homepage, showcase a repository, or produce consistent landing pages for several projects.
Why use it?
It removes the need to manually turn a README and project assets into a website structure.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the ai-methodology plugin — 17 skills, 4 commands, 1 agent, 1 hook shipped together

Good fit Use it to create an open-source project homepage, showcase a repository, or produce consistent landing pages for several projects.

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

Made for: Claude Code.

Or install ai-methodology, the plugin that ships this one along with the rest of its 17 skills, 4 commands, 1 agent, 1 hook.

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-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/florianbruniaux/claude-code-plugins/landing-page-generator.svg)](https://agentmods.dev/skills/florianbruniaux/claude-code-plugins/landing-page-generator)
Your own site
<a href="https://agentmods.dev/skills/florianbruniaux/claude-code-plugins/landing-page-generator"><img src="https://agentmods.dev/badge/skills/florianbruniaux/claude-code-plugins/landing-page-generator.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,786 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 pass 7 Sept 2026
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.00048 $0.01786
Opus 5 $0.00024 $0.00893
Sonnet 5 $0.00010 $0.00357
Haiku 4.5 $0.00005 $0.00179

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

Security

Grade A, and why

landing-page-generator 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.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/search-base.js), 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.

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.

plugins/ai-methodology/skills/landing-page-generator/SKILL.md · 241 lines

How it starts

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

Landing Page Generator

Generate a complete, deploy-ready landing page from any repository by analyzing its documentation and structure.

When to Use This Skill

  • Creating a landing page for a GitHub repository
  • Generating static sites from existing documentation
  • Standardizing landing pages across multiple projects
  • Converting README content to marketing/showcase pages

What This Skill Does

  1. Analyze Repository: Read README.md, CHANGELOG.md, package.json/VERSION, docs/, assets/
  2. Extract Content: Identify title, tagline, features, installation, screenshots
  3. Map to Sections: Hero, Features, Install, FAQ, Footer (+ optional: Risk Banner, Pricing)
  4. Generate Landing: Create complete static site (HTML + CSS + JS)
  5. Deploy-Ready Output: Include GitHub Actions workflow for GitHub Pages

How to Use

Basic Usage

/landing-page-generator from ~/path/to/repo

With Options

/landing-page-generator from ~/path/to/repo --risk-banner --pricing-table

Available Options

Option Description Default
--risk-banner Add prominent warning/disclaimer banner above fold false
--pricing-table Include pricing comparison section false
--screenshots <path> Path to screenshots folder ./assets/
--theme [dark|light] Color theme variant dark
--search Enable Cmd+K search true
--output <path> Output directory ./[repo-name]-landing/

Workflow

Step 1: Repository Analysis

Read and analyze these files from the source repo:

README.md        → Primary content source (title, tagline, features, install)
CHANGELOG.md     → Version info, recent changes
package.json     → Version number, dependencies, metadata
VERSION          → Alternative version source
docs/            → Additional documentation pages
assets/          → Screenshots, images
LICENSE          → License type for badge

Step 2: Content Extraction Map

Source Target Section Extraction Method
README title/badges Hero First H1 + shield.io badge lines
README TL;DR Hero tagline First paragraph or blockquote after title
README features Features grid H2/H3 sections with bullet lists
README install Quick Start Code blocks with shell commands
README usage Examples Code blocks with examples
README FAQ FAQ Details/summary or H3+P patterns
CHANGELOG What's New Latest 1-3 releases
assets/*.png Screenshots Gallery section

Read the full file on GitHub · 241 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 · 241 lines · 48 tokens per session scan A 0eb51899d3c8

Subscribe to this mod's changes

landing-page-generator is a skill published in the GitHub repository FlorianBruniaux/claude-code-plugins (40 stars, last pushed 6d ago), licensed MIT. It adds 48 tokens to every session and 1,786 once invoked, about $0.0002 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.