frontend-landing/building-components/SKILL.md
# 🧱 Building Components > All visual components for the immersive storybook landing page. --- ## Sub-Skills | # | File | What It Covers | |---|------|----------------| | 01 | [Theme & CSS](01-theme-and-css.md) | CSS custom properties, glassmorphism, gradients, glow effects, keyframes | | 02 | [Scene Config](02-scene-config.md) | The PAGES[] data array, transition variants, TypeScript interfaces | | 03 | [Intro Sequence](03-intro-sequence.md) | Branded loading animation with sessionStorage p
npx skillsauth add 7a336e6e/skills frontend-landing/building-componentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
All visual components for the immersive storybook landing page.
| # | File | What It Covers | |---|------|----------------| | 01 | Theme & CSS | CSS custom properties, glassmorphism, gradients, glow effects, keyframes | | 02 | Scene Config | The PAGES[] data array, transition variants, TypeScript interfaces | | 03 | Intro Sequence | Branded loading animation with sessionStorage persistence | | 04 | Mascot / Guide | Animated character with speech bubbles, pupil tracking, blink, typewriter | | 05 | Scene Templates | Hero, Problem, Solution, Product, Process, Stats, Embed archetypes | | 06 | Page Indicator | Vertical dot timeline with labels and direct navigation | | 07 | Mobile Responsive | Breakpoint strategy, touch targets, hidden elements, overflow handling |
All colors flow from the scene config. Each page has a color property that drives:
radial-gradient with the page color at 4-6% opacity)This means you define colors once in the PAGES[] config, and every component adapts.
The journey is a single file containing:
This is intentional. These components are tightly coupled to the storybook flow and share state. Extracting them into separate files would create prop-drilling or require a context provider — unnecessary complexity for a single-page experience.
Extract only:
Start with → 01 — Theme & CSS
development
Implement features using the Red-Green-Refactor cycle to ensure testability and correctness from the start.
data-ai
Manage the `tasks.md` ledger with strict locking and collision avoidance protocols to allow multiple agents to work in parallel safely.
development
The git-workflow skill defines branching conventions, commit message formats, and pull request standards that all agents must follow for consistent version control.
development
The environment-config skill standardizes how agents manage environment variables, secrets, and application configuration across local development and deployed environments.