Debug React applications by inspecting components, props, and the component tree.
Without the extension, tools use best-effort DOM scanning which is less reliable.
Debug React applications by inspecting components, props, and the component tree. Use when the user is debugging React apps, wants to inspect component props/state, find which component renders an element, or understand the React component hierarchy. Source: serkan-ozal/browser-devtools-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/serkan-ozal/browser-devtools-skills --skill react-debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw