blunotech-dev

60 mods across 1 repository, 2 stars between them.

auth-state-sync

49

blunotech-dev/agents

Skill Claude CodeCodex

Keeps auth state in sync across browser tabs, page refreshes, and token expiry. Use when implementing cross-tab logout, silent token refresh, storage-event-driven auth, or any pattern where auth state must stay consistent without page reload. Triggers on - sync auth across tabs, logout all tabs, silent refresh, token…

2 3mo ago A 80 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement a data transformation layer that maps DB models → API DTOs and API responses → UI models without leaking internal fields. Use when separating DB schema from API contracts, building mappers/serializers, or shaping frontend-specific data. Trigger on DTOs, response shaping, presenter patterns, or preventing…

2 3mo ago A 68 tokens

deep-linking

51

blunotech-dev/agents

Skill Claude CodeCodex

Implement deep linking so URL state drives UI (filters, modals, tabs, pagination), enabling shareable links and proper browser navigation. Use when syncing UI state to query params, preserving state on refresh, or fixing back/forward behavior.

2 3mo ago A 52 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement end-to-end file uploads with drag-and-drop UI, presigned URLs, direct-to-cloud uploads, progress handling, backend confirmation, and CDN delivery. Use when building scalable upload flows or avoiding server-side proxy uploads. Trigger on file uploads, S3/GCS presigned URLs, direct uploads, multipart uploads…

2 3mo ago A 75 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Keep database schema, backend types, and frontend types in sync via codegen, migration hooks, and CI validation to prevent drift. Use when generating types from schemas, automating migrations, or enforcing schema/type consistency in CI.

2 3mo ago A 50 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement in-app notifications end-to-end with backend event generation, persistent storage, real-time delivery, and read/unread state. Use when building notification systems, notification UIs (bell/feed), or syncing backend events to users. Trigger on in-app notifications, unread counts, mark as read, notification…

2 3mo ago A 74 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement infinite scroll end-to-end with cursor-based pagination, IntersectionObserver, loading states, and scroll position preservation. Use when building feeds, “load more” lists, or replacing offset pagination with cursor-based loading.

2 3mo ago A 48 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement optimistic UI updates with instant state changes, rollback on failure, and user feedback. Use when making mutations feel immediate while handling errors, race conditions, and data consistency.

2 3mo ago A 40 tokens

payment-status-sync

57

blunotech-dev/agents

Skill Claude CodeCodex

Handle edge cases in payment and subscription state sync beyond basic webhooks, including out-of-order event delivery, retries, and status reconciliation. Ensure accurate UI display for payment states, grace periods, and next actions. Use when debugging webhook ordering issues, syncing Stripe status with your system…

2 3mo ago A 93 tokens

real-time-sync

58

blunotech-dev/agents

Skill Claude CodeCodex

Add real-time data sync between backend and frontend using WebSockets, SSE, or polling fallback, including reconnection handling and state reconciliation. Use when implementing live updates, push-based data flows, or syncing client state with server changes. Trigger on real-time features, WebSocket/SSE setup, live…

2 3mo ago A 77 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Audit frontend API consumption against actual backend responses to detect mismatches such as assumed-but-missing fields, incorrect types, and unhandled null/undefined values. Use when fixing runtime crashes (e.g., “cannot read property of undefined”), validating response shapes, or hardening data handling. Trigger on…

2 3mo ago A 92 tokens

blunotech-dev/agents

Skill Claude CodeCodex

Implement end-to-end RBAC across frontend and backend using a shared permission model, avoiding duplicated logic. Use when adding route guards, UI gating, backend enforcement, or syncing role/permission checks. Trigger on RBAC, role-based access, admin-only routes, permission checks, or duplication between frontend…

2 3mo ago A 68 tokens