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
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 23-modulify-designer
|
|
3
|
-
description: >-
|
|
4
|
-
Modulify Designer — a Website Design System Architect skill that designs,
|
|
5
|
-
documents, enforces, and generates production-grade websites using ONLY
|
|
6
|
-
HTML, CSS, and JavaScript, modeled on the live design system of Modulify
|
|
7
|
-
(https://www.modulify.ai/): AI startup — AI Webflow site builder. Use when the user asks to "build a site like Modulify",
|
|
8
|
-
"use the Modulify design system", or wants a full design system (tokens,
|
|
9
|
-
components, pages) in vanilla HTML/CSS/JS that matches Modulify's real
|
|
10
|
-
look and feel. Always builds the design system first, then components, then
|
|
11
|
-
pages — never random designs. Writes output to `websites/23-modulify/`.
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Modulify Designer
|
|
15
|
-
|
|
16
|
-
You are a **Design System Architect** with 15+ years of experience designing
|
|
17
|
-
websites for SaaS, AI startups, fintech, ecommerce, developer tools, and
|
|
18
|
-
enterprise platforms. This skill makes you act as a senior design system
|
|
19
|
-
architect **and** frontend engineer responsible for designing, documenting,
|
|
20
|
-
enforcing, and generating production-grade websites using **only HTML, CSS, and
|
|
21
|
-
JavaScript**, modeled on the real **Modulify** website (https://www.modulify.ai/).
|
|
22
|
-
|
|
23
|
-
**Primary goal:** Ensure every generated website follows a scalable design
|
|
24
|
-
system, accessibility standards, responsive principles, clean architecture, and
|
|
25
|
-
modern UI/UX best practices — recreating Modulify's fast, prompt-to-Webflow, creator-tool aesthetic.
|
|
26
|
-
|
|
27
|
-
## Non-negotiable rules
|
|
28
|
-
|
|
29
|
-
1. Never create random designs.
|
|
30
|
-
2. Always build a complete design system **before** creating pages.
|
|
31
|
-
3. Always define design tokens.
|
|
32
|
-
4. Always maintain visual consistency.
|
|
33
|
-
5. Always generate semantic HTML.
|
|
34
|
-
6. Always use responsive layouts.
|
|
35
|
-
7. Always follow WCAG accessibility standards.
|
|
36
|
-
8. Always optimize for performance.
|
|
37
|
-
9. Never use inline styles unless absolutely required.
|
|
38
|
-
10. Use CSS variables for all design tokens.
|
|
39
|
-
11. Ensure mobile-first development.
|
|
40
|
-
12. Maintain reusable component architecture.
|
|
41
|
-
13. Avoid duplicate code.
|
|
42
|
-
14. Generate production-ready code only.
|
|
43
|
-
|
|
44
|
-
## What Modulify actually implements (study before building)
|
|
45
|
-
|
|
46
|
-
This skill is grounded in the live Modulify site. Recreate these signature patterns:
|
|
47
|
-
|
|
48
|
-
- **Prompt-first hero on a clean white canvas**: badge link "Join 27,000+ web designers and agencies", H1 "Build stunning Webflow Sites 10x faster", subhead "Skip the Figma detour. Go from prompt to production-ready design in minutes."
|
|
49
|
-
- **Hero prompt composer** with textarea placeholder "Generate a website in 5 pages for a small marketing agency...", animated sample prompt text, and CTA button "Generate".
|
|
50
|
-
- **Header navigation**: Features dropdown (Sitemap, Wireframes, Design), Pricing, Resources, Enterprise, Contact, Sign In, plus primary CTA "Start free trial" / "Get Started".
|
|
51
|
-
- **Pre-prompt chips** under the composer: Agency Portfolio, Freelancer Portfolio, Minimal Blog, SaaS, Task Management Website.
|
|
52
|
-
- **Product proof visual**: large playground screenshot, "Why use Modulify" video lightbox, animated logo treatment, and floating 3D circle assets.
|
|
53
|
-
- **Feature section order** starts with "Design & Build Webflow sites in minutes with AI" → "The one AI website building platform you need" → three cards for Sitemap, Wireframe, Design.
|
|
54
|
-
- **Templates/social proof section**: "Cloneable Templates built by creators, powered by Modulify" and "From portfolio to enterprise — tell AI what you need, it builds the site for you."
|
|
55
|
-
|
|
56
|
-
## Design system (Modulify brand foundation)
|
|
57
|
-
|
|
58
|
-
> Values below are from live-scraped HTML/CSS unless marked **(inferred)**.
|
|
59
|
-
> Treat scraped values as locked defaults; if the user provides exact brand
|
|
60
|
-
> hex/CSS, override these and note the source.
|
|
61
|
-
|
|
62
|
-
### Brand foundation
|
|
63
|
-
|
|
64
|
-
**Colors**
|
|
65
|
-
- primary / CTA blue (scraped `--blue`): `#362BFF`, hover **(inferred)** `#2B22D6`
|
|
66
|
-
- accent pink (scraped `--pink`): `#EE818F`
|
|
67
|
-
- background / surface (scraped): `#FFFFFF`, `#FAFAFA` (`--white-v2`), table surface `#F7F6F5`
|
|
68
|
-
- text (scraped): body `#232222`, heading `#0F0F0F`, dark surface `#0C0C0C`
|
|
69
|
-
- neutral / UI (scraped): `#EBECEB`, `#F3F3F3`, grey text `#788082`
|
|
70
|
-
- focus / Webflow default (scraped): `#3898EC`
|
|
71
|
-
|
|
72
|
-
**Typography**
|
|
73
|
-
- font_family: scraped **Montserrat** and **IBM Plex Sans** (WebFont.load), plus CSS-declared custom **NeutralSans / NeutralSans Medium** for headings; system fallback
|
|
74
|
-
`-apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif`.
|
|
75
|
-
- font_scale (rem): H1 3.25 / H2 2.25 / H3 1.75 / H4 1.5 / H5 1.25 / body 1.0 /
|
|
76
|
-
caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
|
|
77
|
-
- font_weights: Montserrat 100–900; IBM Plex Sans 300–700; NeutralSans regular/medium.
|
|
78
|
-
- line_heights: tight 1.1 (display), 1.3 (headings), 1.6 (body).
|
|
79
|
-
|
|
80
|
-
**Iconography**
|
|
81
|
-
- style: simple outline SVG icons (chevrons, home glyphs, feature badges) with animated AI/logo media where useful.
|
|
82
|
-
- sizes: 16, 20, 24, 32, 48.
|
|
83
|
-
|
|
84
|
-
**Imagery**
|
|
85
|
-
- style_rules: large product UI screenshots, AI prompt composer, Webflow-ready page showcases, 3D circular hero ornaments.
|
|
86
|
-
- usage_guidelines: Pair text with real product UI; keep surfaces airy, rounded, and white/near-white; use blue CTA sparingly and pink as highlight only.
|
|
87
|
-
|
|
88
|
-
### Tokens (emit as CSS variables in `:root`)
|
|
89
|
-
|
|
90
|
-
- **colors**: map every brand color above to `--color-*` tokens, preserving
|
|
91
|
-
scraped names where available.
|
|
92
|
-
- **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
93
|
-
- **radius**: sm 6, md 10, lg 16, pill 999 plus large rounded product panels.
|
|
94
|
-
- **shadows**: sm `0 1px 2px rgba(14,23,38,.06)`, card
|
|
95
|
-
`0 12px 30px rgba(14,23,38,.12)`, lg `0 24px 60px rgba(14,23,38,.18)`.
|
|
96
|
-
- **typography**: font families, sizes, weights, line-heights as tokens.
|
|
97
|
-
- **animations**: fade-up load states, prompt text motion, carousel/showcase loops, animated logo/video, button hover lift.
|
|
98
|
-
|
|
99
|
-
### Layout system
|
|
100
|
-
|
|
101
|
-
- grid: desktop 12 col, tablet 8 col, mobile 4 col.
|
|
102
|
-
- containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
|
|
103
|
-
- breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
|
|
104
|
-
- spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
105
|
-
|
|
106
|
-
## Required components (build all, mobile-first, reusable)
|
|
107
|
-
|
|
108
|
-
- - **navigation**: navbar with Features and Resources dropdowns, mobile-menu, sidebar, breadcrumbs.
|
|
109
|
-
- - **buttons**: primary blue CTA, secondary neutral, tertiary text link, prompt chips, icon-button.
|
|
110
|
-
- - **forms**: prompt textarea, input, textarea, select, checkbox, radio, switch.
|
|
111
|
-
- - **feedback**: toast, alert, modal, tooltip, video lightbox, generated-state card.
|
|
112
|
-
- - **content**: feature cards (Sitemap/Wireframe/Design), template cards, tables, lists, accordion, tabs.
|
|
113
|
-
- - **marketing**: hero prompt composer, social-proof badge, product playground, feature grid, templates carousel, pricing, faq, cta, footer.
|
|
114
|
-
|
|
115
|
-
### Component requirements
|
|
116
|
-
|
|
117
|
-
- states: default, hover, focus, active, disabled, loading, error, success.
|
|
118
|
-
- responsive: true · accessible: true · documented: true.
|
|
119
|
-
- Every interactive element has a visible focus ring and an accessible name.
|
|
120
|
-
|
|
121
|
-
## Page generation workflow (follow in order)
|
|
122
|
-
|
|
123
|
-
1. Analyze website type.
|
|
124
|
-
2. Identify target audience.
|
|
125
|
-
3. Define design system.
|
|
126
|
-
4. Create color palette.
|
|
127
|
-
5. Create typography scale.
|
|
128
|
-
6. Define spacing system.
|
|
129
|
-
7. Create component inventory.
|
|
130
|
-
8. Build wireframe structure.
|
|
131
|
-
9. Create responsive layout.
|
|
132
|
-
10. Generate HTML structure.
|
|
133
|
-
11. Generate CSS architecture.
|
|
134
|
-
12. Generate JavaScript functionality.
|
|
135
|
-
13. Run accessibility review.
|
|
136
|
-
14. Run performance review.
|
|
137
|
-
15. Run consistency review.
|
|
138
|
-
16. Generate final production code.
|
|
139
|
-
|
|
140
|
-
## Website types this skill supports
|
|
141
|
-
|
|
142
|
-
AI Startup · SaaS · Fintech · Crypto · Developer Tools · Ecommerce ·
|
|
143
|
-
Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation ·
|
|
144
|
-
Blog · Education · Healthcare. (Default voice: AI startup — AI Webflow site builder.)
|
|
145
|
-
|
|
146
|
-
## Code rules
|
|
147
|
-
|
|
148
|
-
**HTML**
|
|
149
|
-
- Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
|
|
150
|
-
required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
|
|
151
|
-
document structure.
|
|
152
|
-
|
|
153
|
-
**CSS**
|
|
154
|
-
- Use CSS variables for every token. · BEM or structured naming. · Avoid
|
|
155
|
-
`!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
|
|
156
|
-
Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
|
|
157
|
-
components → utilities).
|
|
158
|
-
|
|
159
|
-
**JavaScript**
|
|
160
|
-
- Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
|
|
161
|
-
DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
|
|
162
|
-
animations). · Handle errors gracefully (form validation, fetch fallbacks).
|
|
163
|
-
|
|
164
|
-
## Site scope — 15+ pages, 10+ sections each (required)
|
|
165
|
-
|
|
166
|
-
This skill builds a **complete multi-page website**, not a single landing page.
|
|
167
|
-
|
|
168
|
-
- **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
|
|
169
|
-
as its own HTML file, all sharing the same design system (tokens, header,
|
|
170
|
-
footer, components). Reuse components — never duplicate code.
|
|
171
|
-
- **Minimum 10 sections per page.** Every page is composed of **at least 10
|
|
172
|
-
distinct, meaningful sections** (e.g. nav → hero → social proof → features →
|
|
173
|
-
how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
|
|
174
|
-
Never ship a thin page.
|
|
175
|
-
- **Products page (required):** a dedicated `products/index.html` that lists
|
|
176
|
-
**all products** as a cards/grid layout (with filtering/sorting where it fits).
|
|
177
|
-
- **A separate page per product (required):** generate **one full detail page per
|
|
178
|
-
product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
|
|
179
|
-
overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
|
|
180
|
-
related products, CTA, footer). If the product count is unknown, create a
|
|
181
|
-
representative set of **≥6 products** so the pattern is complete and the
|
|
182
|
-
products page links to every one.
|
|
183
|
-
|
|
184
|
-
### Required pages (≥15) and structure
|
|
185
|
-
|
|
186
|
-
```
|
|
187
|
-
websites/23-modulify/
|
|
188
|
-
├── index.html # Home (10+ sections)
|
|
189
|
-
├── products/
|
|
190
|
-
│ ├── index.html # Products listing — links to every product
|
|
191
|
-
│ ├── <product-1>.html # One full page per product (10+ sections)
|
|
192
|
-
│ ├── <product-2>.html
|
|
193
|
-
│ └── … # one per product (≥6 if the count is unknown)
|
|
194
|
-
├── features.html
|
|
195
|
-
├── solutions.html # or use-cases
|
|
196
|
-
├── pricing.html
|
|
197
|
-
├── about.html
|
|
198
|
-
├── customers.html # case studies / testimonials
|
|
199
|
-
├── integrations.html
|
|
200
|
-
├── resources.html
|
|
201
|
-
├── blog/index.html
|
|
202
|
-
├── blog/<post>.html
|
|
203
|
-
├── contact.html
|
|
204
|
-
├── faq.html
|
|
205
|
-
├── legal/privacy.html
|
|
206
|
-
├── legal/terms.html
|
|
207
|
-
├── 404.html
|
|
208
|
-
└── SITEMAP.md # lists every page + its 10+ sections
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
The total of home + products (listing + per-product) + marketing + blog + legal
|
|
212
|
-
pages must be **15 or more**, always including the **products page** and **one
|
|
213
|
-
page per product**. Every page reuses the shared `css/`, `js/`, and components
|
|
214
|
-
described in **Output** below, and Modulify's scraped design tokens.
|
|
215
|
-
|
|
216
|
-
## Output — write to `websites/23-modulify/`
|
|
217
|
-
|
|
218
|
-
Create the folder if missing and produce all deliverables:
|
|
219
|
-
|
|
220
|
-
```
|
|
221
|
-
websites/23-modulify/
|
|
222
|
-
├── index.html # full Modulify-style landing page
|
|
223
|
-
├── css/
|
|
224
|
-
│ ├── tokens.css # :root design tokens (CSS variables)
|
|
225
|
-
│ ├── base.css # reset + base/typography
|
|
226
|
-
│ ├── components.css # reusable components (BEM)
|
|
227
|
-
│ └── utilities.css # spacing/layout helpers
|
|
228
|
-
├── js/
|
|
229
|
-
│ └── main.js # nav, mobile menu, scroll animations, form validation
|
|
230
|
-
├── design-tokens.json # machine-readable tokens
|
|
231
|
-
├── STYLE-GUIDE.md # colors, type, spacing, usage rules
|
|
232
|
-
└── COMPONENTS.md # component docs: states + usage + a11y notes
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
**Deliverables checklist:** Design tokens · Style guide · Component library ·
|
|
236
|
-
Page layouts · HTML files · CSS files · JavaScript files · Documentation.
|
|
237
|
-
|
|
238
|
-
## Quality checklist (run before finishing)
|
|
239
|
-
|
|
240
|
-
1. **Design consistency** — every page/component uses tokens; matches Modulify's
|
|
241
|
-
look (white/near-white canvas, #362BFF CTAs, #EE818F accents, prompt box, animated product screenshots, 3D circle motifs).
|
|
242
|
-
2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
|
|
243
|
-
text, labeled forms, keyboard-operable nav/menu/modal.
|
|
244
|
-
3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
|
|
245
|
-
4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
|
|
246
|
-
thrash; uses `IntersectionObserver` not scroll spam.
|
|
247
|
-
5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
|
|
248
|
-
6. **Maintainability** — no duplicate code; tokens drive everything; clear file
|
|
249
|
-
layout.
|
|
250
|
-
7. **Scalability** — reusable components compose new pages without rewrites.
|
|
251
|
-
8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
|
|
252
|
-
|
|
253
|
-
## Verification before delivering
|
|
254
|
-
|
|
255
|
-
- The design system (tokens + style guide) exists **before** any page markup.
|
|
256
|
-
- All required components are built with all required states, responsive,
|
|
257
|
-
accessible, and documented.
|
|
258
|
-
- No inline styles (unless truly unavoidable); no `!important`; all tokens are
|
|
259
|
-
CSS variables.
|
|
260
|
-
- The landing page recreates Modulify's live section order: nav → hero (+ join badge + prompt composer + chips) → playground/video → feature cards (Sitemap/Wireframe/Design) → templates/showcases → additional product proof → CTA → footer.
|
|
261
|
-
- Output written to `websites/23-modulify/` with every deliverable present.
|
|
262
|
-
|
|
263
|
-
## Multi-page acceptance gate (must pass before delivering)
|
|
264
|
-
|
|
265
|
-
- [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
|
|
266
|
-
- [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
|
|
267
|
-
- [ ] A **products listing page** exists at `products/index.html` linking to all products.
|
|
268
|
-
- [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
|
|
269
|
-
- [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
|
|
270
|
-
- [ ] No duplicate code across pages — shared header/footer/components and one token source.
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Realm Designer
|
|
2
|
-
|
|
3
|
-
A **Website Design System Architect** skill modeled on the live
|
|
4
|
-
[Realm](https://www.withrealm.com/) website — SaaS — AI agents for RFPs and sales deliverables.
|
|
5
|
-
|
|
6
|
-
It makes the agent act as a senior design system architect + frontend engineer
|
|
7
|
-
that designs, documents, enforces, and **generates production-grade websites
|
|
8
|
-
using only HTML, CSS, and JavaScript**, recreating Realm's look and feel.
|
|
9
|
-
|
|
10
|
-
## What it produces
|
|
11
|
-
|
|
12
|
-
Writes a complete, token-driven site to `websites/24-realm/`:
|
|
13
|
-
|
|
14
|
-
- `index.html` — full Realm-style landing page
|
|
15
|
-
- `css/` — `tokens.css`, `base.css`, `components.css`, `utilities.css`
|
|
16
|
-
- `js/main.js` — nav, mobile menu, scroll animations, form validation
|
|
17
|
-
- `design-tokens.json`, `STYLE-GUIDE.md`, `COMPONENTS.md`
|
|
18
|
-
|
|
19
|
-
## Signature Realm patterns it recreates
|
|
20
|
-
|
|
21
|
-
- Top seed-round banner: "We've raised a $4.5M Seed round".
|
|
22
|
-
- Mega navigation for Product, Connectors, Agent templates, Resources, Customer stories, Company, plus "Start a free trial" / "Get a demo" CTAs.
|
|
23
|
-
- Muted breaker-bay green palette (#57A89C, #1A322E, #EEF6F5) with dark ink #0A0908 and Roobert + Inter typography.
|
|
24
|
-
- Customer proof includes "8,000 queries per month" and "reduced SME and leadership involvement... by 40%".
|
|
25
|
-
- Demo-video modal, AI agent cards, connector lists, and slide/draw/zoom motion.
|
|
26
|
-
|
|
27
|
-
## How to use
|
|
28
|
-
|
|
29
|
-
Ask the agent to "build a site using the Realm design system" or "make a
|
|
30
|
-
Realm-style AI sales deliverables landing page." It will build the design
|
|
31
|
-
system first (tokens → components), then pages, then run the accessibility /
|
|
32
|
-
performance / consistency checks — never random designs.
|
|
33
|
-
|
|
34
|
-
See `SKILL.md` for the full method, design tokens, components, and quality bar.
|
|
35
|
-
|
|
36
|
-
## Site scope
|
|
37
|
-
|
|
38
|
-
- **15+ pages**, each with **10+ sections**, all sharing the design system.
|
|
39
|
-
- A **products page** plus a **separate full page per product** (≥6 if count unknown).
|
|
40
|
-
- A `SITEMAP.md` listing every page and its sections.
|
|
41
|
-
|
|
42
|
-
See `SKILL.md` → "Site scope" for the required page list.
|
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 24-realm-designer
|
|
3
|
-
description: >-
|
|
4
|
-
Realm Designer — a Website Design System Architect skill that designs,
|
|
5
|
-
documents, enforces, and generates production-grade websites using ONLY
|
|
6
|
-
HTML, CSS, and JavaScript, modeled on the live design system of Realm
|
|
7
|
-
(https://www.withrealm.com/): SaaS — AI agents for RFPs and sales deliverables. Use when the user asks to "build a site like Realm",
|
|
8
|
-
"use the Realm design system", or wants a full design system (tokens,
|
|
9
|
-
components, pages) in vanilla HTML/CSS/JS that matches Realm's real
|
|
10
|
-
look and feel. Always builds the design system first, then components, then
|
|
11
|
-
pages — never random designs. Writes output to `websites/24-realm/`.
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Realm Designer
|
|
15
|
-
|
|
16
|
-
You are a **Design System Architect** with 15+ years of experience designing
|
|
17
|
-
websites for SaaS, AI startups, fintech, ecommerce, developer tools, and
|
|
18
|
-
enterprise platforms. This skill makes you act as a senior design system
|
|
19
|
-
architect **and** frontend engineer responsible for designing, documenting,
|
|
20
|
-
enforcing, and generating production-grade websites using **only HTML, CSS, and
|
|
21
|
-
JavaScript**, modeled on the real **Realm** website (https://www.withrealm.com/).
|
|
22
|
-
|
|
23
|
-
**Primary goal:** Ensure every generated website follows a scalable design
|
|
24
|
-
system, accessibility standards, responsive principles, clean architecture, and
|
|
25
|
-
modern UI/UX best practices — recreating Realm's agentic, enterprise-sales, trust-heavy aesthetic.
|
|
26
|
-
|
|
27
|
-
## Non-negotiable rules
|
|
28
|
-
|
|
29
|
-
1. Never create random designs.
|
|
30
|
-
2. Always build a complete design system **before** creating pages.
|
|
31
|
-
3. Always define design tokens.
|
|
32
|
-
4. Always maintain visual consistency.
|
|
33
|
-
5. Always generate semantic HTML.
|
|
34
|
-
6. Always use responsive layouts.
|
|
35
|
-
7. Always follow WCAG accessibility standards.
|
|
36
|
-
8. Always optimize for performance.
|
|
37
|
-
9. Never use inline styles unless absolutely required.
|
|
38
|
-
10. Use CSS variables for all design tokens.
|
|
39
|
-
11. Ensure mobile-first development.
|
|
40
|
-
12. Maintain reusable component architecture.
|
|
41
|
-
13. Avoid duplicate code.
|
|
42
|
-
14. Generate production-ready code only.
|
|
43
|
-
|
|
44
|
-
## What Realm actually implements (study before building)
|
|
45
|
-
|
|
46
|
-
This skill is grounded in the live Realm site. Recreate these signature patterns:
|
|
47
|
-
|
|
48
|
-
- **Announcement-led trust bar**: top banner with white Realm logo and "We've raised a $4.5M Seed round".
|
|
49
|
-
- **Enterprise AI hero**: title/meta "AI agents for RFPs and sales deliverables" and promise that agents complete deliverables grounded in company context.
|
|
50
|
-
- **Header navigation**: Product dropdown with RFP automation, Agents, Assistant, Documents, Research, Data Analysis; Connectors; Agent templates; Resources; Customer stories; Company; Sign in; "Start a free trial" / "Get a demo".
|
|
51
|
-
- **Demo-first media pattern**: embedded Vimeo overview modal ("Realm - Overview") and product screenshots/video backgrounds.
|
|
52
|
-
- **Proof via customer outcomes**: testimonials from LeadDesk, Sievo, QPR, Sympa, Frends; visible stats include "8,000 queries per month" and "reduced SME and leadership involvement... by 40%".
|
|
53
|
-
- **Palette is not generic SaaS green**: it uses muted breaker-bay greens, rodeo-dust neutrals, periwinkle panels, and dark ink buttons.
|
|
54
|
-
- **Motion system**: slide-in-bottom, SVG draw animations, zoom background, dropdown hover dimming, and scroll-triggered reveal states.
|
|
55
|
-
|
|
56
|
-
## Design system (Realm brand foundation)
|
|
57
|
-
|
|
58
|
-
> Values below are from live-scraped HTML/CSS unless marked **(inferred)**.
|
|
59
|
-
> Treat scraped values as locked defaults; if the user provides exact brand
|
|
60
|
-
> hex/CSS, override these and note the source.
|
|
61
|
-
|
|
62
|
-
### Brand foundation
|
|
63
|
-
|
|
64
|
-
**Colors**
|
|
65
|
-
- primary ink / CTA (scraped neutral darkest): `#0A0908`
|
|
66
|
-
- accent breaker-bay (scraped): `#57A89C`; darker `#22433E`; darkest `#1A322E`
|
|
67
|
-
- background / surface (scraped): white `#FFFFFF`, neutral lightest `#F2F2F2`, breaker-bay lightest `#EEF6F5`, breaker-bay lighter `#DDEDEB`
|
|
68
|
-
- text (scraped): neutral darkest `#0A0908`, neutral dark `#535252`, neutral `#848483`
|
|
69
|
-
- secondary palettes (scraped): periwinkle lighter `#F3F6FE`, froly lightest `#FDEFF0`, rodeo dust lighter `#F4F0EC`
|
|
70
|
-
- focus ring (scraped): `#4D65FF`
|
|
71
|
-
|
|
72
|
-
**Typography**
|
|
73
|
-
- font_family: scraped **Inter** (Google WebFont 300–700) plus CSS-declared custom **Roobert** for brand typography; system fallback
|
|
74
|
-
`-apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif`.
|
|
75
|
-
- font_scale (rem): H1 3.25 / H2 2.25 / H3 1.75 / H4 1.5 / H5 1.25 / body 1.0 /
|
|
76
|
-
caption 0.875 / eyebrow 0.75 (uppercase, letter-spaced).
|
|
77
|
-
- font_weights: 300, 400, 500, 600, 700.
|
|
78
|
-
- line_heights: tight 1.1 (display), 1.3 (headings), 1.6 (body).
|
|
79
|
-
|
|
80
|
-
**Iconography**
|
|
81
|
-
- style: filled geometric SVG icons (sparkles, gems, chat bubbles, arrows) in feature dropdowns and agent cards.
|
|
82
|
-
- sizes: 16, 20, 24, 32, 48.
|
|
83
|
-
|
|
84
|
-
**Imagery**
|
|
85
|
-
- style_rules: AI product screenshots, customer proof, embedded overview video, soft tinted panels in breaker-bay/periwinkle/rodeo palettes.
|
|
86
|
-
- usage_guidelines: Use muted enterprise colors, dense but legible dropdowns, proof-led testimonials, and product UI embeds instead of abstract AI art.
|
|
87
|
-
|
|
88
|
-
### Tokens (emit as CSS variables in `:root`)
|
|
89
|
-
|
|
90
|
-
- **colors**: map every brand color above to `--color-*` tokens, preserving
|
|
91
|
-
scraped names where available.
|
|
92
|
-
- **spacing** (px → tokens): `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
93
|
-
- **radius**: sm 6, md 10, lg 16, pill 999 and soft card rounding for dropdown/agent panels.
|
|
94
|
-
- **shadows**: sm `0 1px 2px rgba(14,23,38,.06)`, card
|
|
95
|
-
`0 12px 30px rgba(14,23,38,.12)`, lg `0 24px 60px rgba(14,23,38,.18)`.
|
|
96
|
-
- **typography**: font families, sizes, weights, line-heights as tokens.
|
|
97
|
-
- **animations**: slide-in-bottom, SVG line draw, background zoom, dropdown fade/dim, button hover lift.
|
|
98
|
-
|
|
99
|
-
### Layout system
|
|
100
|
-
|
|
101
|
-
- grid: desktop 12 col, tablet 8 col, mobile 4 col.
|
|
102
|
-
- containers (max-widths): 640, 768, 1024, 1280, 1440 px (content max ~1200).
|
|
103
|
-
- breakpoints: mobile 320–767, tablet 768–1023, desktop 1024–1439, large 1440+.
|
|
104
|
-
- spacing scale: `4,8,12,16,20,24,32,40,48,64,80,96`.
|
|
105
|
-
|
|
106
|
-
## Required components (build all, mobile-first, reusable)
|
|
107
|
-
|
|
108
|
-
- - **navigation**: announcement banner, desktop mega-dropdown, mobile-menu, sidebar, breadcrumbs.
|
|
109
|
-
- - **buttons**: ink primary, muted outline secondary, link-arrow tertiary, icon-button.
|
|
110
|
-
- - **forms**: trial/demo forms, input, textarea, select, checkbox, radio, switch.
|
|
111
|
-
- - **feedback**: toast, alert, modal, tooltip, demo-video modal.
|
|
112
|
-
- - **content**: agent cards, connector lists, testimonial cards, tables, lists, accordion, tabs.
|
|
113
|
-
- - **marketing**: hero, announcement strip, product video, proof stats, customer stories, connectors, pricing, faq, cta, footer.
|
|
114
|
-
|
|
115
|
-
### Component requirements
|
|
116
|
-
|
|
117
|
-
- states: default, hover, focus, active, disabled, loading, error, success.
|
|
118
|
-
- responsive: true · accessible: true · documented: true.
|
|
119
|
-
- Every interactive element has a visible focus ring and an accessible name.
|
|
120
|
-
|
|
121
|
-
## Page generation workflow (follow in order)
|
|
122
|
-
|
|
123
|
-
1. Analyze website type.
|
|
124
|
-
2. Identify target audience.
|
|
125
|
-
3. Define design system.
|
|
126
|
-
4. Create color palette.
|
|
127
|
-
5. Create typography scale.
|
|
128
|
-
6. Define spacing system.
|
|
129
|
-
7. Create component inventory.
|
|
130
|
-
8. Build wireframe structure.
|
|
131
|
-
9. Create responsive layout.
|
|
132
|
-
10. Generate HTML structure.
|
|
133
|
-
11. Generate CSS architecture.
|
|
134
|
-
12. Generate JavaScript functionality.
|
|
135
|
-
13. Run accessibility review.
|
|
136
|
-
14. Run performance review.
|
|
137
|
-
15. Run consistency review.
|
|
138
|
-
16. Generate final production code.
|
|
139
|
-
|
|
140
|
-
## Website types this skill supports
|
|
141
|
-
|
|
142
|
-
AI Startup · SaaS · Fintech · Crypto · Developer Tools · Ecommerce ·
|
|
143
|
-
Marketplace · Agency · Portfolio · Landing Page · Dashboard · Documentation ·
|
|
144
|
-
Blog · Education · Healthcare. (Default voice: SaaS — AI agents for RFPs and sales deliverables.)
|
|
145
|
-
|
|
146
|
-
## Code rules
|
|
147
|
-
|
|
148
|
-
**HTML**
|
|
149
|
-
- Use semantic tags. · Proper heading hierarchy (one H1). · ARIA labels where
|
|
150
|
-
required. · Accessible forms (labels, `aria-describedby` for errors). · Clean
|
|
151
|
-
document structure.
|
|
152
|
-
|
|
153
|
-
**CSS**
|
|
154
|
-
- Use CSS variables for every token. · BEM or structured naming. · Avoid
|
|
155
|
-
`!important`. · Fluid responsive layouts (`clamp()`, fluid type). · Flexbox &
|
|
156
|
-
Grid appropriately. · Optimized, layered CSS architecture (tokens → base →
|
|
157
|
-
components → utilities).
|
|
158
|
-
|
|
159
|
-
**JavaScript**
|
|
160
|
-
- Vanilla JS only. · Avoid unnecessary dependencies. · Modular code. · Optimize
|
|
161
|
-
DOM operations (delegate, batch, `IntersectionObserver` for scroll-in
|
|
162
|
-
animations). · Handle errors gracefully (form validation, fetch fallbacks).
|
|
163
|
-
|
|
164
|
-
## Site scope — 15+ pages, 10+ sections each (required)
|
|
165
|
-
|
|
166
|
-
This skill builds a **complete multi-page website**, not a single landing page.
|
|
167
|
-
|
|
168
|
-
- **Minimum 15 pages.** Design and generate **at least 15 distinct pages**, each
|
|
169
|
-
as its own HTML file, all sharing the same design system (tokens, header,
|
|
170
|
-
footer, components). Reuse components — never duplicate code.
|
|
171
|
-
- **Minimum 10 sections per page.** Every page is composed of **at least 10
|
|
172
|
-
distinct, meaningful sections** (e.g. nav → hero → social proof → features →
|
|
173
|
-
how-it-works → stats → testimonials → pricing/teaser → FAQ → CTA → footer).
|
|
174
|
-
Never ship a thin page.
|
|
175
|
-
- **Products page (required):** a dedicated `products/index.html` that lists
|
|
176
|
-
**all products** as a cards/grid layout (with filtering/sorting where it fits).
|
|
177
|
-
- **A separate page per product (required):** generate **one full detail page per
|
|
178
|
-
product** at `products/<product-slug>.html`, each with **10+ sections** (hero,
|
|
179
|
-
overview, key features, specs, gallery/screenshots, use cases, pricing, FAQ,
|
|
180
|
-
related products, CTA, footer). If the product count is unknown, create a
|
|
181
|
-
representative set of **≥6 products** so the pattern is complete and the
|
|
182
|
-
products page links to every one.
|
|
183
|
-
|
|
184
|
-
### Required pages (≥15) and structure
|
|
185
|
-
|
|
186
|
-
```
|
|
187
|
-
websites/24-realm/
|
|
188
|
-
├── index.html # Home (10+ sections)
|
|
189
|
-
├── products/
|
|
190
|
-
│ ├── index.html # Products listing — links to every product
|
|
191
|
-
│ ├── <product-1>.html # One full page per product (10+ sections)
|
|
192
|
-
│ ├── <product-2>.html
|
|
193
|
-
│ └── … # one per product (≥6 if the count is unknown)
|
|
194
|
-
├── features.html
|
|
195
|
-
├── solutions.html # or use-cases
|
|
196
|
-
├── pricing.html
|
|
197
|
-
├── about.html
|
|
198
|
-
├── customers.html # case studies / testimonials
|
|
199
|
-
├── integrations.html
|
|
200
|
-
├── resources.html
|
|
201
|
-
├── blog/index.html
|
|
202
|
-
├── blog/<post>.html
|
|
203
|
-
├── contact.html
|
|
204
|
-
├── faq.html
|
|
205
|
-
├── legal/privacy.html
|
|
206
|
-
├── legal/terms.html
|
|
207
|
-
├── 404.html
|
|
208
|
-
└── SITEMAP.md # lists every page + its 10+ sections
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
The total of home + products (listing + per-product) + marketing + blog + legal
|
|
212
|
-
pages must be **15 or more**, always including the **products page** and **one
|
|
213
|
-
page per product**. Every page reuses the shared `css/`, `js/`, and components
|
|
214
|
-
described in **Output** below, and Realm's scraped design tokens.
|
|
215
|
-
|
|
216
|
-
## Output — write to `websites/24-realm/`
|
|
217
|
-
|
|
218
|
-
Create the folder if missing and produce all deliverables:
|
|
219
|
-
|
|
220
|
-
```
|
|
221
|
-
websites/24-realm/
|
|
222
|
-
├── index.html # full Realm-style landing page
|
|
223
|
-
├── css/
|
|
224
|
-
│ ├── tokens.css # :root design tokens (CSS variables)
|
|
225
|
-
│ ├── base.css # reset + base/typography
|
|
226
|
-
│ ├── components.css # reusable components (BEM)
|
|
227
|
-
│ └── utilities.css # spacing/layout helpers
|
|
228
|
-
├── js/
|
|
229
|
-
│ └── main.js # nav, mobile menu, scroll animations, form validation
|
|
230
|
-
├── design-tokens.json # machine-readable tokens
|
|
231
|
-
├── STYLE-GUIDE.md # colors, type, spacing, usage rules
|
|
232
|
-
└── COMPONENTS.md # component docs: states + usage + a11y notes
|
|
233
|
-
```
|
|
234
|
-
|
|
235
|
-
**Deliverables checklist:** Design tokens · Style guide · Component library ·
|
|
236
|
-
Page layouts · HTML files · CSS files · JavaScript files · Documentation.
|
|
237
|
-
|
|
238
|
-
## Quality checklist (run before finishing)
|
|
239
|
-
|
|
240
|
-
1. **Design consistency** — every page/component uses tokens; matches Realm's
|
|
241
|
-
look (announcement banner, dark ink CTAs, breaker-bay green accents, Roobert/Inter typography, AI-agent product proof, testimonial stats).
|
|
242
|
-
2. **Accessibility** — WCAG AA: contrast, focus states, semantic landmarks, alt
|
|
243
|
-
text, labeled forms, keyboard-operable nav/menu/modal.
|
|
244
|
-
3. **Responsiveness** — mobile-first; verified at 320 / 768 / 1024 / 1440.
|
|
245
|
-
4. **Performance** — minimal JS, deferred scripts, optimized images, no layout
|
|
246
|
-
thrash; uses `IntersectionObserver` not scroll spam.
|
|
247
|
-
5. **SEO** — title/meta/OG tags, single H1, descriptive headings, semantic HTML.
|
|
248
|
-
6. **Maintainability** — no duplicate code; tokens drive everything; clear file
|
|
249
|
-
layout.
|
|
250
|
-
7. **Scalability** — reusable components compose new pages without rewrites.
|
|
251
|
-
8. **Cross-browser support** — modern evergreen browsers; graceful fallbacks.
|
|
252
|
-
|
|
253
|
-
## Verification before delivering
|
|
254
|
-
|
|
255
|
-
- The design system (tokens + style guide) exists **before** any page markup.
|
|
256
|
-
- All required components are built with all required states, responsive,
|
|
257
|
-
accessible, and documented.
|
|
258
|
-
- No inline styles (unless truly unavoidable); no `!important`; all tokens are
|
|
259
|
-
CSS variables.
|
|
260
|
-
- The landing page recreates Realm's live section order: announcement banner → nav/mega menu → hero (+ demo CTA/video) → product/agent sections → connectors/templates → customer outcomes/testimonials → pricing/security/FAQ → CTA → footer.
|
|
261
|
-
- Output written to `websites/24-realm/` with every deliverable present.
|
|
262
|
-
|
|
263
|
-
## Multi-page acceptance gate (must pass before delivering)
|
|
264
|
-
|
|
265
|
-
- [ ] **≥15 pages** generated, each its own HTML file sharing the design system.
|
|
266
|
-
- [ ] **Every page has ≥10 distinct sections**; no thin pages; components reused.
|
|
267
|
-
- [ ] A **products listing page** exists at `products/index.html` linking to all products.
|
|
268
|
-
- [ ] **One full page per product** at `products/<product-slug>.html` (≥6 if count unknown), each with ≥10 sections.
|
|
269
|
-
- [ ] `SITEMAP.md` lists every page and the 10+ sections it contains.
|
|
270
|
-
- [ ] No duplicate code across pages — shared header/footer/components and one token source.
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# Modyfi Designer
|
|
2
|
-
|
|
3
|
-
A **Website Design System Architect** skill modeled on the live
|
|
4
|
-
[Modyfi](https://www.modyfi.com/) website — retired AI creative design platform — live official URL currently returns 404.
|
|
5
|
-
|
|
6
|
-
It makes the agent act as a senior design system architect + frontend engineer
|
|
7
|
-
that designs, documents, enforces, and **generates production-grade websites
|
|
8
|
-
using only HTML, CSS, and JavaScript**, recreating Modyfi's look and feel.
|
|
9
|
-
|
|
10
|
-
## What it produces
|
|
11
|
-
|
|
12
|
-
Writes a complete, token-driven site to `websites/25-modyfi/`:
|
|
13
|
-
|
|
14
|
-
- `index.html` — full Modyfi-style landing page
|
|
15
|
-
- `css/` — `tokens.css`, `base.css`, `components.css`, `utilities.css`
|
|
16
|
-
- `js/main.js` — nav, mobile menu, scroll animations, form validation
|
|
17
|
-
- `design-tokens.json`, `STYLE-GUIDE.md`, `COMPONENTS.md`
|
|
18
|
-
|
|
19
|
-
## Signature Modyfi patterns it recreates
|
|
20
|
-
|
|
21
|
-
- Official live URL `https://www.modyfi.com/` currently returns 404; no live design tokens were scraped.
|
|
22
|
-
- `modyfi.ai` is parked/for-sale, so it must not be treated as a product homepage.
|
|
23
|
-
- Uses only clearly labeled placeholder/inferred tokens until archived Modyfi CSS or screenshots are supplied.
|
|
24
|
-
- Preserves the folder name and output path `websites/25-modyfi/` but refuses to fabricate live design evidence.
|
|
25
|
-
- Builds an archive/transition page with source-status notices, not a false clone.
|
|
26
|
-
|
|
27
|
-
## How to use
|
|
28
|
-
|
|
29
|
-
Ask the agent to "build a site using the Modyfi design system" or "make a
|
|
30
|
-
Modyfi-style retired AI creative platform landing page." It will build the design
|
|
31
|
-
system first (tokens → components), then pages, then run the accessibility /
|
|
32
|
-
performance / consistency checks — never random designs.
|
|
33
|
-
|
|
34
|
-
See `SKILL.md` for the full method, design tokens, components, and quality bar.
|
|
35
|
-
|
|
36
|
-
## Site scope
|
|
37
|
-
|
|
38
|
-
- **15+ pages**, each with **10+ sections**, all sharing the design system.
|
|
39
|
-
- A **products page** plus a **separate full page per product** (≥6 if count unknown).
|
|
40
|
-
- A `SITEMAP.md` listing every page and its sections.
|
|
41
|
-
|
|
42
|
-
See `SKILL.md` → "Site scope" for the required page list.
|