This scaffolds complete Expo apps that actually run, not just empty boilerplates. You get working screens with Expo Router navigation, optional Clerk auth flows, NativeWind styling, and Biome linting configured. The whole point is shipping a runnable app structure immediately with bun start rather than spending hours wiring up navigation and auth yourself. Best for greenfield mobile projects where you want modern defaults (Expo SDK 54, TypeScript strict mode, file-based routing) without the usual setup grind. The PRD-style intake is clever since you describe what you're building and it generates appropriate screens and navigation structure.
npx skills add https://github.com/shipshitdev/library --skill expo-architect