From skills
Guides use of Radon IDE MCP tools for debugging React Native/Expo apps via screenshots, logs, component tree, network inspection, reloads, and documentation queries.
npx claudepluginhub software-mansion-labs/skillsThis skill uses the workspace's default tool permissions.
Best practices for Radon IDE's MCP tools for live React Native / Expo app inspection and debugging.
Inspects and profiles React Native component trees, props, state, hooks, render causes, slow components, and re-renders via agent-device react-devtools. Use for debugging React internals not in accessibility tree.
Provides Software Mansion's best practices for production React Native apps on New Architecture. Guides writing, reviewing, debugging across animations, gestures, SVG, haptics, on-device AI, multimedia, rich text, multithreading, audio.
Inspects component trees, props, state, hooks in running React/React Native apps via CLI; profiles re-renders, slow components, and runtime performance.
Share bugs, ideas, or general feedback.
Best practices for Radon IDE's MCP tools for live React Native / Expo app inspection and debugging.
Read the relevant reference for the tool at hand. All references are in references/.
| File | When to read |
|---|---|
references/view-application-logs.md | When debugging any issues - call view_application_logs first for build, native, and runtime logs |
references/view-screenshot.md | Inspecting the current visual state of the app, fixing visual bugs, making UI changes |
references/view-component-tree.md | Understanding mounted component structure, resolving layout issues, finding context providers |
references/view-network-logs.md | Inspecting network requests - paginated list of all HTTP traffic coming from and into the app |
references/view-network-request-details.md | Drilling into a specific network request's headers, body, and metadata |
references/reload-application.md | Reloading the app - choosing between JS reload, process restart, or full rebuild |
references/query-documentation.md | Looking up React Native / Expo API docs from a curated knowledge base |
references/get-library-description.md | Evaluating what an npm library does and whether it fits the task |