← Vault Index
Source: frameworks/kit-skill-delivery-page/00-skill-delivery-page-start-here.md

Skill Delivery Page Kit — Start Here

What This Kit Does

This kit produces an HTML landing page where recipients download a free Claude skill. One page, one purpose: deliver the skill with context, setup instructions, and series framing. The page uses the AOS Interactive Narrative design system.

The delivery page is where DMs and emails point to. It's the hub between "I want it" and "I'm running it."

What It Produces

#AssetFormatPurpose
1Delivery Page.htmlLanding page — download + setup + what it does + series framing

Prerequisites

The delivery page depends on upstream assets:

DependencyWhyBlocking?
Skill file (from Skill Build Kit)Page describes the skill's output sections, trigger phrase, input requirementsYes
Cloudinary URLDownload button links to hosted .md fileYes
Quick-start guideSetup section mirrors the quick-start contentYes
Series plan"Coming Next" section requires knowledge of other skills in the seriesNo — can use placeholder

Do not build the delivery page until the skill file is tested and the Cloudinary URL is live.

Page Architecture

9 sections, each with a specific background and job:

#SectionBackgroundJob
1NavFixed, blurLogo + anchor links (nav-links pattern, NOT nav-cta)
2HeroDark (charcoal gradient)Eyebrow + headline + subtitle
3What This Skill DoesCream3 jobs the skill performs — from the skill's "What This Skill Does" section
4What You Get BackDarkOutput sections listed — from the skill's section-by-section spec
5SetupOff-whiteSetup block with numbered steps — from the quick-start
6CTA / DownloadDarkDownload button (Cloudinary link) + one-line setup summary
7TipsDark3-4 usage tips from testing — bold label + explanation
8SeriesCreamSeries framing — other skills in the series
9FooterDarkLinks + copyright

Design System

This page uses the AOS Interactive Narrative design system. Full kit: content/frameworks/kit-aos-interactive-narrative/

Quick Reference

ElementValue
HeadingsCormorant Garamond, serif (400, 500, 600)
BodyInter, sans-serif (300, 400, 500, 600)
Gold#b79d64
Gold Light#c4aa74
Gold Dark#a08a58
Gold on Cream#6b5d3e (eyebrows on light backgrounds)
Charcoal#1a1a1a
Deep Charcoal#2a2a2a
Cream#f5f4f0
Off-White#faf9f7
Stone#8a8680
Slate#4a5a6a
HeroCentered, 85vh min-height, inline-flex eyebrow with gold lines
NavFixed, backdrop-filter blur, nav-links (text anchors, not gold button)
SectionsAlternating cream/dark/off-white, padding 100px 5%
Container700px (standard), 900px (wide)
Dark section textrgba(245,244,240,0.85) for paragraphs
Light section text#4a5a6a (slate) for paragraphs
Section eyebrow (light)#6b5d3e (gold-on-cream)
Section eyebrow (dark)#b79d64 (gold)

CSS Variables

:root {
    --gold: #b79d64; --gold-light: #c4aa74; --gold-dark: #a08a58;
    --gold-on-cream: #6b5d3e; --charcoal: #1a1a1a; --deep-charcoal: #2a2a2a;
    --cream: #f5f4f0; --off-white: #faf9f7; --stone: #8a8680; --slate: #4a5a6a;
}

Logo URL

https://convertri.imgix.net/01a6df52-3d55-11ea-99fe-0697e5ca793e%2Ff71505a0b7be19fb31c9096f349bec5d235fcc3b%2FIcon-Gold.png?auto=compress,format&w=400

File Inventory

FilePurposeWhen to Use
00-skill-delivery-page-start-here.mdOrientation — architecture, design system, dependenciesStart here every time
01-skill-delivery-page-context.mdRequired inputsBefore every build — complete inputs first
02-skill-delivery-page-terminology.mdLocked vocabulary for delivery pagesReference when writing copy
03-skill-delivery-page-golden-example.mdCSS architecture details + pointers to golden example HTMLStudy before building
04-skill-delivery-page-quality.mdQC checklist — design system match, responsiveness, contentRun after every build
05-skill-delivery-page-output-skill.mdProduction workflow — section by sectionFollow for every build

Relationship to Other Kits

AOS Interactive Narrative Kit (content/frameworks/kit-aos-interactive-narrative/): The design system source. Read the golden example there for CSS architecture patterns beyond what's documented here.

Skill Build Kit (content/frameworks/kit-skill-build/): The skill file and quick-start guide are upstream dependencies. The delivery page's content comes from the skill's spec.

Handraiser Post Kit (content/frameworks/kit-handraiser-post/): The post drives traffic to this page via DMs. No direct dependency, but the page must be live before DMs are sent.

business-aos (Connected Repo): Voice and audience references. Load voice before writing page copy.

Golden Standard Reference

The Client Intelligence Brief delivery page is the golden example: content/business/marketing/campaigns/practice-command-center/client-intelligence-brief-skill.html