almasumdev/awesome-mobile-backend-agent-skills

Agent skills for the backend-for-mobile layer: APIs, auth, push, sync, and BaaS integrations.

1Stars on the repository
21Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

bff-pattern

01

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

When and how to use a Backend-for-Frontend (BFF) for mobile -- scoping, ownership, and anti-patterns. Use when deciding whether a BFF is justified or designing one.

not rated 1 4mo ago A 44 tokens

graphql-for-mobile

02

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

GraphQL server design tuned for mobile -- persisted queries, batching, N+1 mitigation, and Apollo client integration. Use when building or reviewing a GraphQL API for mobile apps.

not rated 1 4mo ago A 40 tokens

mobile-api-design

03

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Design mobile-friendly HTTP APIs with predictable pagination, filtering, sorting, sparse/partial responses, and a consistent error envelope. Use when specifying new endpoints or reviewing existing ones for mobile use.

not rated 1 4mo ago A 41 tokens

mobile-auth-backend

05

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Server-side OAuth 2.1 + PKCE for native mobile apps -- authorization endpoint, token endpoint, refresh rotation, and device binding. Use when implementing or reviewing the auth server for mobile clients.

not rated 1 4mo ago A 45 tokens

token-strategy

07

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Choose between access+refresh tokens and opaque server sessions for mobile; design revocation and device binding. Use when deciding the token model for a new mobile backend or hardening an existing one.

not rated 1 4mo ago A 42 tokens

rate-limiting

09

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Rate-limit a mobile backend with token-bucket algorithms, per-user/device scoping, and abuse signals. Use when designing or tuning rate limits across API, auth, and push endpoints.

not rated 1 4mo ago A 42 tokens

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Design resilient mobile media upload pipelines with signed URLs, resumable uploads (tus, S3 multipart), and post-upload processing. Use when implementing or reviewing user-generated media ingestion.

not rated 1 4mo ago A 41 tokens

silent-push

15

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Deliver background (silent) pushes to mobile reliably within OS budgets, and design fallbacks. Use when you need data-only pushes for sync or state invalidation.

not rated 1 4mo ago A 36 tokens

crdt-basics

20

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

When CRDTs help mobile apps, which libraries to use, and what to watch out for. Use when evaluating CRDTs for collaborative or offline-first features.

not rated 1 4mo ago A 38 tokens

sync-protocols

21

almasumdev/awesome-mobile-backend-agent-skills

Skill Claude CodeCodex

Design delta-sync protocols for mobile with cursor-based pagination and durable checkpoints. Use when building server-to-client data sync for offline-capable apps.

not rated 1 4mo ago A 33 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: