sync-gbrain

Synchronize GBrain data with the repository and refresh CLAUDE.md search guidance.

Updated May 11, 2026
One-click install
npx skills add https://github.com/cloudofgeorge/AI-hands --skill sync-gbrain-cloudofgeorge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-gbrain
Source: https://github.com/cloudofgeorge/AI-hands/tree/main/skills/gstack/sync-gbrain
Command: npx skills add https://github.com/cloudofgeorge/AI-hands --skill sync-gbrain-cloudofgeorge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps GBrain's knowledge base up to date with the repository and refreshes the agent's search guidance in CLAUDE.md, ensuring accurate indexing and quick access to relevant context.

Core Features & Use Cases

  • Automatically syncs gbrain with the latest repo changes and reindexes the brain data.
  • Refreshes agent search guidance in CLAUDE.md to reflect current project state.
  • Useful when onboarding new contributors or when the codebase evolves and search results must stay relevant.

Quick Start

Run /sync-gbrain to refresh gbrain indexes and update CLAUDE.md with the latest guidance.

Frequently Asked Questions about sync-gbrain

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

FAQPage Schema
How do I keep CLAUDE.md search guidance updated when my codebase changes?

Keeping CLAUDE.md search guidance updated during codebase changes requires synchronizing your knowledge base with the repository. Running /sync-gbrain refreshes the gbrain indexes and automatically updates CLAUDE.md with the latest accurate search guidance.

What's the best way to automate repository indexing for agent onboarding?

Automating repository indexing for agent onboarding is best handled by a synchronization orchestrator like gstack-gbrain-sync. It maintains state, refreshes brain search data, and coordinates gating prompts per session to ensure new contributors access up-to-date context.

Why does my agent return outdated search results after a repository update?

Outdated agent search results after a repository update happen when the knowledge base is not reindexed. Synchronizing gbrain with the latest repo changes refreshes the brain data and updates CLAUDE.md guidance so agent queries reflect the current project state.

Do I need any dependencies to run gbrain sync and refresh brain search data?

You do not need any external dependencies to run gbrain sync and refresh brain search data. The Skill operates independently, utilizing the gstack-gbrain-sync orchestrator to maintain state, log usage analytics, and coordinate gating prompts per session.

Can I refresh GBrain knowledge base and update CLAUDE.md guidance in one step?

Refreshing the GBrain knowledge base and updating CLAUDE.md guidance can be done in one step by running /sync-gbrain. It automatically reindexes the brain data with the latest repo changes and applies the refreshed search guidance to CLAUDE.md.