vault-index-rebuild

Rebuild a Knowledge Vault's index from disk truth according to the capture-llm-wiki schema.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/BdM-15/capture-insights --skill vault-index-rebuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-index-rebuild
Source: https://github.com/BdM-15/capture-insights/tree/main/skills/vault-index-rebuild
Command: npx skills add https://github.com/BdM-15/capture-insights --skill vault-index-rebuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ensures that the Knowledge Vault's index remains up-to-date by rebuilding it from disk truth according to a predefined schema, helping to correct drift and streamline bulk data ingestions.

Core Features & Use Cases

  • Index Reconstruction: rebuilds index.md based on capture-llm-wiki schema.
  • Maintenance Utility: for use when the vault structure has drifted or after large-scale ingestions.
  • Specific Application: Karpathy LLM wiki maintenance.

Quick Start

Trigger vault index rebuild to refresh index with latest dataset and schema adjustments.

Frequently Asked Questions about vault-index-rebuild

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

FAQPage Schema
How do I rebuild a knowledge base index after a bulk data ingestion?

You can rebuild the knowledge base index by reconstructing it from disk truth according to the capture-llm-wiki schema, ensuring structural integrity and correcting any drift introduced during bulk ingestions.

What is the best way to fix schema drift in an AI knowledge vault?

Fixing schema drift in an AI knowledge vault requires rebuilding the index.md file directly from the disk truth, realigning the vault structure with the predefined capture-llm-wiki schema.

When should I perform an index rebuild for LLM wiki maintenance?

Perform an index rebuild for LLM wiki maintenance when the vault structure has drifted from its schema or immediately after large-scale ingestions to ensure the index reflects the latest dataset.

Does this index rebuild process require any specific external dependencies?

No external dependencies are required to rebuild the vault index, as the process relies solely on scripts to reconstruct the index.md file from existing disk truth according to the schema.

Can I use this to restore structural integrity to a Karpathy LLM wiki?

Yes, this specific application maintains the Karpathy LLM wiki by rebuilding its index from disk truth, ensuring structural integrity and schema reconciliation after data modifications.