templateclaw-landing

templateclaw-landing is a skill for Claude Code, Codex from jeromwolf/templateclaw. It costs 47 tokens per session (751 once invoked), scanned A, original, MIT.

A landing-page generator for SaaS, portfolio, product, startup, and app websites, with responsive layouts and selectable visual styles.

In plain words
What is it for?
Use it to generate sections such as heroes, feature grids, pricing, project showcases, testimonials, FAQs, contact forms, or signup areas.
Why use it?
It gives a defined page structure and visual direction when starting a marketing website from a brief or category.

Skill for Claude CodeCodex

Part of the templateclaw plugin — 7 skills shipped together

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.

agentmods
npx agentmods add skills/jeromwolf/templateclaw/templateclaw-landing
Any agent
npx skills add jeromwolf/templateclaw --skill templateclaw-landing
Clone the repo
git clone --depth 1 https://github.com/jeromwolf/templateclaw

Made for: Claude Code, Codex.

Or install templateclaw, the plugin that ships this one along with the rest of its 7 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeromwolf/templateclaw/templateclaw-landing.svg)](https://agentmods.dev/skills/jeromwolf/templateclaw/templateclaw-landing)
Your own site
<a href="https://agentmods.dev/skills/jeromwolf/templateclaw/templateclaw-landing"><img src="https://agentmods.dev/badge/skills/jeromwolf/templateclaw/templateclaw-landing.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 751 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00047 $0.00751
Opus 5 $0.00023 $0.00376
Sonnet 5 $0.00009 $0.00150
Haiku 4.5 $0.00005 $0.00075

Measured 4d ago against content hash 073585ed38ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

templateclaw-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 4d 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.

skills/templateclaw-landing/SKILL.md · 100 lines

How it starts

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

TemplateClaw — Landing Page Generator

Generate a production-ready landing page with cutting-edge 2026 design.

When Invoked

  1. If argument provided (e.g., /templateclaw-landing saas), generate that style directly
  2. If no argument, ask: "What type of landing page? (saas / portfolio / product / startup / app)"

Landing Page Styles

SaaS Landing Page

  • Hero with gradient mesh background + animated orbs
  • Feature grid (3 columns) with glassmorphism cards
  • Pricing table (3 tiers) with popular tier highlighted
  • Social proof section (logos + testimonials)
  • CTA sections with gradient buttons
  • FAQ accordion

Portfolio Landing Page

  • Full-screen hero with name + title + animated gradient text
  • Project showcase grid with hover overlays
  • Skills section with animated progress bars
  • Experience timeline
  • Contact form with glassmorphism style

Product Launch Landing Page

  • Product hero with 3D-style mockup placeholder
  • Feature highlights with icons
  • How-it-works steps (numbered)
  • Testimonials carousel
  • Early access signup form

Startup Pitch Landing Page

  • Bold statement hero with counter animations
  • Problem → Solution narrative sections
  • Team grid
  • Investor logos / backed-by section
  • Waitlist CTA

Mobile App Landing Page

  • Phone mockup hero (CSS-only device frame)
  • App screenshots carousel
  • Feature list with device-specific icons
  • Download badges (App Store / Play Store)
  • Reviews section

Design System (All Styles)

/* Colors */
--bg-primary: #0A0E1A;
--bg-card: rgba(255,255,255,0.05);
--accent-violet: #7C3AED;
--accent-pink: #EC4899;
--accent-blue: #3B82F6;
--text-primary: #F8FAFC;
--text-secondary: #94A3B8;

/* Effects */
backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,0.1);
background: linear-gradient(135deg, var(--accent-violet), var(--accent-pink));

/* Typography */
font-family: 'Inter', system-ui, sans-serif;
code: 'JetBrains Mono', monospace;

Output Requirements

  • Single HTML file with embedded CSS and JS
  • Tailwind CSS via CDN (<script src="https://cdn.tailwindcss.com"></script>)
  • Google Fonts (Inter + JetBrains Mono) via CDN
  • Fully responsive (mobile-first breakpoints: sm, md, lg, xl)
  • Dark mode by default, optional light toggle
  • Smooth scroll behavior
  • Intersection Observer for scroll animations
  • All images use placeholder gradients (no external images)
  • Accessible: semantic HTML, ARIA labels, focus states
  • Under 500 lines for single page, well-commented

Read the full file on GitHub · 100 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. 4d ago First seen · 100 lines · 47 tokens per session scan A 073585ed38ae

Subscribe to this mod's changes

templateclaw-landing is a skill published in the GitHub repository jeromwolf/templateclaw (2 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 751 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-31.

Related

Other skills, from other repositories

dashboard-design

Use this skill first when the user wants to design or plan a dashboard, especially Vizro dashboards. Enforces a 3-step workflow (requirements, layout, visualization) before implementation. Activate when the user asks to create, design, or plan a dashboard. For implementation, use the dashboard-build skill after…

mckinsey/vizro · 71 tokens

muapi-ui-design

Generate high-fidelity UI/UX mockups for mobile and web apps using Atomic Design principles — creates wireframes and design systems via muapi.ai.

SamurAIGPT/Generative-Media-Skills · 34 tokens

ecommerce-checkout-optimization

Optimize e-commerce checkout flow to reduce cart abandonment. Friction analysis, payment method optimization, trust signals, and checkout UX best practices.

nexscope-ai/eCommerce-Skills · 34 tokens

etsy-print-on-demand

POD integration — Printful, Printify, mockups, niche selection, margin optimization.

nexscope-ai/eCommerce-Skills · 23 tokens

ln-75-architecture-diagram-builder

Creates evidence-backed current or target architecture diagrams when the diagram is the primary deliverable. Not for UI design, architecture audit, or invented structure.

levnikolaevich/claude-code-skills · 38 tokens

link-ticket-to-session

Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…

JayantDevkar/claude-code-karma · 91 tokens