Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

awesome-mobile-backend-agent-skills

awesome-mobile-backend-agent-skills에는 almasumdev에서 수집한 skills 21개가 있으며, 저장소 수준 직업 범위와 사이트 내 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