create-landing-page

create-landing-page is a skill for Claude Code from reggiechan74/JobOps. It costs 20 tokens per session (2,260 once invoked), scanned A, original, MIT.

A guided tool for creating a landing page, a focused web page designed to promote a service, product, or campaign. It coordinates the page content and CSS styling inside a named project folder.

In plain words
What is it for?
Use it to plan and create pages such as service promotions, product launches, or about pages with tactical, minimal, or corporate styling.
Why use it?
It gives the page a defined purpose, message, and visual style instead of leaving those decisions disconnected.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the jobops-ic plugin — 10 skills, 1 agent shipped together

Good fit Use it to plan and create pages such as service promotions, product launches, or about pages with tactical, minimal, or corporate styling.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add reggiechan74/JobOps
Claude Code
/plugin install jobops-ic

Made for: Claude Code.

Or install jobops-ic, the plugin that ships this one along with the rest of its 10 skills, 1 agent.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/reggiechan74/jobops/create-landing-page"><img src="https://agentmods.dev/badge/skills/reggiechan74/jobops/create-landing-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,260 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.00020 $0.02260
Opus 5 $0.00010 $0.01130
Sonnet 5 $0.00004 $0.00452
Haiku 4.5 $0.00002 $0.00226

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

Security

Grade A, and why

create-landing-page 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 10d 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.

plugins/jobops-ic/skills/create-landing-page/SKILL.md · 283 lines

How it starts

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

Configuration

Read .jobops/config.json. If missing, stop with:

JOBOPS NOT CONFIGURED Run /jobops:setup (then /jobops-ic:setup) to initialize your workspace.

Use config.directories.contractor_root for output paths in this skill. Use config.preferences.default_currency for pricing if applicable.

Arguments

I'll create a professional landing page using the tactical CSS design system and strategic copywriting principles.

  • $1: Page name/identifier (required, used as {slug}) - e.g., services, about, product-launch
  • --template: CSS template style (optional): tactical | minimal | corporate (default: tactical)

This skill acts as the landing-page orchestrator and owns the per-slug folder: {config.directories.contractor_root}/landing-pages/{slug}/. The sibling skills (copywrite, copywriting-spec, css-template) write sibling files (copy.md, spec.md, styles.css) INTO the same {slug} folder, with {slug} = $1.

Phase 1: Discovery & Content Planning

1.1: Gather Page Requirements

Before creating the landing page, I need to understand:

  1. Page Purpose: What is this landing page for?

    • Service promotion
    • Product launch
    • Lead generation
    • Event registration
    • Portfolio showcase
    • Company/brand introduction
  2. Target Audience: Who should this page resonate with?

    • Industry/sector
    • Job titles/roles
    • Pain points and motivations
    • Technical sophistication level
  3. Desired Action: What should visitors do?

    • Book a call/consultation
    • Download a resource
    • Sign up for newsletter
    • Request a quote
    • Start a trial

1.2: Invoke Copywriter Agent

Use the landing-page-copywriter agent to develop strategic copy:

Task tool with subagent_type='landing-page-copywriter'

The copywriter will deliver:

  • Compelling headline and hook
  • Hero section messaging
  • Problem/agitation content
  • Solution positioning
  • Benefits (not features)
  • Social proof framework
  • Call-to-action copy
  • Supporting section copy

Read the full file on GitHub · 283 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. 10d ago First seen · 283 lines · 20 tokens per session scan A 7fa3c448eb6f

Subscribe to this mod's changes

create-landing-page is a skill published in the GitHub repository reggiechan74/JobOps (25 stars, last pushed 3mo ago), licensed MIT. It adds 20 tokens to every session and 2,260 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-30.

Related

Other skills, from other repositories

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

prototype-web

A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.

nexu-io/html-anything · 24 tokens

waitlist-page

A simple waitlist page for collecting email addresses from people interested in a new product or early-access release.

nexu-io/html-anything · 25 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens