gaia-brain-reindex

Reindex project brain knowledge by scanning artifacts and state trees.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-brain-reindex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-brain-reindex
Source: https://github.com/gaiastudio-ai/gaia-framework/tree/main/plugins/gaia/skills/gaia-brain-reindex
Command: npx skills add https://github.com/gaiastudio-ai/gaia-framework --skill gaia-brain-reindex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The gaia-brain-reindex Skill solves the problem of ensuring that the knowledge index of a project's brain is always up-to-date and reflects the latest project artifacts and state trees accurately.

Core Features & Use Cases

  • Index Reconstruction: Automatically rebuilds the knowledge index from source, ensuring all artifacts and state trees are accounted for.
  • Atomic Update: Writes the index atomically to avoid partial updates and ensure consistency.
  • Content Integrity: Stamps every entry with a content-integrity hash, allowing for the detection of stale synopses.
  • Use Case: Use this Skill after a burst of mid-sprint artifact edits or at the end of a sprint to refresh the knowledge index and maintain project accuracy.

Quick Start

To rebuild the brain knowledge index, simply use the command '/gaia-brain-reindex'.

Frequently Asked Questions about gaia-brain-reindex

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

FAQPage Schema
How do I rebuild a project knowledge index after making artifact edits?

To rebuild a project knowledge index after artifact edits, run a reindexing command that scans and integrates all project artifacts and state trees, ensuring the knowledge base accurately reflects recent changes.

When should I refresh my project's brain knowledge base?

You should refresh your project's brain knowledge base after a burst of mid-sprint artifact edits or at the end of a sprint to maintain project state accuracy and ensure all recent changes are indexed.

Does the brain reindex process require specific tools to run?

Yes, the brain reindex process requires the presence of the Bash and Read tools to execute its procedural orchestration script and scan the necessary project artifacts and state trees.

How does atomic update prevent partial indexing during knowledge base reconstruction?

Atomic update prevents partial indexing by writing the reconstructed knowledge index atomically, ensuring consistency and avoiding partial updates while stamping entries with content-integrity hashes to detect stale synopses.

What is the best way to detect stale synopses in a project state tree?

The best way to detect stale synopses is to reindex the knowledge layer, which stamps every entry with a content-integrity hash during the atomic update, allowing you to identify outdated project state information.