What problem does it solve? Maintaining a WhatsApp AI chatbot on Vercel serverless involves tricky constraints: Python SDK dependency conflicts, Meta-level messaging errors, cold-start memory loss, and webhook debugging. This Skill provides the architecture knowledge, constraints, and debugging checklist needed to build and maintain the Marcela WhatsApp agent without rediscovering these pitfalls. ## Core Features & Use Cases - Serverless Architecture Guidance: Documents the Vercel entry point, direct HTTP calls to Gemini 2.5 Flash (no SDK), and Twilio TwiML inline responses. - Group Chat Trigger System: Implements @marcela mentions, /ask, /quick, and /translate commands with distinct response behaviors. - Debugging Checklist: Maps Twilio error codes (63112, 11200) to root causes and fixes, plus health-check and log inspection steps. - Use Case: A developer sees Twilio error 63112 in message logs and uses this Skill to learn it is a Meta/WABA-level block requiring a fix in Meta Business Suite, not a code change. ## Quick Start Use the marcela-whatsapp skill to diagnose why my Twilio WhatsApp webhook is returning error 11200 on the Vercel deployment.