Audit Vector DB coverage -- compares the live filesystem manifest against the ChromaDB index to identify coverage gaps.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add richfrem/agent-plugins-skills --skill vector-db-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Vector Db Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/richfrem-vector-db-audit)More formats (shields.io, HTML) on the badges page.
---
name: vector-db-audit
plugin: vector-db
description: Audit Vector DB coverage -- compares the live filesystem manifest against the ChromaDB index to identify coverage gaps.
allowed-tools: Bash, Read, Write
---
# Vector DB Audit
Systematically audits the Vector Database to identify gaps between the project manifest and the actual document chunks stored in ChromaDB.
## Capabilities
- **Coverage Analysis**: Calculates the exact percentage of project documentation currently vectorized.
- **Gap Identification**: Detects files that are included in the manifest but missing from the ChromaDB collection.
- **Exporting**: Generates CSV lists of missing files for targeted batch ingestion.
- **Dynamic Configuration**: Loads connection and collection settings directly from the selected profile.
## Usage
Run the audit for a specific profile (e.g., `wiki`) to generate a coverage report and a CSV of gaps:
```bash
python scripts/audit_vector.py --profile wiki --report vector_audit.txt --csv missing_vector.csv
```
## Protocol
1. **Identify**: Run this skill to find missing content.
2. **Review**: Check `missing_vector.csv`.
3. **Ingest**: Use `vector-db-ingest --profile wiki --file [path]` to fill specific gaps.
## Related
- **vector-db-ingest**: Use to fill the gaps identified by this audit.
- **vector-db-cleanup**: Use to remove orphaned chunks from the index.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!