clone-prototype
SolidClone a real app's screens as pixel-accurate, self-contained HTML artboards on the prototype canvas. Overlay a grid on the reference and sample colours visually, derive one measured design-token block, generate one HTML file per screen from a single script, verify by re-rendering, and park the reference underneath its mockup. Use when asked to 100% copy / clone an app's UI, rebuild screens from screenshots or Mobbin, extract a design system from reference images, or check a mockup against its reference.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- ReScienceLab
- Repository
- ReScienceLab/super-prototyping
- Created
- 1 weeks ago
- Last Updated
- today
- Language
- HTML
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
new-ui-mock
Design a new screen, flow or component as a self-contained HTML artboard on the prototype canvas, built from the board's existing design tokens rather than invented values. Covers picking or extending the token block, generating a row of screens from one script, iterating against annotated screenshots, and verifying by rendering. Use when asked to mock up a new screen or feature, design variants/proposals to compare, extend an existing board with more states, or turn a spec into artboards.
prototype
Build production-feel HTML prototypes for sales demos and reviews. Runs a discovery Q&A, scaffolds a zero-dep static site (HTML + Tailwind CDN + theme/layout switchers + URL-state + feedback overlay + control bar) and runs a design-quality loop. Use when the user says "prototype", "mockup", "demo", "pitch page", "sales demo", "click-through", or describes a UI they want to show someone without building the real thing. Also handles /prototype variant "<vibe>" (fork a variant) and /prototype apply-feedback <file> (apply pinned feedback JSON).
prototype-setup
Run once per repo to make /prototype's wireframes look like your app instead of gray boxes. Finds your components, design tokens and fonts, confirms them with you, and writes .prototypes/kit.css + kit.md. Re-running it is how you change the answers.