advanced-workflows

Orchestrate multi-tool Bluera Knowledge workflows for progressive library exploration and cross-library search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about advanced-workflows

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

FAQPage Schema
How do I explore an unknown codebase library without exceeding the context window?

Explore unknown codebases efficiently by orchestrating a progressive workflow: list stores, get store info, search with minimal detail, and retrieve full context only for top results to manage token usage.

What is the best way to monitor large library indexing jobs for codebase search?

Monitor large library indexing by creating a store and checking job status to ensure search readiness and recover from indexing failures.

How do I perform a cross-library search across multiple codebase stores?

Perform cross-library search with ranking by specifying target stores and refining results to locate relevant code across multiple indexed libraries.

Can I retrieve full code context for only specific search results?

Retrieve full code context selectively by first searching with minimal detail and then requesting full context for the most promising results to reduce token usage.

How do I handle indexing failures when adding large libraries to a knowledge base?

Handle indexing failures by implementing error recovery workflows that monitor job status and coordinate sequential tool calls to resolve common issues during library addition.