What problem does it solve?
This Skill streamlines complex, multi-step knowledge retrieval and management tasks by orchestrating multiple Bluera Knowledge (BK) tools and workflows, leading to more efficient and targeted information discovery.
Core Features & Use Cases
- Progressive Library Exploration: Efficiently discover relevant code within unknown libraries by combining
list_stores, get_store_info, search, and get_full_context in a logical sequence.
- Job Monitoring for New Libraries: Add large libraries and monitor their indexing progress using
create_store and check_job_status to ensure search readiness.
- Handling Large Result Sets: Employ a progressive detail strategy with
search (using detail='minimal') followed by selective get_full_context to manage context windows and reduce token usage.
- Multi-Store Search with Ranking: Perform cross-library searches and refine results by specifying target stores.
- Error Recovery: Implement workflows for handling indexing failures and common issues.
- Use Case: When investigating a new feature in a large codebase, you can use this Skill to first identify the relevant module, then search for specific functions with minimal context, and finally retrieve the full code only for the most promising results, all while monitoring the indexing of any newly added dependencies.
Quick Start
Use the advanced-workflows skill to find relevant code in an unknown library by first listing stores, then getting store info, searching with minimal detail, and finally getting full context for the top results.