sync

Synchronize Bluera Knowledge stores from a configuration file with dry-run support.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that your Bluera Knowledge stores are consistent with your team's defined configurations, preventing orphaned stores and ensuring all necessary data sources are indexed.

Core Features & Use Cases

  • Synchronize Stores: Recreates all stores defined in the stores.config.json file.
  • Orphan Store Detection: Identifies and lists stores that are not present in the definitions config.
  • Use Case: After cloning a project with existing Bluera Knowledge configurations, use this Skill to automatically set up all the defined data stores, ensuring your AI has access to the intended knowledge base from the start.

Quick Start

Use the mcp__bluera-knowledge__execute tool with the command "stores:sync" to sync stores from definitions.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I synchronize Bluera Knowledge stores from a configuration file?

To synchronize Bluera Knowledge stores, execute the stores:sync command, which reads definitions from stores.config.json to recreate all defined data stores, identify orphans, and optionally prune or re-index them.

What happens to orphaned stores when syncing from a configuration definition?

Orphaned stores not present in the configuration definitions are identified and listed during the sync process, and you can optionally prune them to ensure your knowledge base aligns strictly with the defined configurations.

Can I preview changes to indexed data stores before applying them?

Yes, you can preview changes to indexed data stores by using the dry-run capability, which simulates the synchronization process to show new stores and orphans before actually modifying your knowledge base.

How do I set up Bluera Knowledge stores after cloning a project?

To set up Bluera Knowledge stores after cloning a project, run the stores:sync command to automatically create and synchronize all data stores defined in the project's stores.config.json file.

Why does my development team need to synchronize knowledge base stores?

Synchronizing knowledge base stores ensures consistency across development teams by aligning all indexed data sources with project configurations, preventing orphaned stores and guaranteeing the AI accesses the intended knowledge base.