[Search] add use-case-library skill to onboarding agent#261403
Merged
wildemat merged 6 commits intoelastic:mainfrom Apr 9, 2026
Merged
[Search] add use-case-library skill to onboarding agent#261403wildemat merged 6 commits intoelastic:mainfrom
wildemat merged 6 commits intoelastic:mainfrom
Conversation
Adds a use-case-library skill that maps 8 Elasticsearch use cases with industry examples and technologies. Adapted for Agent Builder: - Each use case includes an "In Kibana" section explaining what can be set up via Dev Tools before moving to the IDE - Quick Reference table includes a "Set Up in Kibana" column - Non-Search redirects use Kibana navigation (Management → Spaces) instead of abstract doc links - No LangChain/LlamaIndex references in "What ES does" sections (those are IDE-only integrations) - No routing directives (agent already has the conversation context) AGENTS.md updated to reference use-case-library for "what can I build?" questions. Made-with: Cursor
TattdCodeMonkey
approved these changes
Apr 7, 2026
joemcelroy
approved these changes
Apr 8, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
History
|
wildemat
added a commit
that referenced
this pull request
Apr 9, 2026
## Summary Having merged these changes: [[Search] add use-case-library skill to onboarding agent](#261403 (comment)) [[Search] onboarding agent page context awareness](#261404 (comment)) [[Search] Onboarding agent api snippet context](#261405 (comment)) [[Search] Consolidate vector skill for onboarding agent](#261406 (comment)) This PR adds a couple cleanup items: - Prioritize Jina as the default EIS model - Replace references to keyword/semantic/hybrid search with reference to the consolidated vector-hybrid-search skill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The public skill got an update for the use case library: Add new search onboarding references
This PR includes similar content but adapted for Agent Builder:
set up via Dev Tools before moving to the IDE
are IDE-only integrations)
AGENTS.md updated to reference use-case-library for "what can I build?"
questions.
Made-with: Cursor