solana-mobile
Installation
SKILL.md
Solana Mobile projects
Set up and maintain Solana Mobile apps. The solana-mobile CLI does the scaffolding,
environment checks, and emulator management — prefer it over hand-rolled setup.
Run it without installing:
npx solana-mobile@latest --help
pnpm dlx solana-mobile@latest and bunx solana-mobile@latest are the equivalents. Match
whichever package manager the project already uses, and keep @latest so the runner does not
reuse an older cached version.