coherence-live-preview

Register experiments and start the Vite development server with hot-reloading for Coherence UI prototypes in React environments.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/unthinkmedia/vibe-azure --skill coherence-live-preview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coherence-live-preview
Source: https://github.com/unthinkmedia/vibe-azure/tree/main/.github/skills/coherence-live-preview
Command: npx skills add https://github.com/unthinkmedia/vibe-azure --skill coherence-live-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of developing and previewing Coherence UI prototypes, allowing developers to see their changes instantly without manual server restarts.

Core Features & Use Cases

  • Automated Experiment Registration: Adds new prototypes to the experiment picker.
  • Vite Dev Server Management: Starts and hot-reloads prototypes in the browser.
  • Use Case: When you create a new Coherence UI component prototype in a .tsx file, this Skill can automatically register it and start a live-reloading preview server so you can see your changes immediately.

Quick Start

Use the coherence-live-preview skill to register and preview the new component in the experiment picker.

Frequently Asked Questions about coherence-live-preview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up live preview for React UI prototypes in Vite?

Live preview for React UI prototypes is managed by starting the Vite development server with hot-reloading, allowing instant visualization of component changes without manual restarts.

How do I register a new React component in the experiment picker?

Registering a new React component prototype requires adding it to the experiment registry using specific formats and component export conventions for seamless integration into the picker.

Do I need specific export conventions to use Vite hot-reloading for prototypes?

Yes, Vite hot-reloading for prototypes requires adherence to specific component export conventions and registry formats to ensure the Coherence UI prototypes integrate seamlessly into the development environment.

Why are my Coherence UI prototypes not showing up in the preview server?

Coherence UI prototypes may not appear in the preview server if the registry formats or component export conventions in the .tsx files are not correctly followed during the experiment registration process.

What is the best way to manage a Vite dev server for UI prototyping?

Managing a Vite dev server for UI prototyping involves automating experiment registration and utilizing hot-reloading to instantly reflect changes made to Coherence UI components in the browser.

Can I use this live preview workflow without manually restarting the development server?

Yes, the live preview workflow uses Vite hot-reloading to automatically reflect changes to Coherence UI prototypes in the browser, eliminating the need for manual development server restarts.