solana-mobile/solana-mobile-skills
Instructions file CodexOpenCode
AGENTS.md instructions for solana-mobile/solana-mobile-skills, covering solana mobile dev skills, skill index, things that apply across all of them, scope and repository layout.
solana-mobile/solana-mobile-skills
Instructions file CodexOpenCode
AGENTS.md instructions for solana-mobile/solana-mobile-skills, covering solana mobile dev skills, skill index, things that apply across all of them, scope and repository layout.
solana-mobile/solana-mobile-skills
Skill Claude CodeCodex
Add Privy authentication to a Solana Expo Android app on top of Mobile Wallet Adapter, using Sign-In-With-Solana. Use when installing @privy-io/expo, mounting PrivyProvider, logging a user in with useLoginWithSiws, linking a wallet to an existing Privy account, reading the Privy access token from a backend, or…
solana-mobile/solana-mobile-skills
Skill Claude CodeCodex
Resolve and display .skr domain names in Solana mobile apps, in both directions between names and wallet addresses. Use when showing .skr names instead of wallet addresses in profiles, friend lists, or transaction history, resolving a .skr domain to an address, reverse-looking-up an address to a domain, or validating…
solana-mobile/solana-mobile-skills
Skill Claude CodeCodex
Verify Seeker device ownership by checking for the Seeker Genesis Token (SGT) with Sign-in-with-Solana and server-side token verification. Use when gating content or rewards to Seeker owners, verifying a user holds an SGT, adding anti-Sybil checks to a Solana mobile app, or implementing one-claim-per-device logic.
solana-mobile/solana-mobile-skills
Skill Claude CodeCodex
Connect Solana wallets and sign or send transactions in React Native Expo apps using Mobile Wallet Adapter and Wallet UI. Use when adding a connect wallet button, showing a connected address, disconnecting, signing messages, sign-in with Solana, transferring SOL, or sending any transaction from a Solana mobile app.
solana-mobile/solana-mobile-skills
Skill Claude CodeCodex
Scaffold, configure, and troubleshoot Solana Mobile apps for Android using the solana-mobile CLI, Expo, and React Native. Use when creating a new Solana mobile app, picking a template, adding Solana to an existing Expo app, checking the Android toolchain, managing Android emulators, or producing a development build.