shadcn-vite-iconify-landing-page — community shadcn-vite-iconify-landing-page, agent-skills, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing high-conversion landing page design with Shadcn and Vite integration. A curated collection of my agent-skills

regenrek regenrek
[0]
[0]
Updated: 2/20/2026

Agent Capability Analysis

The shadcn-vite-iconify-landing-page skill by regenrek is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Frontend Agents needing high-conversion landing page design with Shadcn and Vite integration.

Core Value

Empowers agents to create conversion-focused landing pages using Shadcn, Vite, and Iconify, providing a distinctive aesthetic with Tailwind and intentional above-the-fold design.

Capabilities Granted for shadcn-vite-iconify-landing-page

Designing high-conversion landing pages with Iconify
Auditing existing pages for conversion optimization
Implementing intentional above-the-fold design with Shadcn and Tailwind

! Prerequisites & Limits

  • Requires knowledge of Shadcn, Vite, and Tailwind
  • Limited to landing page design and optimization
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

shadcn-vite-iconify-landing-page

Install shadcn-vite-iconify-landing-page, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with...

SKILL.md
Readonly

Shadcn + Vite landing pages that convert (with Iconify)

Quick start

  1. Identify the single primary conversion action (the one CTA that matters).
  2. Draft the page using the anatomy below.
  3. Nail above-the-fold first (title, subheadline, visual, proof, CTA).
  4. Use below-the-fold to remove doubt (features, proof, FAQ, repeat CTA).
  5. Implement in shadcn + Tailwind with a distinctive, intentional aesthetic.

If the user provides an existing page, run the same checklist as an audit and propose specific fixes and A/B tests.

Default stack and rules

Default stack:

  • React + Vite + TypeScript
  • Tailwind CSS (prefer v4)
  • shadcn/ui components (added via CLI, then customized)
  • Iconify icons (no lucide-react)

Rules:

  • One primary CTA, one secondary CTA max above the fold.
  • One icon family (or at most two) per page.
  • Use shadcn components for accessibility and consistency, but do not let them dictate a generic layout.

For project setup commands (Vite + Tailwind + shadcn), see references/shadcn-vite-setup.md.

Core landing page anatomy

Use this default order unless the user has a strong reason to deviate:

  1. Navigation (minimal, de-emphasize links that compete with the primary CTA)
  2. Hero (value + approach + visual)
  3. Social proof (logos, testimonials, numbers)
  4. Primary CTA block (repeat CTA if hero is dense)
  5. Features (value proof, outcomes, differentiators)
  6. CTA repeated 1 to 2 times (after key persuasion moments)
  7. Footer (secondary links, legal, contact)

See references/landing-page-anatomy.md for the full checklists and annotated examples.

Above-the-fold checklist

Treat 'above the fold' as the content visible before scrolling on common viewports.

  1. Define the value you offer (title)
  2. Detail your approach (subheadline)
  3. Help the user envision it (visual)
  4. Establish credibility (social proof)
  5. Simplify the next step (call to action)

Implementation rules:

  • Make the primary CTA unmissable.
  • Make the visual concrete (product UI, before/after, outcome preview), not decorative.
  • Reduce friction with microcopy (no credit card, 60 seconds, cancel anytime).

Below-the-fold persuasion sequence

  1. Show clear value (features)
  2. Motivate to action (social proof)
  3. Clarify questions (FAQ)
  4. Repeat your call to action (CTA)

Add sections only if they remove doubt (pricing, security, comparisons, case studies, integrations).

Output patterns to produce

Choose the lightest deliverable that satisfies the user's request.

A) New landing page

Provide:

  • Page goal, audience, offer, and primary CTA
  • Section-by-section outline mapped to the anatomy
  • Hero copy options (3 variations) and CTA microcopy
  • Proof plan (what to show and where)
  • Implementation: production-grade React code (shadcn + Tailwind + Iconify)

B) Landing page audit

Provide:

  • A short diagnosis: what is the page asking the user to do and is it obvious
  • Issues and fixes grouped by: Above-the-fold, Below-the-fold, CTA, Proof, Copy, Design/UX, Performance
  • 5 to 10 prioritized recommendations (impact vs effort)
  • 3 A/B test ideas with clear hypotheses

Shadcn component mapping

Prefer these building blocks:

  • Navigation: Button, Sheet (mobile menu), Separator
  • Hero: Button, Badge, Card (for a framed visual), Input (only if email capture is the CTA)
  • Social proof: Card, Avatar (testimonials), Badge (press or awards)
  • Features: Card, Tabs (only if comparison is critical)
  • FAQ: Accordion
  • Final CTA: Card, Button

Add only the components you actually use.

Icons (Iconify only)

Default icon source: https://icon-sets.iconify.design/

Selection rules:

  • Pick one icon set prefix and stay consistent (example: lucide:* for a clean outline style).
  • Use icons to clarify hierarchy, not to decorate.
  • Accessibility: decorative icons should be aria-hidden="true"; meaningful icons should have text nearby.

React usage:

bash
1npm i @iconify/react
tsx
1import { Icon } from '@iconify/react' 2 3export function IconBullet() { 4 return ( 5 <span className="inline-flex items-center gap-2"> 6 <Icon icon="lucide:check" aria-hidden="true" className="size-4" /> 7 <span>Cancel anytime</span> 8 </span> 9 ) 10}

Notes:

  • @iconify/react loads icon data on demand by default. Use an offline approach only if the user requires zero network dependence.
  • Do not add lucide-react unless the user explicitly requests it.

Optional: create an AppIcon wrapper for consistent sizing and accessibility. See references/iconify.md.

Design execution (distinctive, non-generic)

Before writing code, decide:

  • Purpose: what problem does this page solve and for whom
  • Tone: commit to a bold direction (editorial, brutalist, luxury minimal, retro utilitarian, playful, etc.)
  • Constraints: performance, accessibility, brand rules
  • Differentiation: one memorable detail (layout twist, signature motion moment, unique motif)

Then execute with craft.

Typography

  • Choose characterful fonts. Avoid generic defaults.
  • Pair one display face (headlines) with a readable body face.

Color and theme

  • Use a cohesive palette with 1 to 2 dominant colors and sharp accents.
  • Prefer CSS variables (shadcn theme tokens) so the design stays consistent.

Motion

  • Use motion as guidance, not decoration: staged reveals, CTA emphasis, proof highlights.
  • Prefer a few high-impact moments over many micro animations.

Spatial composition

  • Use deliberate hierarchy and whitespace.
  • Break the grid only when it improves clarity.

For quick presets, see references/aesthetic-directions.md.

Implementation requirements

  • Use semantic HTML and accessible components (labels, focus states, reduced motion support).
  • Mobile-first responsive layout.
  • Optimize perceived performance: avoid heavy hero media, lazy-load below-the-fold images.
  • Keep the primary CTA consistent (label, destination, and promise).

Included starter asset

If the user asks for a starter page scaffold, use:

  • assets/vite-shadcn-iconify-landing/src/pages/LandingPage.tsx

This is a sectioned template that matches the anatomy and uses shadcn + Iconify.

Reference files

  • references/shadcn-vite-setup.md: install and configure shadcn/ui for Vite (Tailwind, aliases, CLI)
  • references/iconify.md: Iconify rules + an AppIcon wrapper component
  • references/section-templates.md: copy-paste section templates (Navbar, Hero, Proof, Features, FAQ, CTA, Footer)
  • references/landing-page-anatomy.md: anatomy, above/below-the-fold checklists, annotated examples
  • references/copy-templates.md: hero formulas, CTA microcopy, FAQ templates
  • references/aesthetic-directions.md: bold aesthetic presets to pick from quickly

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is shadcn-vite-iconify-landing-page?

Perfect for Frontend Agents needing high-conversion landing page design with Shadcn and Vite integration. A curated collection of my agent-skills

How do I install shadcn-vite-iconify-landing-page?

Run the command: npx killer-skills add regenrek/agent-skills. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for shadcn-vite-iconify-landing-page?

Key use cases include: Designing high-conversion landing pages with Iconify, Auditing existing pages for conversion optimization, Implementing intentional above-the-fold design with Shadcn and Tailwind.

Which IDEs are compatible with shadcn-vite-iconify-landing-page?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for shadcn-vite-iconify-landing-page?

Requires knowledge of Shadcn, Vite, and Tailwind. Limited to landing page design and optimization.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add regenrek/agent-skills. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use shadcn-vite-iconify-landing-page immediately in the current project.

Related Skills

Looking for an alternative to shadcn-vite-iconify-landing-page or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI