skills/landing/product-showcase-page/SKILL.md
Build a single-product deep-dive showcase page as a self-contained HTML file. Triggers on: "build a product showcase page", "deep dive landing page for [product]", "create a product spotlight page", "product feature page", "single product page", "detailed page about [product]", "build a page showing everything about [product]", "create a long-form product page", "build a sales page for [product]", "product deep dive page", "make a feature breakdown page for [product]".
npx skillsauth add affitor/affiliate-skills product-showcase-pageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Build a long-form, single-product showcase page as a self-contained HTML file. Goes deeper than a standard landing page — includes a full hero section, feature breakdown with icons, use case demonstrations, testimonials, a pricing comparison table, FAQ with accordions, and multiple high-intent affiliate CTAs. Designed for pre-sold traffic (readers who came from a review or comparison) and wants to make the final conversion push.
If product data is available from S1 or prior conversation, use it directly.
Otherwise, use web_search to research the product:
"[product name] features" — gather 6-12 distinct capabilities"[product name] pricing" — all tiers with feature differences"[product name] use cases" OR "[product name] examples" — concrete applications"[product name] reviews" on G2/Capterra — find real sentiment (do not copy verbatim — paraphrase or create realistic representative examples)"[product name] vs" — 2-3 competitors for the pricing comparison"[product name] questions" OR check product's own FAQ pageOrganize the research into these buckets:
Read references/conversion-principles.md for long-form page principles.
A product showcase page is longer than a standard landing page — it must justify the length with value at every section. Plan each section:
CTA placement rules:
Angle selection — choose based on what the research shows: | Angle | Headline formula | |---|---| | Best in category | "The [Category] Tool That Actually Works" | | Price/value | "Get [Competitor]-Level Results for Half the Price" | | Speed | "From Zero to [Outcome] in [Timeframe]" | | Simplicity | "The [Category] Tool That Doesn't Require a Manual" | | Results-focused | "[Specific Outcome]: How [Product] Delivers Where Others Don't" |
Build a complete self-contained HTML file. This page is longer than standard (~150-200 lines of HTML) and should feel like a high-quality product page.
Design specifications:
<style> block — no external stylesheets#2563eb) with appropriate complementary tonesCopy requirements per section:
Hero Headline (6-12 words, outcome-focused):
Feature headlines (each feature gets a benefit headline, not a feature name):
Use case structure (one per scenario):
<!-- The problem → The solution → The result pattern -->
"[Job title] needed to [task]. With [Product]'s [feature], they [outcome] in [timeframe]."
Pricing table (comparison layout):
Testimonials (2-3 cards): Write realistic representative testimonials if real ones unavailable. Each must have:
FAQ items (6-10): Cover the real objections:
Required elements:
target="_blank" rel="noopener"<meta name="viewport"> and basic SEO meta tags<meta name="robots" content="noindex"> (product pages are not for organic search)shared/references/affitor-branding.mdPart 1: Page Summary
---
PRODUCT SHOWCASE PAGE
---
Product: [name]
Angle: [marketing angle used]
Headline: [hero headline]
Sections: [list all sections in order]
CTAs: [count and placement]
Color: [color scheme]
Features covered: [N]
FAQ items: [N]
---
Part 2: Complete HTML
Full file in a fenced code block. Save as [product-slug]-showcase.html.
Part 3: Deploy Instructions
---
DEPLOY
---
1. Save as `[product-slug]-showcase.html`
2. Preview: open in any browser — no server needed
3. Customize: swap testimonial details, add real screenshots, update pricing
4. Deploy: Netlify Drop / Vercel / GitHub Pages
5. Track: Add UTM parameters to your traffic sources targeting this page
e.g., ?utm_source=email&utm_medium=newsletter&utm_campaign=[product]
---
product: # REQUIRED
name: string
description: string
reward_value: string
url: string # Affiliate link
reward_type: string
cookie_days: number
tags: string[]
angle: string # OPTIONAL — marketing angle
# "best-in-class" | "price-value" | "speed" | "simplicity" | "results"
# Default: auto-detected from product strengths
compare_with: object[] # OPTIONAL — competitors for pricing comparison table
- name: string
pricing: string # Starting price
url: string # Non-affiliate URL
color_scheme: string # OPTIONAL — "blue" | "green" | "purple" | "orange" | "dark" | hex
# Default: "blue"
target_audience: string # OPTIONAL — specific audience to call out in hero
# e.g., "e-commerce store owners", "freelance designers"
social_proof: object # OPTIONAL — headline social proof signal
type: string # "rating" | "user_count" | "company_logos" | "award"
value: string # e.g., "4.8/5 on G2", "50,000+ users", "Used by Fortune 500s"
testimonials: object[] # OPTIONAL — real testimonials to include
- quote: string
name: string
role: string
result: string # The specific result they achieved
Before presenting output, verify:
<meta name="robots" content="noindex"> presenttarget="_blank" rel="noopener"If any check fails, fix the output before delivering. Do not flag the checklist to the user — just ensure the output passes.
output_schema_version: "1.0.0" # Semver — bump major on breaking changes
showcase_page:
product_name: string
angle: string
headline: string
color_scheme: string
html: string
filename: string # e.g., "heygen-showcase.html"
section_count: number
cta_count: number
faq_count: number
products_featured:
- name: string
url: string
role: string # "primary" | "compared"
cta_count: number
deploy:
local: string
netlify: string
vercel: string
Present as three sections:
The page should be immediately useful as a high-converting standalone URL.
/affiliate-program-search first, or tell me the product name and I'll research it."web_search to find 1-2 competitors. If still unavailable: replace comparison table with single-product pricing tiers table.Example 1: Standard SaaS showcase User: "Build a product showcase page for HeyGen" Action: web_search HeyGen features/pricing/reviews, angle=results-focused ("Create Studio-Quality Videos in Minutes"), blue theme, write full showcase with 12 features, 4 use cases, 3 tiers, 3 testimonials, 8-item FAQ.
Example 2: With custom angle User: "Showcase page for Semrush with a price-value angle vs Ahrefs" Action: product=Semrush, angle=price-value, compare_with=[Ahrefs, Moz], build pricing comparison table with Semrush as the highlighted winner column.
Example 3: Dark theme for tech audience User: "Product showcase for GitHub Copilot, dark theme, developer audience" Action: product=GitHub Copilot, color_scheme=dark, target_audience="software developers", feature copy written in technical voice, code snippet examples in use cases section.
Example 4: Chained from S1 User: "Create a deep-dive showcase page for this product" Context: S1 returned Klaviyo as recommended_program Action: Auto-pick up Klaviyo from S1 output, research features, build full showcase page.
references/conversion-principles.md — Long-form page structure, CTA placement density, trust signal placement. Read in Step 2.shared/references/ftc-compliance.md — Disclosure text for hero and footer. Read in Step 3.shared/references/affitor-branding.md — Footer attribution HTML. Read in Step 3.shared/references/affiliate-glossary.md — Terminology reference.shared/references/flywheel-connections.md — master flywheel connection mapbio-link-deployer (S5) — showcase page URL for link hubemail-drip-sequence (S5) — showcase page as email destinationgithub-pages-deployer (S5) — HTML file to deployaffiliate-program-search (S1) — recommended_program product datagrand-slam-offer (S4) — offer framing for the showcasebonus-stack-builder (S4) — bonuses to feature on the pageconversion-tracker (S6) measures showcase conversion rate → optimize page elementsBefore delivering output, verify:
Any NO → rewrite before delivering.
chain_metadata:
skill_slug: "product-showcase-page"
stage: "landing"
timestamp: string
suggested_next:
- "bio-link-deployer"
- "github-pages-deployer"
- "conversion-tracker"
development
Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is working for [topic]", "show me top performing content about [keyword]", "what's trending in [niche]", "find viral content about [product]", "content research for [keyword]", "what gets views in [niche]", "engagement analysis for [topic]", "scout the competition", "what videos are getting the most views about [keyword]", "social listening for [topic]", "trending content in [niche]", "top content analysis", "what hooks work for [keyword]", "content intelligence", "find winning formats".
development
Analyze website traffic, global rank, engagement metrics, and traffic sources for any domain. Use this skill to evaluate affiliate program websites, compare competitor traffic, assess advertiser strength, or understand where an audience comes from. Triggers on: "analyze traffic for [domain]", "how much traffic does [site] get", "compare traffic between [site A] and [site B]", "is [program] worth promoting based on traffic", "traffic analysis", "website analytics for [domain]", "where does [site] get traffic", "check if [advertiser] is legit", "evaluate [program] website health", "SimilarWeb analysis", "traffic sources for [domain]", "how popular is [site]", "website rank", "domain authority check", "compare affiliate program websites".
development
Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should I use", "rank content ideas for [keyword]", "best angle for [product]", "which content idea will perform best", "help me pick an angle", "what should I write about", "content angle for [topic]", "rank my content ideas", "which approach will get the most views", "data-driven content planning", "angle ranker", "content scoring", "which hook should I use", "compare these content ideas", "prioritize my content angles", "what video should I make".
tools
Generate branded infographic specifications from any content or data. Outputs structured layout, copy, data visualization, and color scheme — ready to render as HTML/CSS, Satori, Canva, or any design tool. Use this skill when the user wants an infographic, data visual, social media image, comparison chart, stat card, or says "create an infographic for [content]", "make a visual for my LinkedIn post", "design an image for [topic]", "stat graphic for [data]", "comparison infographic", "branded image", "social media graphic", "infographic for [blog post]", "data visualization", "visual content", "image for my post", "LinkedIn carousel image", "feature comparison chart", "pricing table image".