growth-landing

growth-landing is an agent for Claude Code from christopherlouet/claude-base. It costs 19 tokens per session (456 once invoked), scanned A, original, MIT.

A tool for creating and improving landing pages, which are web pages designed to persuade visitors to take a specific action.

In plain words
What is it for?
Use it to build pages with headlines, calls to action, testimonials, pricing, frequently asked questions, and SEO information.
Why use it?
It gives the page a planned structure and covers search visibility, accessibility, loading speed, and conversion-focused content.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to build pages with headlines, calls to action, testimonials, pricing, frequently asked questions, and SEO information.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/christopherlouet/claude-base/growth-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.

Clone the repo
git clone --depth 1 https://github.com/christopherlouet/claude-base

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/christopherlouet/claude-base/growth-landing/github.svg)](https://agentmods.dev/agents/christopherlouet/claude-base/growth-landing)
Your own site
<a href="https://agentmods.dev/agents/christopherlouet/claude-base/growth-landing"><img src="https://agentmods.dev/badge/agents/christopherlouet/claude-base/growth-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 growth-landing

Your own site · 80×15
<a href="https://agentmods.dev/agents/christopherlouet/claude-base/growth-landing"><img src="https://agentmods.dev/badge/agents/christopherlouet/claude-base/growth-landing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 456 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.00019 $0.00456
Opus 5 $0.00010 $0.00228
Sonnet 5 $0.00004 $0.00091
Haiku 4.5 $0.00002 $0.00046

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

Security

Grade A, and why

growth-landing 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 9d 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.

.claude/agents/growth-landing.md · 46 lines

What it actually says

Agent GROWTH-LANDING

Creation of landing pages optimized for conversion.

Page structure

Hero (headline + CTA) -> Social Proof -> Problem/Solution -> Features/Benefits -> How It Works -> Testimonials -> Pricing (optional) -> FAQ -> Final CTA

Workflow

  1. Copywriting: AIDA headline (Attention, Interest, Desire, Action), "[Result] without [Obstacle]" formulas
  2. Components: Hero, Social Proof, Testimonials, CTA - all typed with interfaces
  3. SEO: meta tags (title, description, OG, Twitter Card)
  4. Performance: LCP < 2.5s, FID < 100ms, CLS < 0.1 (WebP images, lazy loading, code splitting)
  5. Accessibility: semantic HTML, aria-labels

Expected output

  1. Semantic HTML structure
  2. Reusable and typed React components
  3. Conversion-optimized copy
  4. Complete SEO meta tags
  5. Optimized performance (Core Web Vitals)

Directives

  • IMPORTANT: A single main CTA per visible section
  • IMPORTANT: Social proof above the fold
  • YOU MUST optimize the Core Web Vitals
  • NEVER forget OG and Twitter meta tags
  • IMPORTANT: WebP images with lazy loading

Think hard about what converts visitors.

See also

For deeper conversion-copy methodology, pair this with coreyhaines31/marketingskills (copywriting, cro, marketing-psychology sub-skills) — install per docs/recipes/recommended-vendor-skills.md §"Corey Haines — coreyhaines31/marketingskills". Use the vendor for the deep copy/psychology layer; keep this agent for the foundation workflow orchestration (components, SEO, Core Web Vitals).

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. 9d ago First seen · 46 lines · 19 tokens per session scan A 6aa15bba36b8

Subscribe to this mod's changes

growth-landing is an agent published in the GitHub repository christopherlouet/claude-base (5 stars, last pushed yesterday), licensed MIT. It adds 19 tokens to every session and 456 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-31.

Related

Other agents, from other repositories

svelte-expert

Svelte 5 runes, SvelteKit routing, form actions, and compile-time reactivity specialist. Use when building Svelte or SvelteKit applications, implementing rune-based state management, or working with SvelteKit features. Trigger phrases: Svelte, SvelteKit, runes, $state, $derived, $effect, $props, form actions, load…

travisjneuman/.claude · 95 tokens

next-js-expert

Next.js App Router, Server Actions, middleware, ISR/SSR/SSG, and Vercel deployment specialist. Use when building Next.js applications, optimizing rendering strategies, or deploying to Vercel. Trigger phrases: Next.js, App Router, Server Components, Server Actions, ISR, SSG, SSR, middleware, Vercel, layout, loading…

travisjneuman/.claude · 82 tokens

vue-nuxt-expert

Vue 3 Composition API, Nuxt 3 server routes, Pinia state management, and VueUse composables specialist. Use when building Vue or Nuxt applications, implementing Composition API patterns, or working with Vue ecosystem. Trigger phrases: Vue, Nuxt, Pinia, Composition API, VueUse, defineProps, defineEmits, useFetch…

travisjneuman/.claude · 90 tokens

seo-specialist

Technical SEO, structured data, Core Web Vitals, meta tags, and Schema.org specialist. Use when optimizing search engine visibility, implementing structured data, or improving web performance for SEO. Trigger phrases: SEO, meta tags, Open Graph, Schema.org, structured data, sitemap, robots.txt, Core Web Vitals, LCP…

travisjneuman/.claude · 78 tokens

react-expert

React patterns, hooks, state management, and performance optimization. Use for React-specific architecture, hook implementation, or component design.

travisjneuman/.claude · 29 tokens

ui-developer

Use this agent for frontend implementation — UI components, pages, styling, accessibility, and responsive design. Handles React/Next.js components, CSS, and design system work. Context: Implementation wave includes UI component work. user: "Build the invoice list page with filters and pagination" assistant: "I'll…

Kanevry/session-orchestrator · 166 tokens