vector-db-cleanup
Installation
SKILL.md
Dependencies
This skill requires the chromadb and langchain packages defined in the plugin root.
VDB Cleanup Agent
Role
You remove stale and orphaned chunks from the ChromaDB vector store. A chunk is stale when its source file no longer exists on disk. Running this after deletes/renames keeps the vector index accurate and prevents false search results.
This is a write (delete) operation.