search-optimization

Optimize Bluera Knowledge search queries using intent, detail, limit, and stores parameters.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill search-optimization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-optimization
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/search-optimization
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill search-optimization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and leverage the advanced parameters of the search() MCP tool to achieve more precise, efficient, and cost-effective search results within Bluera Knowledge.

Core Features & Use Cases

  • Intent-Based Search: Guides users on selecting the appropriate intent parameter (find-implementation, find-pattern, find-usage, find-definition, find-documentation) to tailor search ranking.
  • Detail Level Control: Explains how detail levels (minimal, contextual, full) impact token usage and information returned, promoting a progressive context strategy.
  • Result Limiting & Store Filtering: Provides guidance on using limit and stores parameters for focused and efficient information retrieval.
  • Use Case: When searching for how a specific function is implemented, using intent='find-implementation' will yield more accurate code snippets than a general search.

Quick Start

Use the search tool with the intent parameter set to find-implementation to locate code examples.

Frequently Asked Questions about search-optimization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize AI search queries for precise code retrieval?

To optimize AI search queries for precise code retrieval, use the `intent` parameter within the search tool, setting it to `find-implementation` to yield accurate code snippets rather than general results.

What is the best way to reduce token consumption during AI knowledge search?

Reduce token consumption during AI knowledge search by using the `detail` parameter with progressive context strategies, starting with `minimal` and escalating to `contextual` or `full` only when necessary.

Can I filter search results by specific data stores in Bluera Knowledge?

Yes, you can filter search results in Bluera Knowledge by utilizing the `stores` parameter, which focuses the search on specific data stores for more efficient and targeted information retrieval.

How does the intent parameter affect search ranking for pattern identification?

The `intent` parameter affects search ranking by tailoring results to specific needs; setting it to `find-pattern` prioritizes matching structural patterns within the search results over general relevance.

What detail level should I use for usage tracking and definition lookup?

For usage tracking and definition lookup, start with the `minimal` detail level to conserve tokens, then switch to `contextual` if you need surrounding code usage or `full` for complete definitions.

Why are my general search queries returning too many irrelevant results?

General search queries return irrelevant results because they lack targeted filtering; apply the `limit` parameter to restrict the volume and use `intent` to align ranking with your specific retrieval goal.