Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

awesome-mobile-backend-agent-skills

يحتوي awesome-mobile-backend-agent-skills على 21 من skills المجمعة من almasumdev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
1
محدث
2026-04-19
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

bff-pattern
مطوّرو البرمجيات

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.

2026-04-19
graphql-for-mobile
مطوّرو البرمجيات

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.

2026-04-19
mobile-api-design
مطوّرو البرمجيات

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.

2026-04-19
rest-best-practices
مطوّرو البرمجيات

REST conventions tuned for mobile clients -- resources, HTTP caching, idempotency, and versioning. Use when designing or reviewing RESTful endpoints.

2026-04-19
mobile-auth-backend
مطوّرو البرمجيات

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.

2026-04-19
session-management
مطوّرو البرمجيات

Model multi-device sessions on the backend with sliding vs absolute expiry, device listing, and remote logout. Use when building the session model or a "Your devices" screen.

2026-04-19
token-strategy
مطوّرو البرمجيات

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.

2026-04-19
mobile-backend-infra
مطوّرو البرمجيات

Baseline infrastructure for a mobile backend -- edge caching, feature flags, and multi-region strategy. Use when planning or auditing the deployment shape of a mobile backend.

2026-04-19
rate-limiting
مطوّرو البرمجيات

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.

2026-04-19
image-resizing-service
مطوّرو البرمجيات

Serve right-sized image variants to mobile via URL-based transforms and a CDN. Use when designing the image delivery path for a mobile app.

2026-04-19
media-upload-pipelines
مطوّرو البرمجيات

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.

2026-04-19
video-streaming
مطوّرو البرمجيات

Stream video to mobile with HLS/DASH adaptive bitrate and optional DRM. Use when building or integrating a video delivery pipeline for a mobile app.

2026-04-19
push-notifications-backend
مطوّرو البرمجيات

Send push to mobile via FCM HTTP v1 and APNs over HTTP/2 with JWT, handle payload limits and token invalidation. Use when building or operating the push delivery service.

2026-04-19
push-topics-segments
مطوّرو البرمجيات

Design topic- and segment-based push targeting with unsubscribe management. Use when planning broadcast vs targeted notification delivery for a mobile app.

2026-04-19
silent-push
مطوّرو البرمجيات

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.

2026-04-19
realtime-scaling
مطوّرو البرمجيات

Scale a realtime backend horizontally with pub/sub fanout and presence tracking. Use when moving past a single-node WebSocket/SSE server.

2026-04-19
server-sent-events
مطوّرو البرمجيات

Choose between Server-Sent Events (SSE) and WebSockets for mobile realtime; implement SSE correctly. Use when considering unidirectional streaming from server to app.

2026-04-19
websockets-for-mobile
مطوّرو البرمجيات

Design WebSocket servers and clients for mobile -- reconnection, heartbeats, backoff, and horizontal scale-out. Use when building realtime features over WebSockets.

2026-04-19
conflict-resolution-backend
مطوّرو البرمجيات

Resolve concurrent writes from multiple mobile devices -- last-write-wins, 3-way merge, and vector clocks. Use when designing server-side merge semantics for offline-capable apps.

2026-04-19
crdt-basics
مطوّرو البرمجيات

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.

2026-04-19
sync-protocols
مطوّرو البرمجيات

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.

2026-04-19