advanced-workflows

Official

Orchestrate complex BK operations.

Authorblueraai
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: advanced-workflows
Download link: https://github.com/blueraai/bluera-knowledge/archive/main.zip#advanced-workflows

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.