landing-craft

landing-craft is a skill for Claude Code, Codex from EliasOulkadi/shokunin. It costs 97 tokens per session (4,846 once invoked), scanned A, original, MIT.

A set of methods for building landing pages, which are focused web pages designed to encourage an action such as signing up or sending a form. It covers page structure, visual styles, testing, personalization, forms, and loading performance.

In plain words
What is it for?
Use it to create or improve sales pages and lead-generation pages, plan different page layouts, run A/B tests, personalize content, optimize forms, and improve loading behavior.
Why use it?
It gives developers a framework for deciding what a landing page should say, how it should look, and how to measure improvements. It also addresses usability and key browser performance measures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to create or improve sales pages and lead-generation pages, plan different page layouts, run A/B tests, personalize content, optimize forms, and improve loading behavior.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliasoulkadi/shokunin/landing-craft"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/landing-craft.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,846 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.00097 $0.04846
Opus 5 $0.00048 $0.02423
Sonnet 5 $0.00019 $0.00969
Haiku 4.5 $0.00010 $0.00485

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

Security

Grade A, and why

landing-craft 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/analyze-landing-page.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.

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.

.pack/skills/landing-craft/SKILL.md · 484 lines

How it starts

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

Landing Craft

Landing pages that convert. Based on Unbounce (44,000+ A/B tests), GoodUI, CXL Institute, and WiderFunnel LIFT Model.

Creative Variance Engine

Before writing code, select ONE combination based on the brief. This prevents every landing page from looking the same.

Vibe Archetypes (pick 1)

Archetype Palette Typography Best for
Editorial Luxury Warm cream (#f5f2ec), deep charcoal, ink-blue accent Serif display (Cormorant Garamond, Playfair Display) + clean body B2B, consulting, premium SaaS
Dark Atmospheric Deep navy (#080c1a), off-white text, burnt orange accent Bold condensed display (Cabinet Grotesk, Space Grotesk) Tech, AI, developer tools
Soft Structural White (#ffffff), zinc neutrals, single accent Grotesk display (Geist, Plus Jakarta Sans) SaaS, productivity, health
Minimalist Editorial Warm bone (#f7f6f3), strict 1px borders, muted pastels Serif + system sans-serif Portfolios, indie products

Layout Archetypes (pick 1)

Archetype Structure Mobile
Split Screen 50/50: text left, visual right. Clean alignment, no center. Stack vertical: text on top, visual below
Asymmetric Bento Masonry grid with varying card sizes. col-span-8 next to col-span-4. Single column. All col-span overrides reset to 1
Editorial Z-Cascade Elements overlap with slight rotation (-2deg to 3deg). Depth through stacking. Remove all rotations and negative margins. Stack vertically.
Full-Bleed Typography Hero is pure typography. No image. Text spans viewport width. Text scales down via clamp(). No overflow.

Mobile override (universal): Any asymmetric layout above md: (768px) must collapse to single-column (w-full, px-4, py-8) on viewports below 768px.


Workflow

Step 1: Select creative archetype

Pick one vibe + layout from the Creative Variance Engine. Every page must feel distinct.

Read the full file on GitHub · 484 lines

Files

What ships with it

4 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 · 484 lines · 97 tokens per session scan A 4df388ad6138

Subscribe to this mod's changes

landing-craft is a skill published in the GitHub repository EliasOulkadi/shokunin (113 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 4,846 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

knowject-read-design

A project skill for turning a screenshot, PDF page, Figma export, or sketch into component skeleton code that follows the project’s UI library and coding conventions.

lynxlangya/knowject · 183 tokens

knowject-prd-to-mock

A Knowject skill that turns a written product requirement into a single-page HTML mockup, using the project's existing brand settings.

lynxlangya/knowject · 149 tokens

optimize

Diagnoses and fixes UI performance across loading speed, rendering, animations, images, and bundle size. Use when the user mentions slow, laggy, janky, performance, bundle size, load time, or wants a faster, smoother experience.

arnabdeypolimi/claude_code_setup · 52 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

arnabdeypolimi/claude_code_setup · 62 tokens

animate

Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.

arnabdeypolimi/claude_code_setup · 53 tokens

delight

Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.

arnabdeypolimi/claude_code_setup · 56 tokens