mobile-offline-support

mobile-offline-support is a skill for Claude Code, Codex from DiegoVilla27/agents-ai-store. It costs 26 tokens per session (1,394 once invoked), scanned A, original, no licence file.

A guide to building offline-first React Native apps that save data locally and sync it with a server later. Offline-first means the app remains useful without an internet connection.

In plain words
What is it for?
Use it for mobile apps that must work offline and later reconcile local changes with remote data.
Why use it?
It helps developers handle local data, lost connections, and conflicts when the app reconnects.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for mobile apps that must work offline and later reconcile local changes with remote data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/diegovilla27/agents-ai-store/mobile-offline-support
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DiegoVilla27/agents-ai-store --skill mobile-offline-support
Clone the repo
git clone --depth 1 https://github.com/DiegoVilla27/agents-ai-store

Made for: Claude Code, Codex.

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-offline-support

README.md
[![agentmods](https://agentmods.dev/badge/skills/diegovilla27/agents-ai-store/mobile-offline-support/github.svg)](https://agentmods.dev/skills/diegovilla27/agents-ai-store/mobile-offline-support)
Your own site
<a href="https://agentmods.dev/skills/diegovilla27/agents-ai-store/mobile-offline-support"><img src="https://agentmods.dev/badge/skills/diegovilla27/agents-ai-store/mobile-offline-support/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mobile-offline-support

Your own site · 80×15
<a href="https://agentmods.dev/skills/diegovilla27/agents-ai-store/mobile-offline-support"><img src="https://agentmods.dev/badge/skills/diegovilla27/agents-ai-store/mobile-offline-support.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found 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.00026 $0.01394
Opus 5 $0.00013 $0.00697
Sonnet 5 $0.00005 $0.00279
Haiku 4.5 $0.00003 $0.00139

Measured 9d ago against content hash 835c66abc324, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mobile-offline-support 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 9d 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.

react-native/skills/mobile-offline-support/SKILL.md · 97 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 97 lines · 26 tokens per session scan A 835c66abc324

Subscribe to this mod's changes

mobile-offline-support is a skill published in the GitHub repository DiegoVilla27/agents-ai-store (2 stars, last pushed 2d ago), with no licence file. It adds 26 tokens to every session and 1,394 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

setup-datamodel

Use when the user wants to design or redesign the Dataverse schema and connector plan for an existing mobile app, or has an ER diagram (image, Mermaid, or text) to apply. Skip when the user is creating a brand-new app — /create-mobile-app handles the data model inline.

microsoft/power-platform-skills · 64 tokens

axiom-audit-core-data

Use when the user mentions Core Data review, schema migration, production crashes, or data safety checking.

CharlesWiltgen/Axiom · 27 tokens

axiom-audit-swiftdata

Use when the user mentions SwiftData review, @Model issues, SwiftData migration safety, or SwiftData performance checking.

CharlesWiltgen/Axiom · 32 tokens

firebase-database

Use when syncing real-time data, structuring JSON trees, reading/writing, creating listeners, enabling offline persistence, managing presence, sharding, or writing security rules.

evanca/flutter-ai-rules · 38 tokens

axiom-data

Use when working with ANY data persistence, database, storage, CloudKit, migration, or serialization. Covers SwiftData, Core Data, GRDB, SQLite, Realm, CloudKit sync, file storage, Codable, migrations.

CharlesWiltgen/Axiom · 49 tokens

android-persistence

Implement Room schemas and DataStore preferences with proper async patterns in Android. Use when the primary task is storage schema, DAO, migration, or preference isolation; defer auth-token/security storage, any CoroutineWorker/WorkManager task, Hilt graph wiring, and cache-policy design.

HoangNguyen0403/agent-skills-standard · 59 tokens