storytelling-web
Create stunning, animation-rich exploratory visual web pages from text content. Supports both Slides mode (presentation-style with slide navigation) and Scrolling mode (scroll-driven narrative with progressive animations). Use when the user wants to transform text into immersive web experiences with distinctive visual design, smooth animations, and engaging interactions. Generates zero-dependency single-file HTML.
What this skill does
# Storytelling Web Create stunning, animation-rich exploratory visual web pages from text content — choose between **slide-based presentations** or **scroll-driven narratives**. ## Core Philosophy 1. **Zero Dependencies** — Single HTML files with inline CSS/JS. No npm, no build tools. 2. **Show, Don't Tell** — Generate visual previews, not abstract choices. People don't know what they want until they see it. 3. **Distinctive Design** — Avoid generic "AI slop" aesthetics. Every experience should feel custom-crafted. 4. **Production Quality** — Code should be well-commented, accessible, and performant. ## Phase 0: Content Discovery First, understand the user's needs and gather content: ### Step 0.1: User Requirements Understand what the user wants to achieve: **Question 1: Purpose** - Header: "Purpose" - Question: "What is this for?" - Options: - "Pitch/Investment" — Selling an idea, product, or company - "Teaching/Education" — Explaining concepts, tutorials, guides - "Story/Narrative" — Sharing experiences, journalism, creative writing - "Update/Report" — Status updates, project reviews, documentation **Question 2: Length** - Header: "Length" - Question: "How much content do you have?" - Options: - "Short" — Quick read, 3-5 slides or sections - "Medium" — Standard length, 6-15 slides or sections - "Long" — Comprehensive, 15+ slides or sections ### Step 0.2: Content Gathering Get the actual content from the user: **Question 1: Content Status** - Header: "Content" - Question: "Do you have the content ready?" - Options: - "I have all content ready" — Just need to design it - "I have rough notes" — Need help organizing - "I have a topic only" — Need help creating from scratch If user has content, ask them to share it (text, bullet points, images, etc.). ## Phase 1: Choose Mode Based on the content understanding, provide helpful context about both modes, then let the user choose. ### Step 1.1: Mode Analysis (Informational) Analyze the user's content from Phase 0 and share insights: **For your content:** - **Slides mode** works well if: [explain why slides might fit based on their purpose/length] - Structured, sequential presentation - Speaker-led experience with navigation control - Content that benefits from clear boundaries between sections - **Scrolling mode** works well if: [explain why scrolling might fit based on their purpose/length] - Exploratory, narrative-driven experience - Reader-controlled pacing - Content that flows naturally as a continuous story **Note:** These are just considerations — choose whichever mode aligns with your vision. You may have a clear preference already. ### Step 1.2: Mode Selection Question Then ask: - Header: "Experience Type" - Question: "Which mode would you like to use?" - Options: - **"Slides"** — Presentation with slide navigation, best for structured content. - **"Scrolling Story"** — Continuous scroll narrative, best for exploratory content. ## Phase 2: Style Discovery ### Step 2.1: Mood Selection **Question 1: Feeling** - Header: "Vibe" - Question: "What feeling should the audience have?" - Options: - "Impressed/Confident" — Professional, trustworthy, polished - "Excited/Energized" — Innovative, bold, dynamic - "Calm/Focused" — Clear, thoughtful, easy to follow - "Inspired/Moved" — Emotional, memorable, atmospheric - multiSelect: true (can choose up to 2) ### Step 2.2: Generate Style Previews Based on their mood selection and chosen mode (Slides or Scrolling), read the corresponding reference document ([references/slides-mode.md](references/slides-mode.md) or [references/scrolling-mode.md](references/scrolling-mode.md)) to understand the HTML architecture and design patterns for that mode. Also read [references/style-presets.md](references/style-presets.md) for detailed style presets including specific font pairings, color palettes, animation approaches, and signature elements to ensure distinctive, non-generic designs. Then generate **3 distinct style previews** as mini HTML files. Each file should contain only a small portion of content, serving as a draft for users to visually select from, showing: - Typography (font choices, heading/body hierarchy) - Color palette (background, accent, text colors) - Animation style (how elements enter) - Overall aesthetic feel Preview Styles to Consider (pick 3 based on mood): | Mood | Slides Options | Scrolling Options | |------|---------------|-------------------| | Impressed/Confident | "Corporate Elegant", "Dark Executive", "Clean Minimal" | "Swiss Modern", "Editorial Classic", "Professional Dark" | | Excited/Energized | "Neon Cyber", "Bold Gradients", "Kinetic Motion" | "Neon Nights", "Dynamic Energy", "Future Forward" | | Calm/Focused | "Paper & Ink", "Soft Muted", "Swiss Minimal" | "Zen Garden", "Clean Air", "Quiet Space" | | Inspired/Moved | "Cinematic Dark", "Warm Editorial", "Atmospheric" | "Midnight Cinema", "Golden Hour", "Misty Forest" | **IMPORTANT: Never use these generic patterns:** - Purple gradients on white backgrounds - Inter, Roboto, or system fonts - Standard blue primary colors - Predictable layouts **Instead, use distinctive choices:** - Unique font pairings (Clash Display, Satoshi, Cormorant Garamond, DM Sans, etc.) - Cohesive color themes with personality - Atmospheric backgrounds (gradients, subtle patterns, depth) - Signature animation moments ### Step 2.3: Present Previews Create the previews and present them to the user. Each preview should be: - Self-contained (inline CSS/JS) - A single slide (Slides) or hero section (Scrolling) showing the aesthetic - Animated to demonstrate motion style - ~50-300 lines Present to user: ``` I've created 3 style previews for you to compare: **Style A: [Name]** — [1 sentence description] **Style B: [Name]** — [1 sentence description] **Style C: [Name]** — [1 sentence description] Take a look and tell me: 1. Which style resonates most? 2. What do you like about it? 3. Anything you'd change? ``` Then use AskUserQuestion: **Question: Pick Your Style** - Header: "Style" - Question: "Which style preview do you prefer?" - Options: - "Style A: [Name]" — [Brief description] - "Style B: [Name]" — [Brief description] - "Style C: [Name]" — [Brief description] - "Mix elements" — Combine aspects from different styles If "Mix elements", ask for specifics. ## Phase 3: Generate Output ### Output Locations **Style Preview Outputs (Intermediate)** - Generated in Phase 2 for user to select from - Saved to `.agent-design/storytelling-web/` directory: ``` .agent-design/storytelling-web/ ├── style-a.html # First style option ├── style-b.html # Second style option ├── style-c.html # Third style option └── assets/ # Any shared assets ``` **Final Output** - **Location**: User's working directory root (where the task was initiated) - **Filename**: Based on the content title, e.g., `xxx.html` (use kebab-case, e.g., `my-presentation.html`, `my-story.html`) - **Requirements**: - Single self-contained HTML file with inline CSS/JS - Zero external dependencies (except Google Fonts CDN) - All content included based on user's provided material ### For Slides Mode Read [references/slides-mode.md](references/slides-mode.md) for: - Complete HTML architecture - Slide type patterns (title, content, split, image, quote, closing) - Navigation and keyboard controls - Animation patterns for slide transitions ### For Scrolling Mode Read [references/scrolling-mode.md](references/scrolling-mode.md) for: - Complete HTML architecture - Section type patterns (hero, text, image-text, full-bleed, quote) - Scroll-triggered animations - Progress bar implementation ## Design Principles (Both Modes) 1. **Typography Hierarchy** — Clear distinction between headings, body, captions 2. **Color Consistency** — Use CSS custom properties for easy theming 3. **Accessibility** — Sufficient contrast, semantic HTML, keyboard navigat
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.