AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Banner Design

skill-arnavpuri-designskills-banner-design · by ArnavPuri

>

— No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-arnavpuri-designskills-banner-design

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arnavpuri-designskills-banner-design)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Banner Design? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Banner Design

Design website banners, email headers, event banners, and hero sections. Covers standard dimensions, static and animated approaches, CTA hierarchy, responsive scaling, and seasonal/promotional frameworks.


Step 1: Load Design Context

  1. Read .agents/design-context.md for brand colors, fonts, style
  2. If missing, ask user to run design-context skill or use defaults
  3. Banners are high-visibility brand touchpoints -- strict adherence to brand guidelines

Gemini 3.1 Flash Image Preview

For AI image generation, see the image-generation skill for the full Gemini pipeline. Below are domain-specific prompt patterns for this skill.

Example Prompts

  • Hero Banner: "Create a website hero banner (1440x600) for [brand]. [product/service] visual on the right, headline '[text]' on the left in [font-style]. [color] gradient background. CTA button '[action]'. Modern, bold layout."
  • Email Header: "Create an email header banner (600x200) for [brand]. [campaign theme] with [color palette]. Logo centered at top, headline '[text]' below. Simple, clean design that renders in all email clients."
  • Event Banner: "Create an event banner (1200x400) for [event name]. [style] background with [decorative elements]. Event name '[text]' prominently displayed. Date '[date]' and location '[venue]' below. [mood/tone]."

Step 2: Identify Banner Type and Dimensions

Website Banners

| Type | Dimensions | Use Case | |------|-----------|----------| | Hero Banner (Full Width) | 1440 x 600 | Homepage hero, above the fold | | Hero Banner (Tall) | 1440 x 800 | Full-viewport hero section | | Section Banner | 1440 x 400 | Interior page section divider | | Sidebar Banner | 300 x 250 or 300 x 600 | Sidebar promotion | | Notification Bar | Full width x 48px | Top-of-page announcement | | Cookie/Consent Bar | Full width x 80px | Bottom notification |

Email Banners

| Type | Dimensions | Notes | |------|-----------|-------| | Email Header | 600 x 200 | Standard email width | | Email Hero | 600 x 300 | Full-width email hero | | Email Banner | 600 x 150 | Compact promotional |

Email constraints: max 600px wide, use tables for layout, inline CSS only, no web fonts (fallback to system fonts), images must have alt text.

Event / Promotional Banners

| Type | Dimensions | Use Case | |------|-----------|----------| | Event Banner (Wide) | 1200 x 400 | Event page header | | Meetup Banner | 1200 x 675 | Meetup.com event cover | | Eventbrite Banner | 2160 x 1080 | Eventbrite event cover | | Conference Banner | 1920 x 600 | Conference website hero |


Step 3: Hero Banner Composition

Layout Patterns

Split Hero (Content Left, Visual Right)

Grid 1fr 1fr, min-height 600px, 80px padding, 60px gap. Content side: eyebrow (14px uppercase, brand color), headline (clamp(36px, 4vw, 56px), weight 800, text-wrap: balance), description (18px, muted), CTA group (flex, 16px gap).

Centered Hero (Text over Background)

Flex column centered, min-height 600px, 80px padding. Background image with gradient overlay for legibility. Headline clamp(40px, 5vw, 72px) white, max-width 800px.

Asymmetric Hero (Off-Center Focal Point)

Grid 55% 45%. Content side with padding 80px. Visual side with clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%).

Full-Bleed Visual Hero (Minimal Text)

Background image cover, min-height 80vh, align-items: flex-end. Gradient scrim ::after for text legibility (0->0.7 black from bottom). Content at z-index 2, max-width 600px, white text.


Step 4: CTA Placement and Hierarchy

Primary + Secondary CTA Pattern

Use a flex container (gap: 16px; flex-wrap: wrap). Primary CTA: solid brand-color background, white text, 14px 28px padding, 8px radius, shadow. Secondary CTA: transparent bg, neutral border (1.5px), same size. Both: font-weight: 600, hover with translateY(-1px) or bg fill.

CTA Placement Rules

  • Hero banner: CTA below the headline + description, left-aligned
  • Centered banner: CTA centered, below description
  • Sidebar banner: CTA at the bottom, full-width
  • Notification bar: CTA inline with text, right side
  • Email banner: CTA as a large button, centered

Step 5: Animated Banner Techniques

Animation Techniques

  • Parallax: Absolute-positioned bg with inset: -20%, transform: translateZ(-1px) scale(1.5)
  • Animated gradient: background-size: 600% 600%, animate background-position over 12s
  • Floating shapes: Absolute circles at 0.08 opacity, each with unique translate/rotate keyframes (7-10s duration)
  • Text reveal: Wrap words in ` with inline-block, animate translateY(100%) -> 0` with staggered 0.1s delays
  • Typing effect: white-space: nowrap; width: 0, animate width with steps(), add blinking cursor via border-right

Step 6: Responsive Banner Techniques

Fluid Scaling

  • Use clamp() for min-height, padding, font-size: e.g., font-size: clamp(28px, 4vw, 64px)
  • At 768px breakpoint: stack split grids to 1fr, center text, reorder visual above text with order: -1
  • Swap background images per breakpoint: mobile (default), tablet (768px), desktop (1200px)

Step 7: Seasonal and Promotional Frameworks

Sale / Discount Banner

Red gradient bg (135deg, #DC2626, #991B1B), centered layout. Discount number at clamp(60px, 10vw, 120px) weight 900. Add diagonal stripe decoration with repeating-linear-gradient(-45deg) at 0.03 opacity.

Product Launch Banner

Dark bg (#0F172A to #1E293B), centered text. Pill eyebrow badge (uppercase, 13px, brand color with translucent bg/border). Headline clamp(36px, 5vw, 64px) white. Add spotlight glow ::after with radial-gradient centered above.

Event Countdown Banner

Brand-color bg, centered. Countdown units in flex row (24px gap). Each unit: large number (48px/800, tabular-nums, dark translucent bg), small label below (12px uppercase). Separators between units.

Notification / Announcement Bar

Full-width, brand-color bg, flex centered, 10px 20px padding. Text 14px/500, links underlined bold. Close button absolute right.

Seasonal Themes

| Season/Event | Colors | Elements | Mood | |-------------|--------|----------|------| | Spring | Greens, pinks, yellows | Flowers, leaves, butterflies | Fresh, renewal | | Summer | Blues, oranges, bright yellow | Sun, waves, palm trees | Energetic, warm | | Fall | Oranges, reds, browns | Leaves, pumpkins, warm tones | Cozy, harvest | | Winter | Blues, whites, silvers | Snowflakes, frost, evergreen | Crisp, festive | | Black Friday | Black, gold, red | Bold typography, price tags | Urgency, luxury | | New Year | Gold, black, champagne | Confetti, fireworks, sparkle | Celebration | | Valentine's | Reds, pinks, rose gold | Hearts, flowers, soft gradients | Romantic, warm |


Step 8: Hero vs Sidebar Banner Patterns

Hero Banner Best Practices

  • Full viewport width, 50-80vh height
  • One clear headline, one clear CTA
  • Background: gradient, image with overlay, or animated
  • Content area max-width: 1200-1440px, centered
  • Mobile: stack vertically, reduce heading size
  • Load time: optimize background images, use CSS gradients where possible

Sidebar Banner Best Practices

  • Fixed width (usually 300px)
  • Taller formats (300x600) outperform shorter (300x250)
  • Content must be fully visible without scrolling
  • Clear border/separation from page content
  • Minimal text: headline + CTA only
  • Strong visual contrast from the surrounding page

Sidebar banner pattern: 300x600px, flex column, brand gradient bg, 32px 24px padding, white text. Logo top, visual center (flex:1), headline 22px/700, body 14px at 0.85 opacity, CTA at bottom (margin-top: auto, white bg, brand-color text, centered).


Step 9: Email Header Specifics

Email HTML has severe constraints. Use this approach:

Use table-based layout, max 600px, inline styles only. Font: Arial, Helvetica, sans-serif. Structure: outer ` with gradient bg, logo centered, (28px bold white), ` (16px white 0.9 opacity), CTA as nested table with white bg + brand-color text link.

Email Design Rules

  • Use Arial, Helvetica, sans-serif (web fonts unreliable in email)
  • Background images: always set background-color as fallback (Outlook ignores bg images)
  • Max width 600px, design for 320px mobile
  • Images: always set width, height, alt, display:block
  • Avoid CSS shorthand; use longhand properties
  • Test in Litmus or Email on Acid

Quality Checklist

  • [ ] Banner dimensions match the target placement
  • [ ] Clear visual hierarchy: Headline > Description > CTA
  • [ ] CTA is prominent and action-oriented
  • [ ] Brand colors and fonts from design-context applied
  • [ ] Text is readable over any background (overlay/scrim if needed)
  • [ ] Responsive: scales well from mobile to desktop
  • [ ] Animations are smooth and not distracting
  • [ ] Load performance: CSS gradients preferred over heavy images
  • [ ] Email banners use table layout and inline styles
  • [ ] Seasonal/promotional banners match the occasion's visual language
  • [ ] Self-contained HTML/CSS output

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.