spirewise 1.7.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -15
- package/bin/cli.js +63 -44
- package/install.sh +8 -8
- package/package.json +2 -4
- package/skills/README.md +0 -1
- package/skills/ai-agent-os-design-system/README.md +105 -0
- package/skills/ai-agent-os-design-system/SKILL.md +195 -0
- package/skills/ai-agent-os-design-system/accessibility-system.md +67 -0
- package/skills/ai-agent-os-design-system/color-system.md +102 -0
- package/skills/ai-agent-os-design-system/component-library.md +147 -0
- package/skills/ai-agent-os-design-system/design-principles.md +79 -0
- package/skills/ai-agent-os-design-system/example-page-structures.md +93 -0
- package/skills/ai-agent-os-design-system/layout-system.md +74 -0
- package/skills/ai-agent-os-design-system/motion-system.md +85 -0
- package/skills/ai-agent-os-design-system/spacing-system.md +87 -0
- package/skills/ai-agent-os-design-system/typography-system.md +91 -0
- package/skills/ai-agent-os-design-system/website-generation-rules.md +192 -0
- package/skills/ai-dark-futuristic-design-system/README.md +91 -0
- package/skills/ai-dark-futuristic-design-system/SKILL.md +179 -0
- package/skills/ai-dark-futuristic-design-system/accessibility-system.md +61 -0
- package/skills/ai-dark-futuristic-design-system/color-system.md +99 -0
- package/skills/ai-dark-futuristic-design-system/component-library.md +140 -0
- package/skills/ai-dark-futuristic-design-system/design-principles.md +66 -0
- package/skills/ai-dark-futuristic-design-system/example-page-structures.md +124 -0
- package/skills/ai-dark-futuristic-design-system/layout-system.md +85 -0
- package/skills/ai-dark-futuristic-design-system/motion-system.md +76 -0
- package/skills/ai-dark-futuristic-design-system/spacing-system.md +73 -0
- package/skills/ai-dark-futuristic-design-system/typography-system.md +89 -0
- package/skills/ai-dark-futuristic-design-system/website-generation-rules.md +220 -0
- package/skills/apple-premium-minimal-design-system/README.md +95 -0
- package/skills/apple-premium-minimal-design-system/SKILL.md +166 -0
- package/skills/apple-premium-minimal-design-system/accessibility-system.md +60 -0
- package/skills/apple-premium-minimal-design-system/color-system.md +100 -0
- package/skills/apple-premium-minimal-design-system/component-library.md +136 -0
- package/skills/apple-premium-minimal-design-system/design-principles.md +65 -0
- package/skills/apple-premium-minimal-design-system/example-page-structures.md +90 -0
- package/skills/apple-premium-minimal-design-system/layout-system.md +89 -0
- package/skills/apple-premium-minimal-design-system/motion-system.md +75 -0
- package/skills/apple-premium-minimal-design-system/spacing-system.md +73 -0
- package/skills/apple-premium-minimal-design-system/typography-system.md +86 -0
- package/skills/apple-premium-minimal-design-system/website-generation-rules.md +207 -0
- package/skills/bento-grid-design-system/README.md +97 -0
- package/skills/bento-grid-design-system/SKILL.md +185 -0
- package/skills/bento-grid-design-system/accessibility-system.md +54 -0
- package/skills/bento-grid-design-system/color-system.md +98 -0
- package/skills/bento-grid-design-system/component-library.md +138 -0
- package/skills/bento-grid-design-system/design-principles.md +72 -0
- package/skills/bento-grid-design-system/example-page-structures.md +91 -0
- package/skills/bento-grid-design-system/layout-system.md +93 -0
- package/skills/bento-grid-design-system/motion-system.md +81 -0
- package/skills/bento-grid-design-system/spacing-system.md +77 -0
- package/skills/bento-grid-design-system/typography-system.md +85 -0
- package/skills/bento-grid-design-system/website-generation-rules.md +193 -0
- package/skills/brutalist-tech-design-system/README.md +100 -0
- package/skills/brutalist-tech-design-system/SKILL.md +185 -0
- package/skills/brutalist-tech-design-system/accessibility-system.md +61 -0
- package/skills/brutalist-tech-design-system/color-system.md +101 -0
- package/skills/brutalist-tech-design-system/component-library.md +117 -0
- package/skills/brutalist-tech-design-system/design-principles.md +73 -0
- package/skills/brutalist-tech-design-system/example-page-structures.md +92 -0
- package/skills/brutalist-tech-design-system/layout-system.md +74 -0
- package/skills/brutalist-tech-design-system/motion-system.md +80 -0
- package/skills/brutalist-tech-design-system/spacing-system.md +86 -0
- package/skills/brutalist-tech-design-system/typography-system.md +94 -0
- package/skills/brutalist-tech-design-system/website-generation-rules.md +195 -0
- package/skills/crunchbase-profile-generator/README.md +64 -0
- package/skills/crunchbase-profile-generator/SKILL.md +189 -0
- package/skills/editorial-luxury-design-system/README.md +98 -0
- package/skills/editorial-luxury-design-system/SKILL.md +187 -0
- package/skills/editorial-luxury-design-system/accessibility-system.md +63 -0
- package/skills/editorial-luxury-design-system/color-system.md +95 -0
- package/skills/editorial-luxury-design-system/component-library.md +131 -0
- package/skills/editorial-luxury-design-system/design-principles.md +77 -0
- package/skills/editorial-luxury-design-system/example-page-structures.md +94 -0
- package/skills/editorial-luxury-design-system/layout-system.md +80 -0
- package/skills/editorial-luxury-design-system/motion-system.md +82 -0
- package/skills/editorial-luxury-design-system/spacing-system.md +77 -0
- package/skills/editorial-luxury-design-system/typography-system.md +107 -0
- package/skills/editorial-luxury-design-system/website-generation-rules.md +194 -0
- package/skills/enterprise-data-viz-design-system/README.md +98 -0
- package/skills/enterprise-data-viz-design-system/SKILL.md +195 -0
- package/skills/enterprise-data-viz-design-system/accessibility-system.md +68 -0
- package/skills/enterprise-data-viz-design-system/color-system.md +112 -0
- package/skills/enterprise-data-viz-design-system/component-library.md +142 -0
- package/skills/enterprise-data-viz-design-system/design-principles.md +75 -0
- package/skills/enterprise-data-viz-design-system/example-page-structures.md +89 -0
- package/skills/enterprise-data-viz-design-system/layout-system.md +75 -0
- package/skills/enterprise-data-viz-design-system/motion-system.md +86 -0
- package/skills/enterprise-data-viz-design-system/spacing-system.md +85 -0
- package/skills/enterprise-data-viz-design-system/typography-system.md +100 -0
- package/skills/enterprise-data-viz-design-system/website-generation-rules.md +196 -0
- package/skills/f6s-copywriting/README.md +16 -6
- package/skills/f6s-copywriting/SKILL.md +162 -46
- package/skills/glassmorphism-design-system/README.md +98 -0
- package/skills/glassmorphism-design-system/SKILL.md +190 -0
- package/skills/glassmorphism-design-system/accessibility-system.md +62 -0
- package/skills/glassmorphism-design-system/color-system.md +128 -0
- package/skills/glassmorphism-design-system/component-library.md +120 -0
- package/skills/glassmorphism-design-system/design-principles.md +77 -0
- package/skills/glassmorphism-design-system/example-page-structures.md +92 -0
- package/skills/glassmorphism-design-system/layout-system.md +81 -0
- package/skills/glassmorphism-design-system/motion-system.md +86 -0
- package/skills/glassmorphism-design-system/spacing-system.md +73 -0
- package/skills/glassmorphism-design-system/typography-system.md +90 -0
- package/skills/glassmorphism-design-system/website-generation-rules.md +195 -0
- package/skills/linkedin-copywriting/README.md +15 -8
- package/skills/linkedin-copywriting/SKILL.md +129 -51
- package/skills/motion-storytelling-design-system/README.md +100 -0
- package/skills/motion-storytelling-design-system/SKILL.md +191 -0
- package/skills/motion-storytelling-design-system/accessibility-system.md +71 -0
- package/skills/motion-storytelling-design-system/color-system.md +101 -0
- package/skills/motion-storytelling-design-system/component-library.md +122 -0
- package/skills/motion-storytelling-design-system/design-principles.md +81 -0
- package/skills/motion-storytelling-design-system/example-page-structures.md +91 -0
- package/skills/motion-storytelling-design-system/layout-system.md +79 -0
- package/skills/motion-storytelling-design-system/motion-system.md +116 -0
- package/skills/motion-storytelling-design-system/spacing-system.md +83 -0
- package/skills/motion-storytelling-design-system/typography-system.md +89 -0
- package/skills/motion-storytelling-design-system/website-generation-rules.md +200 -0
- package/skills/nvidia-inception-idea-booster/README.md +43 -24
- package/skills/nvidia-inception-idea-booster/SKILL.md +260 -116
- package/skills/nvidia-inception-starter/README.md +6 -5
- package/skills/nvidia-inception-starter/SKILL.md +80 -43
- package/skills/nvidia-product-inventor/README.md +44 -40
- package/skills/nvidia-product-inventor/SKILL.md +265 -247
- package/skills/nvidia-startup-idea-founder/README.md +66 -26
- package/skills/nvidia-startup-idea-founder/SKILL.md +245 -189
- package/skills/product-demo-first-design-system/README.md +96 -0
- package/skills/product-demo-first-design-system/SKILL.md +185 -0
- package/skills/product-demo-first-design-system/accessibility-system.md +58 -0
- package/skills/product-demo-first-design-system/color-system.md +109 -0
- package/skills/product-demo-first-design-system/component-library.md +142 -0
- package/skills/product-demo-first-design-system/design-principles.md +66 -0
- package/skills/product-demo-first-design-system/example-page-structures.md +95 -0
- package/skills/product-demo-first-design-system/layout-system.md +76 -0
- package/skills/product-demo-first-design-system/motion-system.md +82 -0
- package/skills/product-demo-first-design-system/spacing-system.md +74 -0
- package/skills/product-demo-first-design-system/typography-system.md +87 -0
- package/skills/product-demo-first-design-system/website-generation-rules.md +194 -0
- package/skills/website-design-skills/01-proof/README.md +0 -47
- package/skills/website-design-skills/01-proof/SKILL.md +0 -303
- package/skills/website-design-skills/02-kajabi/README.md +0 -42
- package/skills/website-design-skills/02-kajabi/SKILL.md +0 -272
- package/skills/website-design-skills/03-lattice/README.md +0 -42
- package/skills/website-design-skills/03-lattice/SKILL.md +0 -271
- package/skills/website-design-skills/04-petal/README.md +0 -42
- package/skills/website-design-skills/04-petal/SKILL.md +0 -271
- package/skills/website-design-skills/05-dropbox-sign/README.md +0 -42
- package/skills/website-design-skills/05-dropbox-sign/SKILL.md +0 -271
- package/skills/website-design-skills/06-distributional/README.md +0 -42
- package/skills/website-design-skills/06-distributional/SKILL.md +0 -271
- package/skills/website-design-skills/07-appcues/README.md +0 -42
- package/skills/website-design-skills/07-appcues/SKILL.md +0 -271
- package/skills/website-design-skills/08-memberstack/README.md +0 -42
- package/skills/website-design-skills/08-memberstack/SKILL.md +0 -271
- package/skills/website-design-skills/09-flank/README.md +0 -42
- package/skills/website-design-skills/09-flank/SKILL.md +0 -275
- package/skills/website-design-skills/10-slidebean/README.md +0 -42
- package/skills/website-design-skills/10-slidebean/SKILL.md +0 -275
- package/skills/website-design-skills/11-formstack/README.md +0 -42
- package/skills/website-design-skills/11-formstack/SKILL.md +0 -275
- package/skills/website-design-skills/12-thalamus/README.md +0 -42
- package/skills/website-design-skills/12-thalamus/SKILL.md +0 -275
- package/skills/website-design-skills/13-grow/README.md +0 -42
- package/skills/website-design-skills/13-grow/SKILL.md +0 -275
- package/skills/website-design-skills/14-gemnote/README.md +0 -42
- package/skills/website-design-skills/14-gemnote/SKILL.md +0 -275
- package/skills/website-design-skills/15-draftbit/README.md +0 -42
- package/skills/website-design-skills/15-draftbit/SKILL.md +0 -275
- package/skills/website-design-skills/16-payman/README.md +0 -42
- package/skills/website-design-skills/16-payman/SKILL.md +0 -273
- package/skills/website-design-skills/17-effortel/README.md +0 -42
- package/skills/website-design-skills/17-effortel/SKILL.md +0 -272
- package/skills/website-design-skills/18-adopt/README.md +0 -42
- package/skills/website-design-skills/18-adopt/SKILL.md +0 -273
- package/skills/website-design-skills/19-kraftful/README.md +0 -42
- package/skills/website-design-skills/19-kraftful/SKILL.md +0 -273
- package/skills/website-design-skills/20-greenhouse/README.md +0 -42
- package/skills/website-design-skills/20-greenhouse/SKILL.md +0 -273
- package/skills/website-design-skills/21-weavy/README.md +0 -42
- package/skills/website-design-skills/21-weavy/SKILL.md +0 -273
- package/skills/website-design-skills/22-safetykit/README.md +0 -42
- package/skills/website-design-skills/22-safetykit/SKILL.md +0 -273
- package/skills/website-design-skills/23-modulify/README.md +0 -42
- package/skills/website-design-skills/23-modulify/SKILL.md +0 -270
- package/skills/website-design-skills/24-realm/README.md +0 -42
- package/skills/website-design-skills/24-realm/SKILL.md +0 -270
- package/skills/website-design-skills/25-modyfi/README.md +0 -42
- package/skills/website-design-skills/25-modyfi/SKILL.md +0 -269
- package/skills/website-design-skills/26-altitude/README.md +0 -42
- package/skills/website-design-skills/26-altitude/SKILL.md +0 -270
- package/skills/website-design-skills/27-way/README.md +0 -42
- package/skills/website-design-skills/27-way/SKILL.md +0 -270
- package/skills/website-design-skills/28-zentail/README.md +0 -42
- package/skills/website-design-skills/28-zentail/SKILL.md +0 -270
- package/skills/website-design-skills/29-zams/README.md +0 -42
- package/skills/website-design-skills/29-zams/SKILL.md +0 -270
- package/skills/website-design-skills/30-user-interviews/README.md +0 -44
- package/skills/website-design-skills/30-user-interviews/SKILL.md +0 -273
- package/skills/website-design-skills/31-bland/README.md +0 -44
- package/skills/website-design-skills/31-bland/SKILL.md +0 -273
- package/skills/website-design-skills/32-nauto/README.md +0 -44
- package/skills/website-design-skills/32-nauto/SKILL.md +0 -273
- package/skills/website-design-skills/33-bill/README.md +0 -44
- package/skills/website-design-skills/33-bill/SKILL.md +0 -273
- package/skills/website-design-skills/34-localyzer/README.md +0 -44
- package/skills/website-design-skills/34-localyzer/SKILL.md +0 -273
- package/skills/website-design-skills/35-jasper/README.md +0 -44
- package/skills/website-design-skills/35-jasper/SKILL.md +0 -273
- package/skills/website-design-skills/README.md +0 -108
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# Website Generation Rules — Glassmorphism
|
|
2
|
+
|
|
3
|
+
How an agent turns this design system into a **production-ready, multi-page, glassmorphism
|
|
4
|
+
website**. Output clean, semantic **pure HTML + CSS + vanilla JavaScript** plus design
|
|
5
|
+
tokens. The signature: one **living mesh background** per page with a *few* tasteful,
|
|
6
|
+
**accessible** glass panels floating over it. (The token/spec system can be exported for
|
|
7
|
+
other agents — see below — but the generated website itself is always pure vanilla.)
|
|
8
|
+
|
|
9
|
+
## Technology stack (MANDATORY — no frameworks, no libraries)
|
|
10
|
+
|
|
11
|
+
Build everything — the mesh background, glass surfaces, and all interactions — with
|
|
12
|
+
**HTML5 + CSS3 + vanilla JavaScript only**. The generated site must contain **zero** of:
|
|
13
|
+
|
|
14
|
+
> ❌ React · ❌ Vue · ❌ Angular · ❌ Svelte/Next/Nuxt · ❌ Bootstrap · ❌ Tailwind ·
|
|
15
|
+
> ❌ jQuery · ❌ any UI library · ❌ any CSS framework · ❌ any JS animation/utility library
|
|
16
|
+
|
|
17
|
+
No build step, no npm dependencies, no CDN kits. Glass = CSS `backdrop-filter` + tint +
|
|
18
|
+
edge + shadow (with fallback); the mesh = CSS gradients (or a small vanilla canvas);
|
|
19
|
+
reveals/sheen = native CSS + `IntersectionObserver`/`pointermove`. Exporting `tokens.json`
|
|
20
|
+
for other agents is allowed; shipping the site in a framework is not.
|
|
21
|
+
|
|
22
|
+
## Mandatory scale & structure (read first)
|
|
23
|
+
- **Multipage: build 15+ pages (recommended ~20)** — a full site map, not one page.
|
|
24
|
+
- **Every page has at least 10 sections (recommend 12)** from the layouts/components.
|
|
25
|
+
- **One living background per page; glass used on a *few* deliberate surfaces** (nav, hero,
|
|
26
|
+
key cards) — not everything (the anti-pattern is excessive glassmorphism).
|
|
27
|
+
- **No borders or dividers between sections** — separate with `--section-y` spacing, the
|
|
28
|
+
backdrop, and glass-panel elevation. In CSS: `.section { background: transparent; border:
|
|
29
|
+
0 }`; never `<hr>`/divider or `border-top/bottom` between sections.
|
|
30
|
+
- **Accessible glass:** every glass panel passes AA text contrast; ship the **solid
|
|
31
|
+
fallback** (`@supports` + `prefers-reduced-transparency`).
|
|
32
|
+
- **Clean, extensionless, Vercel-ready URLs** (`/pricing`, not `/pricing.html`).
|
|
33
|
+
|
|
34
|
+
## Required pages (build all — 15+; ~20 recommended)
|
|
35
|
+
Home `/` · Platform `/platform` · Solutions `/solutions` · Products `/products` ·
|
|
36
|
+
Features `/features` · AI Agents `/ai-agents` · Enterprise `/enterprise` · Security
|
|
37
|
+
`/security` · Pricing `/pricing` · Customers `/customers` · Case Studies `/case-studies`
|
|
38
|
+
· Developers `/developers` · Documentation `/docs` · About `/about` · Careers `/careers`
|
|
39
|
+
· Blog `/blog` · Contact `/contact` · Partners `/partners` · Resources `/resources` ·
|
|
40
|
+
FAQ `/faq`. Add product/solution/blog/doc subpages freely.
|
|
41
|
+
|
|
42
|
+
## Required sections (every page — ≥10, recommend 12)
|
|
43
|
+
Hero (glass) · Feature Sections · Product Highlights · Trust Signals (logos) · Testimonials
|
|
44
|
+
· Use Cases · Statistics · Integrations · CTA · Footer. Add more (Security, Enterprise,
|
|
45
|
+
Glass Bento, Code/Terminal, Pricing, FAQ) to reach 12.
|
|
46
|
+
|
|
47
|
+
## Site types this must support
|
|
48
|
+
Landing pages · startup websites · AI company websites · enterprise SaaS · developer
|
|
49
|
+
platforms · agentic-AI startups · infrastructure startups. (See `example-page-structures.md`.)
|
|
50
|
+
|
|
51
|
+
## What to generate
|
|
52
|
+
- **HTML** — semantic, accessible, one file per page; one `.page-bg` + glass panels.
|
|
53
|
+
- **CSS** — `tokens.css` (`:root` vars incl. the glass utility + fallback) + `styles.css`.
|
|
54
|
+
- **JavaScript** — vanilla: nav/glass dropdown, mesh drift (or pause), reveal, hover sheen,
|
|
55
|
+
pointer glow, accordion, tabs, toggle, copy. Usable without JS; text legible without blur.
|
|
56
|
+
- **`vercel.json`** + **`sitemap.xml`** + **`robots.txt`**.
|
|
57
|
+
- **Design tokens** — `tokens.json` (token export only).
|
|
58
|
+
- **Component specifications** — when asked for the *system*, emit component + glass-utility
|
|
59
|
+
markup from `component-library.md`/`color-system.md`.
|
|
60
|
+
- **Accessibility + responsive guidance** inline (comments) and honored.
|
|
61
|
+
|
|
62
|
+
## File/output layout (default — flat files + clean URLs)
|
|
63
|
+
```
|
|
64
|
+
website/
|
|
65
|
+
├── index.html # served at /
|
|
66
|
+
├── platform.html solutions.html products.html features.html ai-agents.html
|
|
67
|
+
├── enterprise.html security.html pricing.html customers.html case-studies.html
|
|
68
|
+
├── developers.html docs.html about.html careers.html blog.html contact.html
|
|
69
|
+
├── partners.html resources.html faq.html
|
|
70
|
+
├── css/ { tokens.css, styles.css }
|
|
71
|
+
├── js/ { main.js } # nav, mesh, reveal, sheen, accordion, tabs, copy
|
|
72
|
+
├── assets/ # icons, og images, optional noise.png grain
|
|
73
|
+
├── tokens.json
|
|
74
|
+
├── sitemap.xml robots.txt
|
|
75
|
+
└── vercel.json
|
|
76
|
+
```
|
|
77
|
+
Alternative: folder-per-page `platform/index.html`. Either way **all internal links are
|
|
78
|
+
extensionless** (`href="/pricing"`).
|
|
79
|
+
|
|
80
|
+
## Clean URLs & Vercel (MANDATORY)
|
|
81
|
+
- **No `.html` in any URL**, no `page.html` links, no ugly query params.
|
|
82
|
+
- Emit **`vercel.json`** so `.html` is stripped, refresh works, and deep links resolve:
|
|
83
|
+
```json
|
|
84
|
+
{
|
|
85
|
+
"cleanUrls": true,
|
|
86
|
+
"trailingSlash": false,
|
|
87
|
+
"headers": [
|
|
88
|
+
{ "source": "/assets/(.*)", "headers": [
|
|
89
|
+
{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
```
|
|
93
|
+
`cleanUrls: true` serves `platform.html` at `/platform` and 301-redirects `.html`.
|
|
94
|
+
Provide a `404.html`. Every nav/footer/internal link is extensionless.
|
|
95
|
+
|
|
96
|
+
## Navigation system (vanilla JS, glass)
|
|
97
|
+
- **Desktop nav** = `.glass--nav` bar with **glass dropdown/mega-menus**; keyboard +
|
|
98
|
+
`aria-expanded`/`aria-haspopup`.
|
|
99
|
+
- **Mobile nav**: full-screen `.glass--strong` overlay, accordion, focus-trap, ESC.
|
|
100
|
+
- **Multi-level nav** + **breadcrumbs** on deep pages; `aria-current="page"`.
|
|
101
|
+
|
|
102
|
+
## Hard rules
|
|
103
|
+
1. **Vanilla only.** No frameworks/libraries in the shipped site.
|
|
104
|
+
2. **Tasteful glass.** One living background; a *few* glass panels per section (not a wall
|
|
105
|
+
of blur); primary CTAs are **solid** accent buttons.
|
|
106
|
+
3. **Accessible glass (non-negotiable).** Every glass panel's text passes AA over the
|
|
107
|
+
brightest backdrop it can overlap; ship the **solid fallback** (`@supports` +
|
|
108
|
+
`prefers-reduced-transparency`); legible without blur.
|
|
109
|
+
4. **Tokens first, once.** All colors/type/spacing/glass as `:root` vars; no scattered
|
|
110
|
+
hex/px; rebrand = change `--accent-*`.
|
|
111
|
+
5. **No section borders.** Transparent sections over one backdrop; separate with spacing +
|
|
112
|
+
elevation. `.section{background:transparent;border:0}`.
|
|
113
|
+
6. **Mobile-first + responsive**; single column by `md`; no 320px scroll; consider reducing
|
|
114
|
+
blur on low-power/mobile (performance) without losing contrast.
|
|
115
|
+
7. **Semantic + accessible** per `accessibility-system.md` (contrast, focus, reduced motion/
|
|
116
|
+
transparency, fallbacks). Non-negotiable.
|
|
117
|
+
8. **Components from the library** (as glass). Every component: responsive, accessible,
|
|
118
|
+
reusable, production-ready, animation-ready.
|
|
119
|
+
9. **Performance:** limit large blurred surfaces per viewport; one fixed `.page-bg`; system/
|
|
120
|
+
Inter fonts; lazy-load images; animate transform/opacity/background-position (not
|
|
121
|
+
`backdrop-filter`); minimal JS; target high Lighthouse (90+).
|
|
122
|
+
10. **SEO on every page** (below). **Real content, not lorem** (mark guesses `[PLACEHOLDER]`).
|
|
123
|
+
11. **Self-verify** against anti-patterns + every companion checklist before done.
|
|
124
|
+
|
|
125
|
+
## SEO requirements (every page)
|
|
126
|
+
Unique `<title>` + meta description (150–160); **Open Graph** + **Twitter card**
|
|
127
|
+
(`summary_large_image`) + OG image; **canonical** (clean URL); **JSON-LD** (`Organization`
|
|
128
|
+
+ `WebSite` site-wide; `Product`, `FAQPage`, `BreadcrumbList`, `Article` where relevant);
|
|
129
|
+
**`sitemap.xml`** + **`robots.txt`**.
|
|
130
|
+
|
|
131
|
+
## Performance requirements
|
|
132
|
+
Fast first paint, minimal vanilla JS, one fixed backdrop, few blurred surfaces, optimized/
|
|
133
|
+
centralized CSS, lazy media, cached assets (via `vercel.json`), no blocking libraries.
|
|
134
|
+
|
|
135
|
+
## Boilerplate `<head>` + shell
|
|
136
|
+
```html
|
|
137
|
+
<!doctype html><html lang="en"><head>
|
|
138
|
+
<meta charset="utf-8">
|
|
139
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
140
|
+
<meta name="color-scheme" content="dark light">
|
|
141
|
+
<title><!-- Page · Brand --></title>
|
|
142
|
+
<meta name="description" content="<!-- 150–160 chars -->">
|
|
143
|
+
<link rel="canonical" href="https://brand.com/path">
|
|
144
|
+
<meta property="og:type" content="website">
|
|
145
|
+
<meta property="og:title" content="<!-- Page · Brand -->">
|
|
146
|
+
<meta property="og:description" content="<!-- … -->">
|
|
147
|
+
<meta property="og:url" content="https://brand.com/path">
|
|
148
|
+
<meta property="og:image" content="https://brand.com/assets/og.png">
|
|
149
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
150
|
+
<link rel="stylesheet" href="/css/tokens.css">
|
|
151
|
+
<link rel="stylesheet" href="/css/styles.css">
|
|
152
|
+
<script type="application/ld+json"><!-- Organization / WebSite JSON-LD --></script>
|
|
153
|
+
</head>
|
|
154
|
+
<body>
|
|
155
|
+
<div class="page-bg" aria-hidden="true"></div> <!-- the one living background -->
|
|
156
|
+
<a class="skip-link" href="#main">Skip to content</a>
|
|
157
|
+
<header><!-- .glass--nav (links extensionless: /platform, /pricing) --></header>
|
|
158
|
+
<main id="main"><!-- glass hero + 10–12 transparent sections, no dividers --></main>
|
|
159
|
+
<footer><!-- Footer --></footer>
|
|
160
|
+
<script src="/js/main.js" defer></script>
|
|
161
|
+
</body></html>
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
## Required base CSS (no section borders; one backdrop)
|
|
165
|
+
```css
|
|
166
|
+
html, body { background: var(--bg-base); color: var(--text-secondary); }
|
|
167
|
+
.page-bg { position: fixed; inset: 0; z-index:-1; background: var(--bg-mesh); }
|
|
168
|
+
.section { background: transparent; padding-block: var(--section-y); border: 0; } /* no dividers */
|
|
169
|
+
.section + .section { border-top: 0; }
|
|
170
|
+
/* Separation = whitespace (--section-y) + the living backdrop + glass-panel elevation.
|
|
171
|
+
Never add <hr>/divider elements between sections. Glass utility + fallback live in tokens.css. */
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
## tokens.json shape (excerpt)
|
|
175
|
+
```json
|
|
176
|
+
{
|
|
177
|
+
"color": { "bgBase":"#07070d", "mesh":["#6d28d9","#2563eb","#0891b2","#db2777"],
|
|
178
|
+
"glass": {"bg":"rgba(255,255,255,0.08)","strong":"rgba(255,255,255,0.14)","solid":"#14141d","blur":"18px"},
|
|
179
|
+
"text": {"primary":"#f4f5fb","secondary":"#c7cbd9","muted":"#9aa0b4"},
|
|
180
|
+
"accent": {"base":"#8b5cf6","2":"#22d3ee"} },
|
|
181
|
+
"space": { "4":"16px","6":"24px","8":"32px","16":"64px" },
|
|
182
|
+
"radius": { "lg":"18px","xl":"22px","2xl":"28px","pill":"999px" },
|
|
183
|
+
"type": { "display":"clamp(2.5rem,1.4rem + 5.2vw,5rem)", "body":"1rem" }
|
|
184
|
+
}
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
## Definition of done
|
|
188
|
+
**15+ pages (≈20), each with ≥10 sections (≈12), one living background per page, a few
|
|
189
|
+
tasteful accessible glass panels, no borders/dividers between sections.** Pure HTML/CSS/
|
|
190
|
+
vanilla JS (no frameworks/libraries); every glass panel passes AA + ships a solid fallback
|
|
191
|
+
(`@supports`/`prefers-reduced-transparency`); clean extensionless URLs with `vercel.json`
|
|
192
|
+
(refresh + deep links work); glass desktop nav + mobile + breadcrumb; per-page SEO +
|
|
193
|
+
sitemap; tokens centralized; fully responsive; reduced motion/transparency honored; good
|
|
194
|
+
performance (few blurs); zero anti-patterns; could sit next to Apple/visionOS/Stripe glass
|
|
195
|
+
without looking gimmicky.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# linkedin-copywriting
|
|
2
2
|
|
|
3
|
-
Generate complete, ready-to-paste copy for a **LinkedIn Company Page**
|
|
4
|
-
like a senior unicorn-startup marketer:
|
|
5
|
-
conversion-focused, with **every field kept
|
|
3
|
+
Generate complete, ready-to-paste copy for a **LinkedIn Company Page** (plus an
|
|
4
|
+
optional launch/founder post) — written like a senior unicorn-startup marketer:
|
|
5
|
+
humanized, attention-grabbing, and conversion-focused, with **every field kept
|
|
6
|
+
under its character limit**.
|
|
6
7
|
|
|
7
8
|
## Install
|
|
8
9
|
|
|
@@ -32,8 +33,9 @@ It gathers your company details, then writes
|
|
|
32
33
|
## Output
|
|
33
34
|
|
|
34
35
|
`linkedin copywriting/linkedin-page-copy.txt` — company name, tagline, About /
|
|
35
|
-
Overview, specialties,
|
|
36
|
-
|
|
36
|
+
Overview, specialties, hashtags, custom CTA, suggested Featured pin, industry,
|
|
37
|
+
size, HQ + other locations, founded, plus an optional launch post and founder
|
|
38
|
+
announcement post, each with a live `(count/limit)`.
|
|
37
39
|
|
|
38
40
|
## Character limits (kept under, ~10% headroom)
|
|
39
41
|
|
|
@@ -42,8 +44,13 @@ each with a live `(count/limit)`.
|
|
|
42
44
|
| Company name | 100 |
|
|
43
45
|
| Tagline | 120 |
|
|
44
46
|
| About / Overview | 2000 (first ~150 chars = preview hook) |
|
|
45
|
-
| Specialty (each) |
|
|
47
|
+
| Specialty (each) | 60 |
|
|
46
48
|
| Specialties (total) | 20 items |
|
|
47
|
-
|
|
|
49
|
+
| Hashtags | 3 |
|
|
50
|
+
| Launch / founder post | 3000 |
|
|
48
51
|
|
|
49
|
-
|
|
52
|
+
CTA picks from LinkedIn presets: Visit website, Contact us, Learn more, Register,
|
|
53
|
+
Sign up, Apply now.
|
|
54
|
+
|
|
55
|
+
See `SKILL.md` for the full field guidance, humanization toolkit, post-writing
|
|
56
|
+
tips, and output template.
|
|
@@ -1,37 +1,44 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: linkedin-copywriting
|
|
3
3
|
description: >-
|
|
4
|
-
Generate complete, ready-to-paste copywriting for a LinkedIn Company Page
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
Generate complete, ready-to-paste copywriting for a LinkedIn Company Page
|
|
5
|
+
(tagline, About, specialties, hashtags, locations, CTA, Featured) PLUS an
|
|
6
|
+
optional founder/launch post — written like a senior unicorn-startup marketer:
|
|
7
|
+
humanized, attention-grabbing, and conversion-focused. Use when the user asks to
|
|
8
|
+
"write our LinkedIn page", "create LinkedIn company copy", "fill out the About
|
|
9
|
+
section", "write a launch post", or prepare LinkedIn page content. Produces a
|
|
10
|
+
single .txt file under a `linkedin copywriting/` folder in the project root, with
|
|
11
|
+
every field kept STRICTLY under its character limit.
|
|
10
12
|
---
|
|
11
13
|
|
|
12
14
|
# LinkedIn Company Page Copywriting
|
|
13
15
|
|
|
14
|
-
Produce field-by-field copy for a LinkedIn **Company Page**, save it to a
|
|
15
|
-
file, and guarantee every field stays **below** LinkedIn's character
|
|
16
|
+
Produce field-by-field copy for a LinkedIn **Company Page**, save it to a
|
|
17
|
+
plain-text file, and guarantee every field stays **below** LinkedIn's character
|
|
18
|
+
limits. Optionally drafts the pinned launch/intro post and a founder announcement.
|
|
16
19
|
|
|
17
20
|
## When to use
|
|
18
21
|
|
|
19
22
|
The user wants copy for their LinkedIn company/organization page (tagline, About
|
|
20
|
-
section, specialties,
|
|
21
|
-
questions first (see "Inputs needed").
|
|
23
|
+
section, specialties, hashtags, CTA, Featured) or a post to launch it. If company
|
|
24
|
+
details are missing, ask focused questions first (see "Inputs needed").
|
|
22
25
|
|
|
23
26
|
## Inputs needed
|
|
24
27
|
|
|
25
28
|
Before writing, gather (ask the user, or infer from the repo/website if available):
|
|
26
29
|
|
|
27
|
-
- Company name and what it does in one line
|
|
30
|
+
- Company name and what it does in one line, for whom
|
|
28
31
|
- Industry, target audience, and core offerings
|
|
29
|
-
- Mission / values and key differentiators
|
|
30
|
-
- Top keywords customers/recruiters would search (for tagline
|
|
31
|
-
|
|
32
|
+
- Mission / values and key differentiators (the real wedge, not slogans)
|
|
33
|
+
- Top keywords customers/recruiters/partners would search (for tagline,
|
|
34
|
+
specialties, hashtags, and About SEO)
|
|
35
|
+
- Proof points: customers, users, revenue, growth, funding, awards, press
|
|
36
|
+
- The one action you want a visitor to take (follow, visit site, contact, apply)
|
|
37
|
+
- Website, headquarters location (and any other offices), company size, founded year
|
|
38
|
+
- Any pinned/launch content you want to feature
|
|
32
39
|
|
|
33
40
|
If the user says "just draft it", use clearly-marked placeholders (e.g.
|
|
34
|
-
`[FOUNDED: 2023]`) instead of blocking.
|
|
41
|
+
`[FOUNDED: 2023]`, `[USERS: X]`) instead of blocking, and flag every guess.
|
|
35
42
|
|
|
36
43
|
## Output location
|
|
37
44
|
|
|
@@ -48,24 +55,48 @@ field and trim if needed.
|
|
|
48
55
|
| Field | Limit (chars) | Target (stay under) | Notes |
|
|
49
56
|
|------------------------------|---------------|---------------------|-------|
|
|
50
57
|
| Company name | 100 | ≤ 90 | Official name |
|
|
51
|
-
| Tagline | 120 | ≤ 110 |
|
|
52
|
-
| About / Overview | 2000 | ≤ 1800 |
|
|
53
|
-
| Specialty (each item) |
|
|
54
|
-
| Specialties (total count) | 20 items | ≤ 20 |
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
| Tagline | 120 | ≤ 110 | Under the name; benefit + keyword-rich |
|
|
59
|
+
| About / Overview | 2000 | ≤ 1800 | First ~150 chars = "see more" preview hook |
|
|
60
|
+
| Specialty (each item) | 60 | ≤ 55 | Keyword phrase; up to 20 items |
|
|
61
|
+
| Specialties (total count) | 20 items | ≤ 20 | Services, tech, markets, audiences |
|
|
62
|
+
| Hashtags (community) | up to 3 | 3 | Broad, relevant, followable topics |
|
|
63
|
+
| Custom button / CTA | preset list | — | Pick one (see options below) |
|
|
64
|
+
| Featured items | 3–5 shown | — | Pin best post/link/doc |
|
|
65
|
+
| Launch / intro post | 3000 | ≤ 2700 | Feed post; first ~140 chars = preview |
|
|
66
|
+
| Founder announcement post | 3000 | ≤ 2700 | Personal-profile voice, optional |
|
|
67
|
+
|
|
68
|
+
LinkedIn sometimes shows different live limits (and specialty caps have shifted
|
|
69
|
+
between 30 and 60 over time). **Obey whatever the live field shows**, and keep the
|
|
70
|
+
same "stay under" headroom rule. Custom button options to choose from: *Visit
|
|
71
|
+
website, Contact us, Learn more, Register, Sign up, Apply now.*
|
|
72
|
+
|
|
73
|
+
## Per-field micro-guidance (with before → after)
|
|
74
|
+
|
|
75
|
+
- **Tagline** — lead with the benefit + a searchable term, not a mood.
|
|
76
|
+
- ❌ "Reimagining the future of finance." → ✅ "Expense management software that
|
|
77
|
+
closes the books 5 days faster."
|
|
78
|
+
- **About, first line** — this is the preview before "see more." Make it a
|
|
79
|
+
standalone hook that names who you help and the outcome.
|
|
80
|
+
- ❌ "Founded in 2021, we are a company that provides..." → ✅ "12,000 founders
|
|
81
|
+
use Riverside to raise their next round in weeks, not months."
|
|
82
|
+
- **About body** — problem → what you do → proof → one clear next step. Use short
|
|
83
|
+
paragraphs and line breaks; LinkedIn renders them.
|
|
84
|
+
- **Specialties** — short keyword phrases a searcher would type: services,
|
|
85
|
+
technologies, markets, audiences (e.g. "B2B SaaS onboarding", "HIPAA-compliant
|
|
86
|
+
messaging"). No sentences.
|
|
87
|
+
- **Hashtags** — pick 3 broad, active topics your audience already follows, not
|
|
88
|
+
niche brand tags no one searches.
|
|
89
|
+
- **CTA** — match the button to the page's single goal (early traction → *Sign up*;
|
|
90
|
+
enterprise → *Contact us*; hiring push → *Apply now*).
|
|
60
91
|
|
|
61
92
|
## Copy rules (LinkedIn style)
|
|
62
93
|
|
|
63
94
|
- **Front-load the About section**: the first ~150 characters show as a preview
|
|
64
95
|
before "see more", so lead with the strongest value statement and keywords.
|
|
65
96
|
- Write for both **humans and search** — include the terms recruiters, customers,
|
|
66
|
-
and partners would search, naturally (no stuffing).
|
|
97
|
+
and partners would search, naturally (no stuffing). Keywords serve the sentence.
|
|
67
98
|
- Tagline should be benefit- or keyword-led, not a slogan with no information.
|
|
68
|
-
- Specialties = short keyword phrases (services, technologies, markets
|
|
99
|
+
- Specialties = short keyword phrases (services, technologies, markets, audiences).
|
|
69
100
|
- Tone: professional, confident, specific. Avoid empty hype.
|
|
70
101
|
- End the About section with a clear next step (visit site, follow, contact).
|
|
71
102
|
|
|
@@ -77,41 +108,55 @@ Linear, Ramp, Airbnb). The page should feel sharp, confident, and unmistakably
|
|
|
77
108
|
human — like a person customers and recruiters *want* to follow. Non-negotiable:
|
|
78
109
|
|
|
79
110
|
**1. Humanized — sounds like a real person, never "AI-generated".**
|
|
80
|
-
- Vary sentence length.
|
|
111
|
+
- Vary sentence length on purpose. A short, punchy line next to a longer rhythmic
|
|
112
|
+
one reads human. Two medium sentences in a row read like a machine.
|
|
81
113
|
- Plain, concrete language a smart 12-year-old could follow. Cut jargon.
|
|
82
114
|
- Write with a point of view and a pulse — confident, not corporate-bland.
|
|
115
|
+
- Use the words a founder would actually say in a meeting; contractions welcome.
|
|
83
116
|
- Read it aloud in your head; if a sentence sounds robotic, rewrite it.
|
|
84
117
|
|
|
85
118
|
**2. Banned "AI tells" — never use these.**
|
|
86
119
|
- Filler: "leverage", "utilize", "seamlessly", "robust", "cutting-edge",
|
|
87
120
|
"state-of-the-art", "empower", "unlock", "elevate", "revolutionize",
|
|
88
121
|
"game-changer", "in today's fast-paced world", "we are committed to",
|
|
89
|
-
"passionate about", "at the intersection of", "
|
|
122
|
+
"passionate about", "at the intersection of", "designed to", "aims to",
|
|
123
|
+
"solutions provider", "one-stop shop".
|
|
90
124
|
- Hype with no proof: "best", "#1", "world-class", "industry-leading".
|
|
91
|
-
- Em-dash overuse, robotic three-item lists, and "
|
|
92
|
-
scaffolding. Break the pattern; write like a human
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
125
|
+
- Em-dash overuse, robotic three-item lists ("fast, simple, and powerful"), and
|
|
126
|
+
"not only… but also" scaffolding. Break the pattern; write like a human.
|
|
127
|
+
- Confidence-draining hedges: "very", "really", "quite", "things", "various".
|
|
128
|
+
|
|
129
|
+
**3. The humanization toolkit (use these on purpose).**
|
|
130
|
+
- **Burstiness:** deliberately alternate long and short sentences. Land a section
|
|
131
|
+
on a short line.
|
|
132
|
+
- **Specificity beats adjectives:** "12,000 founders" not "many founders," "5 days
|
|
133
|
+
faster" not "more efficient," "$14B market" not "a huge market."
|
|
134
|
+
- **Name real things:** customers, cities, tools, dollar amounts, dates.
|
|
135
|
+
- **One human detail:** the exact frustration that started the company, a customer
|
|
136
|
+
quote, a founder origin moment. One genuine detail beats a polished paragraph.
|
|
137
|
+
- **Active voice, present tense, strong verbs:** "We cut close time to 3 days,"
|
|
138
|
+
not "Close time can be reduced."
|
|
139
|
+
|
|
140
|
+
**4. Attracting & focused — earn the next 5 seconds of attention.**
|
|
141
|
+
- The first ~150 chars of About are the hook shown before "see more" — make them a
|
|
142
|
+
magnetic, standalone value statement, not a throat-clearing intro.
|
|
143
|
+
- One core idea per section. Specific > vague every time.
|
|
100
144
|
- Lead with the reader's problem and the outcome, then how you deliver it.
|
|
101
|
-
- Active voice, present tense, strong verbs. Subject does the thing.
|
|
102
145
|
|
|
103
|
-
**
|
|
104
|
-
- Weave the terms customers/recruiters/partners actually search — naturally,
|
|
105
|
-
|
|
146
|
+
**5. LinkedIn lens (humans + search).**
|
|
147
|
+
- Weave the terms customers/recruiters/partners actually search — naturally, never
|
|
148
|
+
stuffed. Keywords serve the sentence, not the other way around.
|
|
106
149
|
- Tagline = benefit- or category-led with a real hook, not a hollow slogan.
|
|
107
150
|
- Close About with one clear next step (follow, visit site, get in touch).
|
|
108
151
|
|
|
109
|
-
**
|
|
152
|
+
**6. Final humanization pass (always run before saving).**
|
|
110
153
|
- Remove every banned word above; replace with plain, specific language.
|
|
111
154
|
- Delete adjectives that aren't earned by a fact.
|
|
112
155
|
- Tighten: if a word can be cut without losing meaning, cut it.
|
|
113
156
|
- Ensure no two consecutive sentences share the same shape or opener.
|
|
114
|
-
- Confirm
|
|
157
|
+
- Confirm at least one concrete, human detail appears in the About section.
|
|
158
|
+
- Read it aloud once. If a line sounds like a brochure, rewrite it. It should read
|
|
159
|
+
like one confident human voice end to end.
|
|
115
160
|
|
|
116
161
|
## Required .txt output template
|
|
117
162
|
|
|
@@ -132,10 +177,20 @@ Generated: <YYYY-MM-DD>
|
|
|
132
177
|
<value (first ~150 chars are the preview — make them count)>
|
|
133
178
|
|
|
134
179
|
[SPECIALTIES] (count: xx/20)
|
|
135
|
-
1. <item> (xx/
|
|
136
|
-
2. <item> (xx/
|
|
180
|
+
1. <item> (xx/60)
|
|
181
|
+
2. <item> (xx/60)
|
|
137
182
|
...
|
|
138
183
|
|
|
184
|
+
[HASHTAGS] (count: x/3)
|
|
185
|
+
#<tag> #<tag> #<tag>
|
|
186
|
+
|
|
187
|
+
[CUSTOM BUTTON / CTA]
|
|
188
|
+
<one of: Visit website | Contact us | Learn more | Register | Sign up | Apply now>
|
|
189
|
+
URL: <url>
|
|
190
|
+
|
|
191
|
+
[FEATURED — SUGGESTED PIN]
|
|
192
|
+
<what to pin and why (post, link, doc, or video)>
|
|
193
|
+
|
|
139
194
|
[WEBSITE]
|
|
140
195
|
<url>
|
|
141
196
|
|
|
@@ -148,20 +203,43 @@ Generated: <YYYY-MM-DD>
|
|
|
148
203
|
[HEADQUARTERS]
|
|
149
204
|
<city, country>
|
|
150
205
|
|
|
206
|
+
[OTHER LOCATIONS]
|
|
207
|
+
<city, country; ...>
|
|
208
|
+
|
|
151
209
|
[FOUNDED]
|
|
152
210
|
<year>
|
|
153
211
|
|
|
154
|
-
[OPTIONAL — LAUNCH/INTRO POST] (xx/3000)
|
|
155
|
-
<value>
|
|
212
|
+
[OPTIONAL — LAUNCH / INTRO POST] (xx/3000)
|
|
213
|
+
<value (first ~140 chars are the feed preview — make them count)>
|
|
214
|
+
|
|
215
|
+
[OPTIONAL — FOUNDER ANNOUNCEMENT POST] (xx/3000)
|
|
216
|
+
<value (personal-profile voice, first-person)>
|
|
156
217
|
```
|
|
157
218
|
|
|
219
|
+
## Post-writing guidance (launch & founder posts)
|
|
220
|
+
|
|
221
|
+
When drafting the optional posts:
|
|
222
|
+
- **First ~140 characters carry the post** — that's all that shows in the feed
|
|
223
|
+
before "see more." Open with a hook, a number, or a sharp statement; never bury
|
|
224
|
+
the lede under "We're excited to announce."
|
|
225
|
+
- **One line per thought, generous line breaks** — LinkedIn rewards scannable
|
|
226
|
+
posts.
|
|
227
|
+
- **Founder post = first person, plain, a little vulnerable.** Tell the why-now
|
|
228
|
+
story and the problem you lived. End with a clear ask (follow the page, try it,
|
|
229
|
+
share with someone who needs it).
|
|
230
|
+
- **Company post = confident "we" voice** with the headline proof and the next step.
|
|
231
|
+
- Keep banned "AI tells" out of posts too — feed copy is where they show most.
|
|
232
|
+
|
|
158
233
|
## Verification checklist (run before finishing)
|
|
159
234
|
|
|
160
235
|
1. The `linkedin copywriting/` folder exists in the project root and contains
|
|
161
236
|
`linkedin-page-copy.txt`.
|
|
162
237
|
2. Every length-limited field shows a `(count/limit)` and `count < limit` with headroom.
|
|
163
|
-
3. Specialties: ≤ 20 items, each ≤
|
|
238
|
+
3. Specialties: ≤ 20 items, each ≤ 55 chars; hashtags ≤ 3.
|
|
164
239
|
4. About section's first ~150 chars work as a standalone preview hook.
|
|
165
|
-
5.
|
|
166
|
-
6.
|
|
167
|
-
|
|
240
|
+
5. CTA chosen from LinkedIn's preset list and matches the page's single goal.
|
|
241
|
+
6. Confirm counts programmatically (e.g. `awk`/`wc -m` per field) — do not trust eyeballing.
|
|
242
|
+
7. Every metric is real or clearly marked `[PLACEHOLDER]` — no invented numbers.
|
|
243
|
+
8. Humanization pass done: zero banned "AI tells", varied sentence shapes, at least
|
|
244
|
+
one concrete human detail in About, and it reads aloud like one confident human
|
|
245
|
+
marketer wrote it.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# motion-storytelling-design-system
|
|
2
|
+
|
|
3
|
+
A world-class, **motion storytelling design system** for building **scroll-driven narrative
|
|
4
|
+
websites** — where the page tells a story as you scroll: scenes **pin** while their content
|
|
5
|
+
animates, sequences **scrub** to scroll progress, elements **reveal** in choreographed order,
|
|
6
|
+
and gentle parallax adds depth. The craft of Apple product pages and award-winning
|
|
7
|
+
scrollytelling, built **performantly and accessibly in pure vanilla**. Distilled from Apple,
|
|
8
|
+
Stripe, Linear, Igloo Inc, Active Theory, Cuberto, Awwwards winners, and modern AI sites
|
|
9
|
+
(OpenAI, Anthropic, Perplexity, Cursor, Runway).
|
|
10
|
+
|
|
11
|
+
It also ships a **production website-generation framework**: a multipage site (15+ pages, 10+
|
|
12
|
+
scenes/page, **no borders/dividers between sections**) in **pure HTML/CSS/vanilla JS** — the
|
|
13
|
+
motion engine is `IntersectionObserver` + rAF scroll + CSS scroll-linked animations, with **no
|
|
14
|
+
GSAP/Framer/Lenis/React/Vue/Tailwind/any library** — with **clean Vercel-ready URLs** (no
|
|
15
|
+
`.html`), navigation, and full SEO.
|
|
16
|
+
|
|
17
|
+
> The full design intelligence is **baked into the companion files** (live research optional,
|
|
18
|
+
> to save tokens). Outputs a generated site/system into a `website/` folder. Sibling skills:
|
|
19
|
+
> `ai-dark-futuristic-design-system`, `apple-premium-minimal-design-system`,
|
|
20
|
+
> `product-demo-first-design-system`, `bento-grid-design-system`, `glassmorphism-design-system`,
|
|
21
|
+
> `editorial-luxury-design-system`.
|
|
22
|
+
|
|
23
|
+
## Install
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npx spirewise install -s motion-storytelling-design-system # pick agents + scope
|
|
27
|
+
npx spirewise install -s motion-storytelling-design-system -a claude,cursor -sc workspace
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Remove
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
npx spirewise remove -s motion-storytelling-design-system # pick agents + scope
|
|
34
|
+
npx spirewise remove -s motion-storytelling-design-system -a claude,cursor -sc both
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
(No Node? `./install.sh -s motion-storytelling-design-system` and `./install.sh remove -s motion-storytelling-design-system`.)
|
|
38
|
+
|
|
39
|
+
## Use
|
|
40
|
+
|
|
41
|
+
After installing, ask your agent:
|
|
42
|
+
|
|
43
|
+
> "Build a scroll-driven, motion storytelling website for our product"
|
|
44
|
+
> "Pinned scenes + scrub sequences, like Apple/Stripe — but accessible"
|
|
45
|
+
|
|
46
|
+
It reads the companion files, locks the tokens, storyboards the scroll (which scenes pin/
|
|
47
|
+
scrub/reveal), builds the scenes + the vanilla motion engine, honors reduced motion, and
|
|
48
|
+
emits **pure HTML + CSS + vanilla JS + tokens + `vercel.json` + `sitemap.xml`** into a
|
|
49
|
+
`website/` folder.
|
|
50
|
+
|
|
51
|
+
## What's inside
|
|
52
|
+
|
|
53
|
+
| File | What it gives you |
|
|
54
|
+
|---|---|
|
|
55
|
+
| `SKILL.md` | Orchestrator: storytelling philosophy, mandates, workflow, output, checklist |
|
|
56
|
+
| `design-principles.md` | "Scroll is the narrator" philosophy, motion hierarchy, do/don'ts |
|
|
57
|
+
| `color-system.md` | Cinematic palette + scene-transition tokens (default dark) as CSS vars |
|
|
58
|
+
| `typography-system.md` | Fonts, fluid type scale, **kinetic-type** roles |
|
|
59
|
+
| `spacing-system.md` | 4/8-pt scale, container widths, **scroll-track** + scene rhythm |
|
|
60
|
+
| `layout-system.md` | Grid + canonical scene layouts (pinned, scrub, reveal, horizontal) |
|
|
61
|
+
| `component-library.md` | 17 components + Scroll Scene / Pinned Sequence / Reveal Timeline |
|
|
62
|
+
| `motion-system.md` | The **engine**: IO, sticky-scene progress, scrub, parallax, reduced motion |
|
|
63
|
+
| `accessibility-system.md` | Reduced motion (critical), no scroll-jack, focus, vestibular safety |
|
|
64
|
+
| `website-generation-rules.md` | Pure-vanilla build: pages, clean URLs + `vercel.json`, nav, SEO |
|
|
65
|
+
| `example-page-structures.md` | Scroll-narrative page blueprints per site type |
|
|
66
|
+
|
|
67
|
+
## The look
|
|
68
|
+
|
|
69
|
+
A cinematic dark canvas with deep gradients that **shift between scenes**, bold kinetic display
|
|
70
|
+
type, one vivid accent that **traces the story**, layered parallax depth, and product/SVG
|
|
71
|
+
sequences that assemble on scroll. Smooth, premium, purposeful — never jittery or gimmicky.
|
|
72
|
+
Default cinematic dark; light theme included.
|
|
73
|
+
|
|
74
|
+
## Components (17 + storytelling toolkit)
|
|
75
|
+
|
|
76
|
+
Navbar (+ Scroll Progress) · Kinetic Hero · Feature Scenes · Bento · Testimonials · Logos ·
|
|
77
|
+
Pricing · FAQ · CTA Finale · Footer · Dashboard Preview · Agent Workflow · Code Preview ·
|
|
78
|
+
Terminal Preview · Trust (count-up) · Security · Enterprise — **plus** Scroll Scene · Pinned
|
|
79
|
+
Sequence · Reveal Timeline · Horizontal Scene · Scroll Progress.
|
|
80
|
+
|
|
81
|
+
## Rules it enforces
|
|
82
|
+
|
|
83
|
+
- **Scroll storytelling** — each page has a narrative arc; pinned/scrub/reveal scenes with
|
|
84
|
+
designed choreography; big beats alternate with calm passages; one strong motion per scene.
|
|
85
|
+
- **Accessible motion (critical)** — fully honors `prefers-reduced-motion` (final-state,
|
|
86
|
+
unpinned, no scrub/parallax) + a "Reduce motion" toggle; **never hijacks native scroll**;
|
|
87
|
+
all content readable with motion off; vestibular-safe; contrast holds mid-animation.
|
|
88
|
+
- **Multipage scale (mandatory)** — **15+ pages (≈20)**, **≥10 scenes/page (≈12)**, and **no
|
|
89
|
+
borders/dividers between sections** (separation by whitespace + animated scene transitions + depth).
|
|
90
|
+
- **Pure vanilla stack** — HTML5 + CSS3 + vanilla JS only; the motion engine is IO + rAF + CSS
|
|
91
|
+
scroll-linked animations; **no GSAP/Framer/Lenis/AOS/React/Vue/Tailwind/any library**; no build.
|
|
92
|
+
- **Clean Vercel-ready URLs** — extensionless routes (`/pricing`), `vercel.json` (`cleanUrls`),
|
|
93
|
+
`sitemap.xml`, `robots.txt`; refresh + deep links work.
|
|
94
|
+
- **Full navigation + SEO** — desktop nav/dropdowns + scroll progress, mobile overlay,
|
|
95
|
+
breadcrumbs; per-page title/description, Open Graph, Twitter card, canonical, JSON-LD.
|
|
96
|
+
- **Performance** — compositor-only (`transform`/`opacity`), rAF-throttled passive scroll, IO
|
|
97
|
+
reveals, `content-visibility` offscreen, scenes **unpin on mobile**; 60fps target. **Zero
|
|
98
|
+
anti-patterns** — no scroll-jacking, content trapped behind motion, jank, or libraries.
|
|
99
|
+
|
|
100
|
+
See `SKILL.md` for the full workflow and the companion files for every token and spec.
|