Install
openclaw skills install prototype-factoryHigh-fidelity interactive prototype production (Flutter, SwiftUI, React) with motion, stock assets, and pitch-ready handoff. Use when asked to design/build "modern" or "clean" demos, MVPs, or showcase apps—especially when the request includes UI polish, animations, or multimedia embeds.
openclaw skills install prototype-factorySpin up polished, demo-ready product experiences fast. This skill covers everything from intake → UX blueprint → design system → code scaffolding → motion/media → QA → handoff. Default to Flutter unless user mandates another stack.
References
/prototype-notes.md inside the project root./lib/data/sample.json (Flutter) or /src/data (React).assets/media/ and note licenses.svgo) and organized (assets/icons/).Curves.easeOutCubic / Cubic equivalents.flutter create <project>
cd <project>
flutter pub add google_fonts cached_network_image go_router lottie
lib/ui/ (screens), lib/widgets/, lib/theme/, lib/data/.ThemeData with color scheme + typography (Space Grotesk / Inter).CustomScrollView + Slivers for immersive hero layouts.video_player or chewie. Host MP4 on CDN/HTTPS.NeonCard, GlassButton, etc. for reuse.npm create vite@latest prototype -- --template react-ts
cd prototype
npm install framer-motion tailwindcss @radix-ui/themes
public/media/ and lazy-load heavy assets.DesignSystem.swift for colors/typography.matchedGeometryEffect for hero transitions, AVPlayer for background video.flutter analyze or npm run lint and npm run build to ensure prod builds succeed./README.md with stack, commands, credentials, and feature tour./docs/shots/./docs/roadmap.md.