landing-copy

landing-copy is a skill for Claude Code, Codex from NmadeleiDev/landingforge. It costs 148 tokens per session (4,465 once invoked), scanned A, original, MIT.

A landing-page copywriting workflow that turns an approved strategy brief into complete text for each page section. A strategy brief defines the audience, message, action, and writing style.

In plain words
What is it for?
It creates headlines, supporting text, bullets, and proof statements for a fixed page structure, labels the writing framework used, and checks the copy for specificity.
Why use it?
It provides structured, specific page copy instead of a one-shot draft that may use vague or generic wording.

Skill for Claude CodeCodex

Written for Claude Code and Codex: Claude Code plugin machinery, but also installed under .codex/. Also seen: mentions subagents; positional $N argument; mentions Codex.

Part of the landingforge plugin — 8 skills, 9 agents shipped together

Good fit It creates headlines, supporting text, bullets, and proof statements for a fixed page structure, labels the writing framework used, and checks the copy for specificity.

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

Made for: Claude Code, Codex.

Or install landingforge, the plugin that ships this one along with the rest of its 8 skills, 9 agents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/nmadeleidev/landingforge/landing-copy"><img src="https://agentmods.dev/badge/skills/nmadeleidev/landingforge/landing-copy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,465 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.00148 $0.04465
Opus 5 $0.00074 $0.02233
Sonnet 5 $0.00030 $0.00893
Haiku 4.5 $0.00015 $0.00447

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

Security

Grade A, and why

landing-copy 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.

.codex/skills/landing-copy/SKILL.md · 295 lines

How it starts

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

Running an lp-* agent on Codex. Codex has no parallel subagent tool, and this pipeline is sequential and gated anyway. Wherever this file says to spawn or run an agent inline, it means: read .codex/agents/<name>.md and follow its full body verbatim as that phase's operating instructions, one phase at a time.

Landing Page Copy (Phase 2, standalone)

Run only phase 2 of the LandingForge pipeline: take a committed strategy brief and produce copy.md — the full, section-by-section persuasive copy for one landing page. This is a thin standalone wrapper around the lp-copywriter agent. It does not commit strategy (that is phase 1), and it does not write design tokens, build a page, or score it; it produces the one copy artifact the designer, builder, and scorer all consume.

The thesis of LandingForge is that AI ships the statistically-average page because it generates in one shot with no committed strategy and no enforced voice. This skill is where the copy gets manufactured to that spec: every headline, subhead, bullet, and proof line keyed to the brief's ICP / message / action / register, structured by a named framework, and run through the specificity linter — so a sentence earns its place only if a real customer would say it and a competitor could not. "Streamline your workflow," "Built for teams," "Powerful and easy to use" is the exact failure mode this phase exists to prevent.

Path resolution. All references/… and .codex/agents/… paths below are relative to the plugin root ({{LANDINGFORGE_ROOT}}, the directory containing plugin.json / .claude-plugin/), not to this skill's own folder. The knowledge base and the agent contracts live at the plugin root on purpose — they are the one shared brain every LandingForge skill and agent reads. If a bare path such as references/copy-frameworks.md or .codex/agents/lp-copywriter.md does not resolve from the current directory, prefix it with {{LANDINGFORGE_ROOT}}/.

Same copy as the full pipeline. The copy.md this skill emits is byte-for-byte the artifact landing-build phase 2 produces. Copy committed here is a valid drop-in for phases 3–8: hand it to landing-design, the builder, or the full landing-build and they pick up exactly where this left off. One engine, two entry points.


Read the full file on GitHub · 295 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. 9d ago First seen · 295 lines · 148 tokens per session scan A bfc75aa7f574

Subscribe to this mod's changes

landing-copy is a skill published in the GitHub repository NmadeleiDev/landingforge (1 stars, last pushed 1mo ago), licensed MIT. It adds 148 tokens to every session and 4,465 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-08-31.

Related

Other skills, from other repositories

funnel-hacking

Reverse-engineer any live public sales funnel and rebuild it — adapted for the user's brand, copy, and offer — without copyright infringement. Handles single pages or entire multi-page funnels. Uses Russell Brunson's Hook/Story/Offer framework to deconstruct what makes a funnel convert, then delegates the build to the…

ominou5/funnel-architect-plugin · 71 tokens

design-system

Design system and visual language for sales funnels. Provides color palettes, typography, spacing, component styles, and theming guidelines for a polished, premium look.

ominou5/funnel-architect-plugin · 34 tokens

group-funnel

Builds a 2-page community group growth funnel. Drives free opt-ins to a group (Skool, Whop, Facebook Group, Discord, or any community platform) using a lead magnet. Use when the goal is to grow a free or paid community.

ominou5/funnel-architect-plugin · 57 tokens

saas-funnel

Builds a 4–6 page SaaS trial/signup funnel. Converts visitors into free trial users or freemium signups, then nurtures to paid. Best for software products with recurring revenue.

ominou5/funnel-architect-plugin · 46 tokens

analytics-setup

Sets up analytics and tracking for funnel pages. Covers GA4, Meta Pixel, Google Tag Manager, conversion tracking, and UTM parameter handling.

ominou5/funnel-architect-plugin · 33 tokens

conversion-ux

Conversion-focused UX patterns for sales funnel pages. Apply these patterns to every page to maximize conversion rates. Covers layout, CTA placement, social proof, urgency, and friction reduction.

ominou5/funnel-architect-plugin · 39 tokens