vite-browser-network-regression

vite-browser-network-regression is a skill for Claude Code, Codex from MapleCity1314/vite-browser. It costs 117 tokens per session (475 once invoked), scanned A, original, MIT.

A troubleshooting workflow for incorrect or missing API data in Vite web applications. Vite is a tool commonly used to develop and serve frontend projects.

In plain words
What is it for?
Use it to investigate failed requests, HTTP errors such as 401 or 404, CORS problems, authentication mismatches, and data that does not appear correctly in the page.
Why use it?
It connects network requests, server responses, browser errors, and visible page state so the source of a data problem can be identified.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate failed requests, HTTP errors such as 401 or 404, CORS problems, authentication mismatches, and data that does not appear correctly in the page.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maplecity1314/vite-browser/vite-browser-network-regression
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MapleCity1314/vite-browser --skill vite-browser-network-regression
Clone the repo
git clone --depth 1 https://github.com/MapleCity1314/vite-browser

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vite-browser-network-regression

README.md
[![agentmods](https://agentmods.dev/badge/skills/maplecity1314/vite-browser/vite-browser-network-regression/github.svg)](https://agentmods.dev/skills/maplecity1314/vite-browser/vite-browser-network-regression)
Your own site
<a href="https://agentmods.dev/skills/maplecity1314/vite-browser/vite-browser-network-regression"><img src="https://agentmods.dev/badge/skills/maplecity1314/vite-browser/vite-browser-network-regression/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vite-browser-network-regression

Your own site · 80×15
<a href="https://agentmods.dev/skills/maplecity1314/vite-browser/vite-browser-network-regression"><img src="https://agentmods.dev/badge/skills/maplecity1314/vite-browser/vite-browser-network-regression.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 475 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.00475
Opus 5 $0.00059 $0.00237
Sonnet 5 $0.00023 $0.00095
Haiku 4.5 $0.00012 $0.00047

Measured 9d ago against content hash 90ac34288360, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

vite-browser-network-regression scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vite-browser-network-regression/SKILL.md · 64 lines

What it actually says

vite-browser-network-regression

Use this skill to isolate request/response regressions quickly.

Workflow

  1. Open page and reproduce action.
  2. List network traffic and identify suspicious entries (4xx/5xx/FAIL/slow).
  3. Inspect target request in detail.
  4. Correlate with UI state and console errors.
  5. If the request failure appears only after a hot update or reload loop, switch to vite-browser-runtime-diagnostics.

Commands

vite-browser open <url>
vite-browser errors --mapped
vite-browser logs
vite-browser network
vite-browser network <idx>
vite-browser eval '<state-probe>'
vite-browser screenshot

Analysis checklist

For each failed/suspicious request:

  1. URL and method correct?
  2. Status and response body expected?
  3. Request headers/body complete?
  4. CORS/auth/cookie mismatch?
  5. UI state consistent with response?
  6. Did the failure start only after a recent HMR update?

Output format

Always include:

  1. Failing request index and endpoint
  2. Concrete mismatch (request or response)
  3. Likely ownership (frontend request build vs backend response)
  4. Confidence: high, medium, or low
  5. Exact re-test command sequence

When to switch skills

If diagnosis reveals the root cause is actually:

  • HMR/runtime issue (failure only after hot update, module errors) → switch to vite-browser-runtime-diagnostics
  • Component state or framework-specific issue → switch to vite-browser-core-debug
  • Need final pre-release validation → switch to vite-browser-release-smoke
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 64 lines · 117 tokens per session scan A 90ac34288360

Subscribe to this mod's changes

vite-browser-network-regression is a skill published in the GitHub repository MapleCity1314/vite-browser (9 stars, last pushed 4mo ago), licensed MIT. It adds 117 tokens to every session and 475 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

surf

Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.

nicobailon/surf-cli · 60 tokens

agent-inspect

Local evidence debugger and trajectory-test toolkit for TypeScript AI agents. Use when capturing framework-faithful traces, asserting TraceContract/TraceFacts, packaging Evidence v2, or inspecting local runs over read-only MCP (gettracefacts).

rajudandigam/agent-inspect · 52 tokens

angular

Use when building, refactoring, or debugging Angular (v20/21+): standalone components, signals, zoneless change detection, @if/@for/@defer control flow, inject() DI, resource()/httpResource(), RxJS interop, NgRx SignalStore, ng CLI. NOT React (that is react), NOT Next.js (that is nextjs), NOT a TypeScript language…

ericrisco/rsc-harness · 89 tokens

aiox-dev

Full Stack Developer (Dex). Use for code implementation, debugging, refactoring, and development best practices.

SynkraAI/aiox-core · 24 tokens

module-federation

Add, review, or debug client-rendered Module Federation support in Rsbuild-first TypeScript applications. Covers host/remote roles, exposes, remotes, shared dependencies, generated types, runtime loading failures, and observability checks.

soulcodex/agentic · 51 tokens

swiftui-performance-audit

Audit and improve SwiftUI runtime performance. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps.

patrickserrano/lacquer · 45 tokens