software-mansion-labs/skills

radon-mcp

Best practices for using Radon IDE's MCP tools when developing, debugging, and inspecting React Native and Expo apps. Use when interacting with a running app through Radon IDE - viewing screenshots, reading logs, inspecting the component tree, debugging network requests, reloading the app, or querying React Native documentation and library info. Trigger on: 'debug React Native', 'fix UI', 'network issues', 'build issues', 'Radon IDE', 'view screenshot', 'app logs', 'component tree', 'network in…

All-time #8388 Trending #6718 Hot #2536 First seen Mar 22, 2026
8-week activity · all time api

Installation

$ npx skills add software-mansion-labs/skills --skill radon-mcp

Summary

  • Best practices for using Radon IDE's MCP tools when developing, debugging, and inspecting React Native and Expo apps.
  • Use when interacting with a running app through Radon IDE - viewing screenshots, reading logs, inspecting the component tree, debugging network requests, reloading the app, or querying React Native documentation and library info.
  • Trigger on: 'debug React Native', 'fix UI', 'network issues', 'build issues', 'Radon IDE', 'view screenshot', 'app logs', 'component tree', 'network inspector', 'reload app', 'React Native docs', 'library description', 'emulator', 'development viewport', 'view_screenshot', 'view_application_logs', 'view_component_tree', 'reload_application', 'view_network_logs', 'view_network_request_details', 'query_documentation', 'get_library_description', and every request involving live app inspection, debugging or development in a Radon IDE session.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from software-mansion-labs/skills · top by installs.

npx skills add software-mansion-labs/skills

Browse all from software-mansion-labs/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 282
License MIT
Default branch main
Open issues 3
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,660 B
  • docs SUMMARY.md 2,312 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1,300 installs

SKILL.md

Radon IDE MCP Tools

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/.

References

File When to read
references/view-application-logs.md When debugging any issues - call viewapplicationlogs 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