component-create-marketing

component-create-marketing is a cursor rule for Cursor from oakensoul/nextjs-cursor-prompts. It costs 0 tokens per session (4,709 once invoked), scanned A, original, MIT.

A set of project rules for creating marketing-focused interface components, including hero sections, feature blocks, calls to action, SEO, analytics, and responsive interactions.

In plain words
What is it for?
Use it when building promotional pages or components in a Next.js project. It guides server or client placement, semantic HTML, structured data, image loading, Core Web Vitals, animations, analytics, and A/B-test readiness.
Why use it?
It helps marketing pages balance clear messaging and conversion goals with accessibility, search visibility, loading speed, and consistent project standards.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when building promotional pages or components in a Next.js project. It guides server or client placement, semantic HTML, structured data, image loading, Core Web Vitals, animations, analytics, and A/B-test readiness.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/oakensoul/nextjs-cursor-prompts/component-create-marketing
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.

Clone the repo
git clone --depth 1 https://github.com/oakensoul/nextjs-cursor-prompts

Made for: Cursor.

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 component-create-marketing

README.md
[![agentmods](https://agentmods.dev/badge/rules/oakensoul/nextjs-cursor-prompts/component-create-marketing.svg)](https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/component-create-marketing)
Your own site
<a href="https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/component-create-marketing"><img src="https://agentmods.dev/badge/rules/oakensoul/nextjs-cursor-prompts/component-create-marketing.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 4,709 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.00000 $0.04709
Opus 5 $0.00000 $0.02354
Sonnet 5 $0.00000 $0.00942
Haiku 4.5 $0.00000 $0.00471

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

Security

Grade A, and why

component-create-marketing 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 8d 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.

.cursor/prompts/component/component-create-marketing.mdc · 674 lines

How it starts

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

Marketing Component Creation Request

Please create a new marketing component following our specialized marketing patterns, conversion optimization principles, and performance standards.

🎯 MARKETING CREATION OBJECTIVES:

  1. OPTIMIZE for conversion with effective messaging, clear CTAs, and persuasive design patterns
  2. ENSURE SEO excellence with structured data, semantic HTML, and search optimization
  3. IMPLEMENT performance optimization with efficient image loading, code splitting, and Core Web Vitals
  4. PROVIDE engaging UX with animations, interactions, and responsive design
  5. FOLLOW marketing best practices for accessibility, analytics integration, and A/B testing readiness

📋 MARKETING DEVELOPMENT METHODOLOGY:

STEP 1: Marketing Component Planning and Strategy

Determine Marketing Component Type and Location:
  • Server Component: src/components/server/marketing/ - Static marketing content, SEO-focused
  • Client Component: src/components/client/marketing/ - Interactive marketing elements, animations
  • Marketing Categories:
    • Hero Sections: Primary landing area with key value proposition (hero/)
    • Feature Blocks: Product/service feature showcases (features/)
    • Call-to-Action: Conversion-focused action elements (cta/)
    • Social Proof: Testimonials, reviews, trust indicators (social-proof/)
    • Content Sections: About, benefits, how-it-works (content/)
Conversion Strategy Assessment:
  • Primary Goal: Lead generation, sales, signup, engagement
  • Target Audience: Demographics, pain points, motivation triggers
  • Value Proposition: Unique selling points and competitive advantages
  • User Journey: Awareness, consideration, decision, action stages
  • Success Metrics: Conversion rate, engagement, bounce rate, scroll depth

STEP 2: Content and Messaging Design

Conversion-Focused Content Structure:
interface MarketingContent {
  /** Primary headline with benefit focus */
  headline: string
  /** Supporting subheadline with context */
  subheadline?: string
  /** Key value propositions or benefits */
  benefits: string[]
  /** Primary call-to-action */
  primaryCTA: CTAConfig
  /** Secondary call-to-action (optional) */
  secondaryCTA?: CTAConfig
  /** Social proof elements */
  socialProof?: SocialProofConfig
  /** Visual assets configuration */
  visuals?: VisualConfig
}

interface CTAConfig {
  text: string
  href?: string
  onClick?: () => void
  variant: 'primary' | 'secondary' | 'ghost'
  size: 'sm' | 'md' | 'lg'
  analytics: AnalyticsConfig
}

Read the full file on GitHub · 674 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. 8d ago First seen · 674 lines · 0 tokens per session scan A f0b8817b952a

Subscribe to this mod's changes

component-create-marketing is a cursor rule published in the GitHub repository oakensoul/nextjs-cursor-prompts (4 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,709 tokens. 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.