What problem does it solve?
The Rag Curator streamlines the management and quality control of the project knowledge base by automating the ingestion, indexing, and upkeep of RAG corpus nodes, ensuring consistent access to relevant information.
Core Features & Use Cases
- Index ADRs: Copy ADRs from project decisions into corpus/nodes/decisions for quick retrieval.
- Index Learnings: Move extracted learnings into corpus/nodes/learnings to preserve institutional knowledge.
- Validate Quality: Check completeness and consistency of corpus nodes to prevent information gaps.
- Clean Obsolete: Remove outdated or irrelevant knowledge to keep the corpus current.
Quick Start
Use the rag-curator to index ADRs and maintain the corpus.
- Index ADRs for all projects: python3 .claude/skills/rag-curator/scripts/index_adrs.py --all
- Index ADRs for a specific project: python3 .claude/skills/rag-curator/scripts/index_adrs.py --project-id PROJECT_ID