This walks you through setting up Elasticsearch from scratch when you're new to it, acting like a solutions architect who asks one question at a time instead of dumping everything at once. It follows a conversation playbook to understand what you're actually trying to build (e-commerce search, vector database, whatever), then guides you through data modeling and mapping before generating any code. The approach is smart: it forces you to confirm your mapping first since that's expensive to change later, uses versioned indexes with aliases by default, and asks which language you want instead of assuming. Good for when you know you need search but don't know how Elasticsearch thinks about the problem yet.
npx skills add https://github.com/elastic/agent-skills --skill elasticsearch-onboarding