next-browser

Inspect and control a Next.js dev server via React DevTools-like data.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/hasanjafri/rag-supportbot --skill next-browser-hasanjafri
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: next-browser
Source: https://github.com/hasanjafri/rag-supportbot/tree/main/.agents/skills/next-browser
Command: npx skills add https://github.com/hasanjafri/rag-supportbot --skill next-browser-hasanjafri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI enables agents to observe and control a browser-enabled Next.js dev server through React DevTools-like data, enabling streamlined debugging sessions.

Core Features & Use Cases

  • Provides React DevTools-like component trees, props, hooks, PPR shell analyses, errors, and network traces via shell commands.
  • Allows AI agents to navigate pages, fetch page data, take screenshots, and validate UI changes across Next.js routes.
  • Supports optional resources (scripts/references/assets) for extended workflows and knowledge management.

Quick Start

Open your Next.js dev server URL and start a debugging session with React DevTools-like commands.

Frequently Asked Questions about next-browser

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

FAQPage Schema
How do I debug a Next.js dev server using React DevTools data?▼

You can debug a Next.js dev server by running CLI commands that extract React DevTools-like data. This provides component trees, props, hooks, and network traces to streamline AI-assisted debugging sessions.

Can I inspect SSR and PPR shells in Next.js through a CLI?▼

Yes, you can inspect SSR and PPR shells through a CLI. The skill enables agents to observe server-side rendering and Partial Prerendering data alongside component trees and network activity.

How do I automate browser navigation and screenshots across Next.js routes?▼

Automate browser navigation by running shell commands that control the browser-enabled dev server. You can navigate pages, fetch page data, and take screenshots to validate UI changes across routes.

Does this Next.js debugging approach work without external dependencies?▼

Yes, this Next.js debugging approach works without external dependencies. It operates through a CLI-driven orchestration workflow and supports optional scripts, references, and assets for extended knowledge management.

What is the best way to extract network traces and errors from a Next.js application?▼

The best way to extract network traces and errors is using CLI commands that capture React DevTools-like data. This allows AI agents to observe network activity and errors directly from the dev server.