fynd-backend-microservices
Installation
SKILL.md
FYND Backend Microservices 🛠️
Expert debugging for FYND's Kubernetes/GCP/Kafka/Node.js backend.
🎯 Use When
"Pods crashing" | "Kafka lag" | "Redis memory high" | "API latency"
"Database migration failed" | "LLM costs spiking" | "Memory leak" | "Service failures"
🛠️ 8 Core Skills
- K8s/GCP Deployment (40% issues) - pods, scaling, graceful shutdown
- Kafka Resilience (25%) - consumer lag, DLQ, rebalancing
- Redis Optimization (15%) - memory, TTL, pub/sub
- Distributed Tracing (10%) - correlation IDs, Langfuse
- Database Patterns (8%) - Sequelize, pgvector, MongoDB
- LangGraph Orchestration (5%) - multi-LLM, token counting
- Performance Analysis (4%) - heap profiling, slow queries
- Resilience Patterns (3%) - circuit breaker, backoff