landing-page

landing-page is a cursor rule for Claude Code from eliornl/rolemule. It costs 13 tokens per session (2,419 once invoked), scanned A, original, MIT.

A set of rules for building a landing page, a web page designed to introduce a product or guide visitors toward an action. It defines the page sections, locations, CSS classes, and JavaScript patterns.

In plain words
What is it for?
Use it when editing the landing page in the listed HTML, CSS, and TypeScript files. It covers the section order, identifiers, showcase content, and related styling and behavior.
Why use it?
It keeps the page structure and implementation consistent across the hero, features, extension, tools, and command-line sections.

Cursor rule for Claude Code

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 rules/eliornl/rolemule/landing-page
Clone the repo
git clone --depth 1 https://github.com/eliornl/rolemule

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/rules/eliornl/rolemule/landing-page.svg)](https://agentmods.dev/rules/eliornl/rolemule/landing-page)
Your own site
<a href="https://agentmods.dev/rules/eliornl/rolemule/landing-page"><img src="https://agentmods.dev/badge/rules/eliornl/rolemule/landing-page.svg" alt="Measured on agentmods" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,419 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.00013 $0.02419
Opus 5 $0.00006 $0.01210
Sonnet 5 $0.00003 $0.00484
Haiku 4.5 $0.00001 $0.00242

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

Security

Grade A, and why

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 3d 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.

.claude/rules/landing-page.mdc · 245 lines

How it starts

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

Landing Page

The landing page lives at ui/index.html and uses ui/static/css/landing.css + ui/src/pages/landing.ts (bundled as landing.js).

Page Sections (in order)

Section ID / Class Notes
Hero .hero-section Tagline One mule for every role. + 4-step explainer; paste / PDF·TXT·DOCX / extension
↓ section arrow .section-arrow.section-arrow--hero Hero → tech-bar
Tech Bar .section-tech-bar Built-with tags (incl. Gemini/OpenAI/Anthropic/Ollama) + GitHub link to eliornl/rolemule
↓ section arrow .section-arrow Between each subsequent section pair
Problem #problem .section-problem ~150-application stat + time comparison cards
Features #features .section-features Label Workflow Agents; 5 pipeline agents (.features-grid)
On Demand #after-apply .section-after-apply Label On-Demand Agents; Optimize CV, Interview Prep, Mock Session, Hiring Outreach
Chrome Extension #extension .section-extension Analyze This Job + Match Form To Profile + extract bullets
Career Tools #tools .section-tools 6 tool cards in Bootstrap rows
CLI #cli .section-cli Slim strip: rolemule install + example commands (.cli-strip)
Screenshot Showcase #example .section-example App screenshots — 10 tabs (workflow + Optimize CV / Interview / Mock Session / Outreach)
Pricing / CTA #pricing .section-pricing Multi-provider BYOK copy; CTA → /auth/register (“Get Started Free”)

Nav (navbar_landing.html): Why RoleMule · Workflow · On Demand · Extension · Career Tools · CLI · Example · Pricing.


Inter-Section Scroll Hints

A <div class="section-arrow"> sits between every pair of adjacent sections. It contains an anchor linking to the next section's ID with a fas fa-chevron-down icon.

<div class="section-arrow">
    <a href="#problem" aria-label="Scroll to next section">
        <i class="fas fa-chevron-down"></i>
    </a>
</div>

Read the full file on GitHub · 245 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. 3d ago First seen · 245 lines · 13 tokens per session scan A ff90b34ad596

Subscribe to this mod's changes

landing-page is a cursor rule published in the GitHub repository eliornl/rolemule (37 stars, last pushed 4d ago), licensed MIT. It adds 13 tokens to every session and 2,419 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.