interface
Debug, test, and optimize React Native apps with AI
All Skills in This Repository (11)
Pure Emerald Level Indicatorsargent-metro-debugger
Debug React Native apps via Metro CDP by inspecting components, logs, and runtime JavaScript.
argent-react-native-optimization
Diagnoses and fixes React Native performance issues through lint sweeps, semantic review, and profiling.
argent-react-native-app-workflow
Guides starting, debugging, building, and testing React Native apps on iOS simulators and Android emulators.
argent-react-native-profiler
Profiles React Native Hermes apps to measure re-render and CPU performance.
argent-test-ui-flow
Automates mobile UI testing on iOS and Android through screenshot-driven interaction loops.
argent-ios-simulator-setup
Boots and connects to iOS simulators using argent MCP tools.
argent-create-flow
Records and replays sequences of MCP tool calls as YAML flow files.
argent-device-interact
Control iOS simulators and Android emulators via argent MCP gesture and input tools.
argent-android-emulator-setup
Boots and connects Android emulators via argent MCP tools for UI interaction sessions.
argent-native-profiler
Profiles iOS apps with xctrace to detect CPU hotspots, UI hangs, and memory leaks.
web-e2e
Automate end-to-end Playwright tests for the Uniswap web application.
Frequently Asked Questions
FAQPage SchemaHow to install Uniswap interface skills?โผ
Run `npx skills add Uniswap/interface --all -g -y` in your terminal to install all agent skills in this suite globally.
How to debug a React Native app with AI?โผ
The included skills let your AI agent connect to Metro, inspect the React component tree, read console logs, and run JavaScript inside the running app to find issues.
Can AI test mobile app UI flows automatically?โผ
Yes. The agent can tap, swipe, and type on iOS simulators and Android emulators, verifying each step with automatic screenshots.
How to find slow components in React Native?โผ
The profiling skills measure re-renders and CPU usage per component, then produce a ranked report of bottlenecks with suggested fixes.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core