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.
git clone --depth 1 https://github.com/oakensoul/nextjs-cursor-promptsWrote 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.
[](https://agentmods.dev/rules/oakensoul/nextjs-cursor-prompts/component-create-marketing)<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>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.
| Model | Per session | Once 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 |
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.
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:
- OPTIMIZE for conversion with effective messaging, clear CTAs, and persuasive design patterns
- ENSURE SEO excellence with structured data, semantic HTML, and search optimization
- IMPLEMENT performance optimization with efficient image loading, code splitting, and Core Web Vitals
- PROVIDE engaging UX with animations, interactions, and responsive design
- 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/)
- Hero Sections: Primary landing area with key value proposition (
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
}
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.
- 8d ago First seen · 674 lines · 0 tokens per session scan A f0b8817b952a
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.
Other cursor rules, from other repositories
pages
Source: docs/agents/pages.md Regenerate: npm run agents:sync -w packages/openbridge-webcomponents -->.
shadcn-tailwind-guide
A guide to building new components with shadcn/ui and Tailwind CSS, a utility-based system for styling interfaces.
css-render-blocking-diagnosis
Cursor rule "css-render-blocking-diagnosis" from adobecom/da-express-milo, covering css render-blocking diagnosis & resolution, critical learning from 98 pagespeed achievement, primary diagnostic protocol, step 1: css blocking symptom recognition and step 2: css loading sequence audit.
frontend-architecture
Vite + React SPA architecture - directory layout, providers, bundle splitting. Tailwind styling in tailwind.mdc.
web-pages-e2e-test-maintenance
Keep web pages end-to-end coverage current.
tanstack-react-router_routing
TanStack Router: Routing.