This gives Claude direct access to React DevTools for inspecting React Native apps through the agent-device CLI. You'd reach for this when you need to dig into component hierarchies, check props and state, debug hooks, or profile render performance beyond what the basic agent-device commands surface. It's a specialized router that requires agent-device 0.14.0 or newer and expects you to read the help output first to understand the exact command shapes and workflow. The skill is careful about scoping: use it for internal React inspection, stick with regular agent-device for visible UI and device-level operations. Treat component refs as reload-local and keep reads bounded with depth limits to avoid overwhelming output.
npx skills add https://github.com/callstackincubator/agent-device --skill react-devtools