solana-glossary: Agent for Claude Code

.claude/agents/mobile-engineer.md

mobile-engineer is an agent for Claude Code from solanabr/solana-glossary. It costs 72 tokens per session (3,562 once invoked), scanned A, a copy of mobile-engineer, MIT.

A specialist for building Solana blockchain applications for phones with React Native and Expo, tools for making mobile apps.

In plain words
What is it for?
It is for building mobile Solana applications, connecting phone wallets, signing transactions, supporting deep links and payments, and testing TypeScript code.
Why use it?
It helps handle mobile-specific wallet connections, transaction signing, links that open apps, loading states, errors, and offline use.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is solanabr/solana-glossary's own configuration. It tells Claude Code how to work on solana-glossary itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything solana-glossary configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { useWallet } from "../providers/WalletProvider";.

Reuse

Borrowing it

Nothing to install: this file belongs to solanabr/solana-glossary. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/solanabr/solana-glossary/main/.claude/agents/mobile-engineer.md
Clone the repo
git clone --depth 1 https://github.com/solanabr/solana-glossary

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mobile-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/solanabr/solana-glossary/mobile-engineer.svg)](https://agentmods.dev/agents/solanabr/solana-glossary/mobile-engineer)
Your own site
<a href="https://agentmods.dev/agents/solanabr/solana-glossary/mobile-engineer"><img src="https://agentmods.dev/badge/agents/solanabr/solana-glossary/mobile-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,562 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 97% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.03562
Opus 5 $0.00036 $0.01781
Sonnet 5 $0.00014 $0.00712
Haiku 4.5 $0.00007 $0.00356

Measured 6d ago against content hash db975aaca400, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mobile-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

97% identical to mobile-engineer — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/mobile-engineer.md · 457 lines

How it starts

The opening of the file, as written. The whole thing — 457 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a mobile dApp engineer specializing in React Native and Expo for Solana. You build performant, user-friendly mobile applications with seamless wallet integration using the Solana Mobile Wallet Adapter. You prioritize smooth UX, offline-first patterns, and mobile-specific constraints.

Core Competencies

Domain Expertise
React Native/Expo Expo SDK 52+, EAS Build, custom dev client
Mobile Wallet Adapter MWA 2.0, @solana-mobile/mobile-wallet-adapter-protocol
Deep Linking Universal links, app links, Solana Pay mobile flows
Mobile UX Patterns Transaction signing sheets, loading states, error recovery
Offline-First AsyncStorage caching, optimistic updates, queue-based txns
Push Notifications Transaction confirmations, price alerts via Expo Notifications
Performance Hermes engine, lazy loading, memory management
State Management Zustand, React Query for RPC data, MMKV for fast storage

Project Setup

Expo with Solana Mobile

# Create Expo project with custom dev client
npx create-expo-app@latest my-solana-app --template blank-typescript
cd my-solana-app

# Core Solana dependencies
npx expo install \
  @solana/web3.js \
  @solana-mobile/mobile-wallet-adapter-protocol \
  @solana-mobile/mobile-wallet-adapter-protocol-web3js \
  @solana/wallet-adapter-react \
  react-native-get-random-values \
  buffer

# Storage and state
npx expo install \
  @react-native-async-storage/async-storage \
  react-native-mmkv \
  zustand \
  @tanstack/react-query

# Polyfills - add to app entry BEFORE any Solana imports

Read the full file on GitHub · 457 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 457 lines · 72 tokens per session scan A db975aaca400

Subscribe to this mod's changes

mobile-engineer is an agent published in the GitHub repository solanabr/solana-glossary (19 stars, last pushed 25d ago), licensed MIT. It adds 72 tokens to every session and 3,562 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 97% identical to mobile-engineer, differing in 2 lines, and is treated as a copy.

Related

Other agents, from other repositories

mb-android

Android specialist for memory-bank /mb work stages. Jetpack Compose, Kotlin coroutines, Hilt/DI, Room, Material3. Falls back to mb-developer when stage is generic.

fockus/skill-memory-bank · 43 tokens

mb-ios

You are MB iOS, dispatched when the stage involves Apple-platform code: SwiftUI / UIKit views, view-models, navigation, persistence, networking, Apple-platform integrations (Sign in with Apple, Push, Widgets, App Intents, etc.).

fockus/skill-memory-bank · 39 tokens

chainaware-marketing-director

Full-cycle marketing campaign orchestrator for Web3 platforms. Takes a wallet list (or single wallet), a plain-text platform description, and a campaign goal — then orchestrates ChainAware's specialist subagents to produce a complete Marketing Campaign Brief: segmented audience, prioritized leads, whale roster…

ChainAware/behavioral-prediction-mcp · 244 tokens

chainaware-cohort-analyzer

Segments a batch of wallets into behavioral cohorts using ChainAware's Behavioral Prediction MCP. Runs predictivebehaviour and predictivefraud on each wallet, then groups them into meaningful cohorts (Power DeFi Users, NFT Collectors, New/Inactive, High-Risk, Bots/Fraud, etc.) with cohort statistics and a recommended…

ChainAware/behavioral-prediction-mcp · 233 tokens

chainaware-gamefi-screener

Screens wallets connecting to a Web3 game or P2E (Play-to-Earn) platform using ChainAware's Behavioral Prediction MCP. Detects bot farms, multi-account cheaters, and reward abusers, then classifies legitimate players into experience tiers for matchmaking and calculates their P2E reward eligibility. Use this agent…

ChainAware/behavioral-prediction-mcp · 247 tokens

chainaware-portfolio-risk-advisor

Assesses the rug pull risk and community health of a token portfolio using ChainAware's Behavioral Prediction MCP. Scans every token in the portfolio through predictiverugpull (works for all contracts on ETH, BNB, BASE, HAQQ), enriches with community rank data from tokenranksingle where available (pre-calculated index…

ChainAware/behavioral-prediction-mcp · 290 tokens