.claude/skills/refresh-index/SKILL.md
Rebuild the Local Brain Search FAISS index to reflect vault changes
npx skillsauth add abilityai/cornelius refresh-indexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rebuild the Local Brain Search vector index to ensure semantic search reflects current vault state.
The FAISS index is not auto-updated. This playbook rebuilds it so semantic search stays accurate.
| Source | Location | Read | Write | Description |
|--------|----------|------|-------|-------------|
| Brain notes | Brain/**/*.md | ✓ | | Source content to index |
| Index script | resources/local-brain-search/run_index.sh | ✓ | | Indexer |
| FAISS index | resources/local-brain-search/brain_index/ | | ✓ | Output index |
resources/local-brain-search/Check indexer exists:
test -f /Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_index.sh && echo "OK" || echo "MISSING"
If missing, abort.
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_index.sh
Confirm index works:
/Users/eugene/Dropbox/Agents/Cornelius/resources/local-brain-search/run_connections.sh --stats --json
Should return valid JSON with note count > 0.
resources/local-brain-search/brain_index/| Error | Recovery | |-------|----------| | Script missing | Abort - check Local Brain Search installation | | Index fails | Check Python env, disk space | | Stats return 0 notes | Re-run indexer, check Brain path |
development
Rebuild the Cornelius voice agent system prompt from knowledge base sources
data-ai
Update dashboard.yaml with current knowledge base metrics from analysis report
documentation
Update Knowledge Graph Changelog
testing
Comprehensive testing playbook for Local Brain Search memory improvements (Phases 1, 3, 4)