ailey-tools-tag-n-rag

Index files, folders, Git repos, and URLs into tagged RAG sets in ChromaDB.

4|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-tools-tag-n-rag
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ailey-tools-tag-n-rag
Source: https://github.com/armoin2018/ai-command-center/tree/main/plugins/aicc-rag/skills/ailey-tools-tag-n-rag
Command: npx skills add https://github.com/armoin2018/ai-command-center --skill ailey-tools-tag-n-rag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, glob, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Tag-n-RAG skill converts diverse content sources into searchable, chunked RAG sets stored in ChromaDB, automating content ingestion and semantic search across knowledge bases.

Core Features & Use Cases

  • Retrieve content from files, folders, Git repos, and URLs
  • Transcribe video/audio and perform OCR to extract text
  • Intelligent chunking with paragraph and sentence boundaries
  • Metadata tagging and replacement rules for tailored indexing
  • Local ChromaDB storage with per-source collections for scalable knowledge
  • Use case: build a searchable knowledge base from project docs, meeting notes, and manuals

Quick Start

Index content sources (files, folders, Git repos, and URLs) into tagged RAG sets stored in local ChromaDB.

Frequently Asked Questions about ailey-tools-tag-n-rag

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

FAQPage Schema
How do I index files, Git repos, and URLs into a local ChromaDB knowledge base?▼

To index content into a local ChromaDB knowledge base, you retrieve files, Git repos, and URLs, convert them to text, scrub and chunk the data, and store the embeddings with rich metadata. Per-source collections enable scalable semantic search.

Can I build a RAG knowledge base from audio, video, and image files?▼

Yes, you can build a RAG knowledge base from audio, video, and image files. The pipeline supports optional transcription for audio and video, alongside OCR for images, to extract text before chunking and storing the embeddings in ChromaDB.

What is the best way to chunk text for retrieval-augmented generation in ChromaDB?▼

The best way to chunk text for retrieval-augmented generation in ChromaDB is using intelligent chunking with paragraph and sentence boundaries. This method structures the content logically before storing it as embeddings with metadata tagging.

Do I need to tag metadata when indexing diverse content sources for semantic search?▼

You do not strictly need to tag metadata when indexing content sources, but applying metadata tagging and replacement rules tailors the indexing process. This enriches the stored embeddings in ChromaDB, enabling more precise and filtered semantic search results.

Does ChromaDB support local RAG sets with per-source collections?▼

Yes, ChromaDB supports local RAG sets with per-source collections. This allows you to organize diverse content sources into distinct, searchable knowledge bases that scale efficiently while maintaining semantic search capabilities across the indexed data.