From simiancraft-skills
Reads and interprets Expo / React Native in-app developer tools: the developer menu (reload, performance monitor, element inspector) and React Native DevTools panels (Console, Network, Components, Profiler). For understanding tool output, not for driving the app.
How this skill is triggered — by the user, by Claude, or both
Slash command
/simiancraft-skills:expo-developer-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The in-app developer tooling of an Expo / React Native app: the **developer menu** and the
The in-app developer tooling of an Expo / React Native app: the developer menu and the React Native DevTools it opens. This surface is a React Native feature, so it is the same on iOS and Android; the only platform-divergent part is the gesture that opens the menu. That is why this is a shared skill: ios-simulator / expo-ios-simulator and android-emulator-harness each say how to open the menu on their platform, then point here for what the items and panels mean.
This skill is the interpretive field guide: what each tool shows and how an agent reads it. It is not a driver; driving the app lives in the platform simulator/emulator skills.
references/opening.md: the open-gesture matrix (the one platform-divergent thing).references/dev-menu.md: the developer-menu items, top to bottom as the app presents them.references/react-native-devtools.md: the panels behind "Open DevTools".references/rozenite.md: Rozenite plugins, the escape hatch when a built-in panel is not enough.references/techniques.md: cross-tool techniques (named after the technique), at the bottom.Driving the app (tapping, typing, screenshots) -> the platform skills. Web debugging (Chrome DevTools, Playwright) -> the web skills; the web diverges from this mobile menu entirely.
npx claudepluginhub simiancraft/simiancraft-skills --plugin simiancraft-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.