AI AGENT ADDONS
Debugging
1,313installs

The react-devtools skill helps you look inside React Native apps. You can inspect component trees and check props, state, and hooks. It also shows why a component rerendered. This is useful for finding slow parts and fixing performance issues. The tool works from your agent-device command line. It keeps your work fast by limiting how deep it looks. You can focus only on the part you are testing.

Add React Devtools skill to your workflow

Global

mkdir -p ~/.claude/skills/react-devtools

Project

mkdir -p .claude/skills/react-devtools

Source Repository

Stars
2,934
Forks
163
Watchers
2,934
License
MIT
Last Push
23 days ago
Created
5 months ago