vite-browser

Route to one focused skill as early as possible. Do not run all skills by default.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vite-browser" with this command: npx skills add MapleCity1314/vite-browser

vite-browser

Route to one focused skill as early as possible. Do not run all skills by default.

Skill routing

  • General app bug, component/state confusion, unknown broken UI:

  • skills/vite-browser-core-debug/SKILL.md

  • HMR/reload loops, recent code change caused failure, full reloads, stack mapping, "which update caused this":

  • skills/vite-browser-runtime-diagnostics/SKILL.md

  • API/data mismatch, request failures, wrong payload, auth/cookie/CORS regressions:

  • skills/vite-browser-network-regression/SKILL.md

  • Pre-merge/pre-release final verification:

  • skills/vite-browser-release-smoke/SKILL.md

Routing rules

  • Start with core-debug when the symptom is broad or unclear.

  • Switch immediately to runtime-diagnostics if the issue is tied to a recent edit, HMR, refresh, reload, or Vite runtime instability.

  • Switch to network-regression if the main symptom is bad data, missing data, request failure, or request/response mismatch.

  • Use release-smoke only for final validation or sign-off, not root-cause discovery.

If two skills apply:

  • core-debug -> runtime-diagnostics

  • core-debug -> network-regression

  • runtime-diagnostics -> network-regression only if runtime diagnosis suggests the visible failure is downstream of an API problem

Shared bootstrap for all routed skills

vite-browser open <url> vite-browser detect vite-browser errors --mapped --inline-source vite-browser logs

Treat errors --mapped --inline-source as the primary error read when reproducing live runtime failures in v0.3.3+ . It can surface browser-side runtime errors even when the Vite overlay is absent, and its output now pairs more reliably with propagation diagnosis in live Vue repros.

Then continue with the selected specialized skill and stop using the router skill.

Command groups (current CLI)

Browser

vite-browser open <url> [--cookies-json <file>] vite-browser close vite-browser goto <url> vite-browser back vite-browser reload

Framework

vite-browser detect vite-browser vue tree [id] vite-browser vue pinia [store] vite-browser vue router vite-browser react tree [id] vite-browser react store list vite-browser react store inspect <name> vite-browser react hook health vite-browser react hook inject vite-browser react commits [--limit <n>] vite-browser react commits clear vite-browser svelte tree [id]

Runtime and Diagnosis

vite-browser vite runtime vite-browser vite hmr vite-browser vite hmr trace --limit <n> vite-browser vite hmr clear vite-browser vite module-graph [--filter <txt>] [--limit <n>] vite-browser vite module-graph trace [--filter <txt>] [--limit <n>] vite-browser vite module-graph clear vite-browser errors --mapped --inline-source vite-browser correlate errors [--window <ms>] vite-browser correlate errors --mapped --inline-source vite-browser correlate renders [--window <ms>] vite-browser diagnose propagation [--window <ms>] vite-browser diagnose hmr [--window <ms>] [--limit <n>]

Utilities

vite-browser network [idx] vite-browser screenshot vite-browser eval <script>

Install CLI:

npm install -g @presto1314w/vite-devtools-browser npx playwright install chromium

Install skill:

npx skills add MapleCity1314/vite-browser

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated
General

51mee-resume-parse

简历解析。触发场景:用户上传简历文件要求解析、提取结构化信息。

Archived SourceRecently Updated