Bluera
Official@blueraai
Offers specialized indexing, vector search, and lifecycle management for local codebases and external documentation within Claude Code environments.
Agent Skills by Bluera
Showing 29 vetted skills indexed across 2 GitHub repositories.
Suggest Dependencies to Index
Parse manifest files and source imports to rank dependencies for indexing.
cancel
Cancel pending or running background jobs by unique job ID.
skill-activation
Manage Bluera Knowledge skill auto-activation settings via JSON configuration files.
check-status
Retrieve and display background operation statuses and active job progress.
search-optimization
Optimize Bluera Knowledge search queries using intent, detail, limit, and stores parameters.
advanced-workflows
Orchestrate multi-tool Bluera Knowledge workflows for progressive library exploration and cross-library search.
health
Check knowledge store health, verifying paths and model/schema compatibility.
doctor
Verify build tools, Node.js, dependencies, MCP wrapper, Python, and Playwright configurations.
statusline
Install or update the bluera-knowledge statusline module in Claude Code configuration.
List Knowledge Stores
List configured knowledge stores with name, type, ID, and source path.
Search Knowledge Stores
Search indexed knowledge stores using vector, full-text, or hybrid modes.
Add Local Folder to Knowledge Stores
Index a local directory into a searchable knowledge store with custom naming.
crawl
Crawl web pages with natural language instructions for link selection and content extraction.
uninstall
Remove Bluera Knowledge project data, store definitions, and global settings.
remove-store
Deletes a specified knowledge store and all its associated data.
knowledge-search
Query indexed external code repositories and documentation for API signatures and implementations.
test-plugin
Execute the Bluera Knowledge plugin test suite across MCP commands, tools, slash commands, web crawling, and hooks.
when-to-query
Determines whether to query Bluera Knowledge or use grep for given scenarios.
Re-index Knowledge Store
Re-index a specified knowledge store to update its search index.
eval
Compares AI agent answers across three knowledge-access levels and scores them.
sync
Synchronize Bluera Knowledge stores from a configuration file with dry-run support.
add-repo
Clone and index Git repositories for AI agent access with optional branch selection.
store-lifecycle
Create, index, monitor, and delete Bluera Knowledge stores from Git, folders, or web crawls.
release
Automate Node.js releases by deriving version bumps from commit history and coordinating GitHub Actions tagging.
Frequently Asked Questions About Bluera
FAQPage SchemaWhat specific tasks can I perform with Bluera?▼
Bluera enables indexing of local folders, Git repositories, and web content into searchable knowledge stores. It supports hybrid search modes, dependency ranking, and lifecycle management for these stores, alongside environment health checks and configuration validation for development setups.
Who is the target persona for these capabilities?▼
The target persona includes software engineers and technical leads who utilize Claude Code for development. It is designed for developers needing to bridge local codebase context with external documentation and repository knowledge for improved retrieval accuracy.
What are the prerequisites for running Bluera?▼
Operation requires a Node.js environment, a configured Claude Code instance, and the presence of the CLAUDE_PLUGIN_ROOT variable. Users must also ensure system dependencies like Playwright and relevant build configurations are verified via the doctor command.