rag-inventory

Inventory RAG reference library collections, documents, and ingestion status from ChromaDB and manifest.json.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/jamieadams-nerd/umrs-project --skill rag-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rag-inventory
Source: https://github.com/jamieadams-nerd/umrs-project/tree/main/.claude/skills/rag-inventory
Command: npx skills add https://github.com/jamieadams-nerd/umrs-project --skill rag-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chromadb.

What problem does it solve?

Inventory the RAG reference library to reveal collections, documents, and ingestion status.

Core Features & Use Cases

  • Show the complete RAG reference library contents grouped by domain; including collection names, chunk counts, and agent assignments.
  • Display documents with versions or dates sourced from SOURCE.md files and ingestion timestamps from manifest.json.
  • Provide a consolidated view for audits, maintenance, and planning of knowledge ingestion.

Quick Start

Run the inventory script to display the complete RAG reference library inventory.

Frequently Asked Questions about rag-inventory

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

FAQPage Schema
How do I inventory my RAG reference library to check ingestion status?

To inventory your RAG reference library, this Skill reads ChromaDB, SOURCE.md files, and manifest.json to compile a structured view of collections, documents, chunk counts, and latest ingest dates. It provides a consolidated status for ongoing knowledge management.

What is the best way to audit documents ingested into a ChromaDB collection?

Auditing documents ingested into ChromaDB involves reading the database alongside SOURCE.md files and manifest.json. This Skill consolidates ingestion timestamps, chunk counts, and agent assignments into a single inventory view for maintenance and readiness assessments.

Can I see agent assignments and chunk counts for my RAG collections?

Yes, you can see agent assignments and chunk counts for RAG collections. The inventory script groups the complete reference library contents by domain, displaying collection names, document versions, and agent familiarity metrics for audits and planning.

Does this inventory tool require manifest.json and SOURCE.md files to work?

Yes, this inventory tool requires manifest.json and SOURCE.md files to work effectively. It reads ingestion timestamps from manifest.json and retrieves document versions or dates from SOURCE.md files to compile the complete RAG reference library status.

How do I track the latest ingest dates for documents in my RAG knowledge base?

Tracking the latest ingest dates for RAG knowledge base documents is done by reading manifest.json and ChromaDB records. This Skill extracts ingestion timestamps and document versions to provide a structured inventory for knowledge management and audits.