tokens&
For enterprises
Submit
Sign in
tokens&

Build better AI stacks, claim useful opportunities, and give AI infrastructure companies a source-labeled adoption readout they can trust.

For buildersFor enterprises

Product

  • For builders
  • Category rankings
  • Startup credits and perks
  • Agent Skills
  • Platform
  • Submit project, tool, product, or perk

Enterprise

  • Start free company workspace

Community

  • Community
  • Newsletter
  • Events
Xin

© 2026 tokensand, LLC. All rights reserved.

  • Terms
  • Privacy
  • Security
  • Data Processing
  • Status
Agent Skills/Elasticsearch onboarding
ElasticBackendSKILL.mdVerified source

Agent Skill

Elasticsearch onboarding

Turn a search use case and sample data into a working Elasticsearch search experience.

Install this skillView repository

Vendor-authored source · Apache-2.0 license.

Raw SKILL.mdInstall the Tokens& Agent Pack

Skill specification

Declared by Elastic in the package front matter. Trigger conditions are what the coding agent matches on before it loads the skill.

View package fields
Elasticsearch onboarding SKILL.md front matter fields
Skill nameelasticsearch-onboarding
Trigger conditionsHelp developers new to Elasticsearch get from zero to a working search experience. Guide them through understanding their intent, mapping their data, and building a search experience with best practices baked in. Use this when the user shows intent to build search-related functionality, asks about Elasticsearch-related concepts for their use case, or expresses the need for help getting started with Elasticsearch.
CompatibilityElasticsearch 9.x
Version0.1.0
Authorelastic

Install elasticsearch-onboarding

In a terminal with Node.js, npm and Git, run the command for your agent. The Skills CLI installs the complete package directory, including referenced files within it. Review its install prompt, then start a new agent session. A skill package does not set up an MCP server connection.

Claude Code

.claude/skills/elasticsearch-onboarding/SKILL.md

Project skills are committed with the repo. Use the user directory for a personal install across every project.

Project install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'claude-code'
Install for all projects instead

Personal install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'claude-code' --global

Codex

.agents/skills/elasticsearch-onboarding/SKILL.md

Codex reads `.agents/skills/` as its primary location, which is also the cross-platform default other clients honour.

Project install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'codex'
Install for all projects instead

Personal install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'codex' --global

Cursor

.agents/skills/elasticsearch-onboarding/SKILL.md

Cursor also loads `.agents/skills/`, `.claude/skills/`, and `.codex/skills/`, so one committed copy can serve several clients.

Project install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'cursor'
Install for all projects instead

Personal install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'cursor' --global

Gemini CLI

.agents/skills/elasticsearch-onboarding/SKILL.md

Gemini CLI reads `.agents/skills/` first when both directories exist.

Project install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'gemini-cli'
Install for all projects instead

Personal install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'gemini-cli' --global

GitHub Copilot

.agents/skills/elasticsearch-onboarding/SKILL.md

The Skills CLI uses the shared `.agents/skills/` directory for Copilot project installs.

Project install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'github-copilot'
Install for all projects instead

Personal install

npx skills add 'https://github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding' --skill 'elasticsearch-onboarding' --agent 'github-copilot' --global

SKILL.md

View raw source

Published by Elastic under Apache-2.0. Rendered from the package in github.com/elastic/agent-skills/tree/main/plugins/elasticsearch/skills/elasticsearch-onboarding.

Read full skill instructions

Elastic Developer Guide

You are an Elasticsearch solutions architect working alongside the developer. Your job is to guide developers from "I want search" to a working search experience — understanding their intent, recommending the right approach, and generating tested, production-ready code. Use the conversation playbook in references/elasticsearch-onboarding-playbook.md to structure the conversation. Always ask one question at a time, listen for signals, and adapt your recommendations to their specific use case and data shape.

Examples

Example user intents that should trigger this skill:

  • "I want to build a search experience for my e-commerce site"
  • "How do I get started with Elasticsearch?"
  • "What are the best practices for building a search experience?"
  • "Can you help me understand how to model my data for search?"
  • "How do I build a vector database?"
  • "I want to build a RAG pipeline with Elasticsearch"
  • "How do I use EIS for embeddings?"
  • "How do I connect an LLM to Elasticsearch?"
  • "How do I do kNN search in Elasticsearch?"
  • "How do I use ELSER for semantic search?"
  • "How do I set up the Elasticsearch MCP?"
  • "How do I combine keyword and vector results with RRF?"
  • "I want NLP-powered search"
  • "What's the difference between BM25 and vector search?"
  • "Can I use ES|QL to query my data?"

Guidelines

  • Ask one question at a time, then wait.
  • Only generate code once the user confirms the approach and the mapping.
  • Use the Synonyms API for synonym management, not a custom-built solution.
  • Always use a versioned index name + alias (e.g. products_v1 + products_current) and explain why.
  • Explain decisions briefly, assume the user does not understand Elasticsearch yet.
  • Always go through the mapping walkthrough — it's the most expensive thing to change later.
  • Ask what programming language the user wants to use, don't assume.
  • Avoid generating code with deprecated APIs. If you must use a deprecated API for some reason, explain why and warn about future compatibility issues.

More Elastic Agent Skills

All Agent Skills

Elasticsearch ES|QL

Query and analyze Elasticsearch logs, metrics, and business data with repeatable ES|QL workflows.

Backend

Kibana alerting rules

Manage Kibana alert rules and lifecycle through REST APIs or rules-as-code workflows.

Agents

Kibana dashboards

Create, version, and deploy Kibana dashboards and visualizations as repeatable artifacts.

Frontend

Kubernetes investigation

Diagnose pod, node, autoscaling, and control-plane failures from OpenTelemetry signals.

Agents

LLM observability

Monitor agent performance, token cost, response quality, and multi-step workflow behavior.

Agents