What problem does it solve? Building a Solana mobile app involves unfamiliar territory: Mobile Wallet Adapter integration, crypto polyfills, custom Expo development builds, deep linking, and mobile-specific edge cases like network drops and app backgrounding during signing. This Skill walks a developer through the entire build phase with current Solana Mobile patterns. ## Core Features & Use Cases - Guided Mobile Build Workflow: Scaffolds from current Solana Mobile templates, integrates wallet connection (MWA, Phantom deep links, or embedded wallets), and implements the first transaction flow. - Wallet & Architecture References: Ships reference docs covering MWA authorization, Kit-based vs web3.js transaction patterns, polyfill setup, and signing UX best practices like timeouts and preflight checks. - Phase Handoff Context: Reads and writes .superstack/build-context.md so stack decisions (platform, wallet method, scaffold repo) persist across the Idea → Build → Launch journey. - Use Case: A developer says "build a mobile Solana dApp" and gets step-by-step guidance: scaffold with create-solana-dapp, set up react-native-quick-crypto polyfills, connect a wallet via MWA, sign a transaction, and verify on a physical device. ## Quick Start Ask the assistant to help you build a Solana mobile app with React Native and Mobile Wallet Adapter wallet connection.