Zero-dependency live-preview server providing an agent↔browser bidirectional companion. Watches a content directory, wraps HTML fragments in a frame template, broadcasts live-reload over WebSocket, and captures browser-side click events to a JSONL file. Use when an agent needs to show HTML to the user in a browser and react to clicks — mockups, design exploration, gallery browsing, multi-select choices, prototype iteration. Triggered by "live preview", "browser companion", "preview server", "browser mockup", "show in browser", "arkhe-preview", or any skill that wants to write HTML fragments and have the user see them reload in real time.
$npx -y skills add joaquimscosta/arkhe-claude-plugins --skill browser-companionInstalls into the current project.
Run `npx skills use "https://github.com/joaquimscosta/arkhe-claude-plugins" --skill "joaquimscosta/arkhe-claude-plugins/browser-companion"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/joaquimscosta/arkhe-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/joaquimscosta/arkhe-claude-plugins"` and select the relevant skills, then follow their instructions.