landing-page-workflows

landing-page-workflows is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 39 tokens per session (9,170 once invoked), scanned C, original, MIT.

A workflow guide for building, duplicating, and deploying landing pages—focused web pages designed to turn visitors into leads or customers.

In plain words
What is it for?
It helps create coaching-funnel pages, connect assets, reuse existing page designs, and deploy them to Vercel.
Why use it?
It provides a repeatable starting point and keeps new pages aligned with the specified source pages, design system, copy patterns, and deployment process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It helps create coaching-funnel pages, connect assets, reuse existing page designs, and deploy them to Vercel.

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

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 landing-page-workflows

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/s3yed/appie-kit/landing-page-workflows"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/landing-page-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,170 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00039 $0.09170
Opus 5 $0.00019 $0.04585
Sonnet 5 $0.00008 $0.01834
Haiku 4.5 $0.00004 $0.00917

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

Security

Grade C, and why

landing-page-workflows scanned grade C with 2 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf /root/ibrahim-{project-name}/.vercel # critical — forces new Vercel project

Makes network callslowCapability

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

curl -L -o /tmp/steven_raw.mp4 "https://drive.usercontent.google.com/download?id=FILE_ID&confirm=t&authuser=0"
skills/content/landing-page-workflows/SKILL.md · 717 lines

How it starts

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

Landing Page Workflows (Ibrahim Ramzy)

Build landing pages for The Creed / Health in Motion / giveaways. All pages use the same design system (navy + silver + royal blue, or gold for giveaways).

Source of Truth

The master high-ticket landing page lives at:

  • Local: /root/ibrahim/index.html
  • Live: https://thecreed-one.vercel.app

The giveaway landing page lives at:

  • Local: /root/ibrahim-giveaway/index.html (complete, with VSL section)
  • Live: https://ibrahim-giveaway.vercel.app (primary, includes VSL, hero, steps, prizes, testimonials, typeform)
  • Legacy (inactive): https://creed-coaching-giveaway.vercel.app (older copy without VSL — do not edit)
  • Motion upgrade (Next.js + motion/react): https://ibrahim-giveaway-v2.vercel.app — deployed from /root/ibrahim-giveaway-v2. Source: src/app/components/Sections.tsx, ConversionOptimizers.tsx, page.tsx. Has all animations, conversion optimizers, Lucide icons, and premium design. NOT yet domain-swapped — lives on its own Vercel project.

Always duplicate from one of these sources. Never start from scratch.

Duplication Pattern

cp -r /root/ibrahim /root/ibrahim-{project-name}
rm -rf /root/ibrahim-{project-name}/.vercel   # critical — forces new Vercel project

Then edit index.html:

  1. Change <title>, hero copy, CTAs
  2. Update Typeform widget ID in the embed
  3. Test locally with a browser

Asset Linking

Videos and images are NOT copied to new projects. Reference the master deployment:

<!-- Videos -->
<source src="https://thecreed-one.vercel.app/videos/{name}.mp4">

<!-- Transformation images -->
<img src="https://thecreed-one.vercel.app/transformations/{name}.jpg">

<!-- Video posters -->
<video poster="https://thecreed-one.vercel.app/posters/{name}.jpg">

Available videos: pangina, davide, mohammed, matthew, mariel, ashley, asmond Steven's video must be deployed locally — see "Steven's Video Fix" below.

Available transformations: davide, fatuma, konstantin, marielle, matthew, mohammed, omar, pangina, steven

Read the full file on GitHub · 717 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 · 717 lines · 39 tokens per session scan C bf1e04efb6bf

Subscribe to this mod's changes

landing-page-workflows is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 17d ago), licensed MIT. It adds 39 tokens to every session and 9,170 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). 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