addon-rag-ingestion-pipeline
Add-on: Multi-Format RAG Ingestion Pipeline
Use this skill when an existing project needs RAG ingestion/retrieval across multiple document formats.
Compatibility
- Works with
architect-python-uv-batch. - Works with
architect-python-uv-fastapi-sqlalchemy. - Can back a Next.js app via a Python worker service.
Inputs
Collect:
SOURCE_FORMATS: one or more ofpdf,markdown,txt,html,csv.EMBED_PROVIDER:openaiorsentence-transformers.VECTOR_STORE:pgvector,chroma, or existing vector layer.CHUNK_SIZE: default1000.CHUNK_OVERLAP: default150.TOP_K: default5.
More from ajrlewis/ai-skills
architect-python-uv-fastapi-sqlalchemy
Use when scaffolding production-ready FastAPI services with uv, SQLAlchemy, Alembic, Postgres, Docker, and CI gates.
11addon-docling-legal-chunk-embed
Use when you need legal PDF to markdown extraction plus clause chunking and embedding prep; pair with addon-rag-ingestion-pipeline and architect-python-uv-batch.
10addon-llm-ancient-greek-translation
Use when adding Koine or Attic Greek translation to Next.js content flows; pair with ui-editorial-writing-surface and addon-nostr-nip23-longform.
10architect-python-uv-batch
Use when scaffolding production-ready Python uv batch or worker projects with Docker required by default.
10addon-human-pr-review-gate
Use when agent-generated code must pass a human PR review gate with trusted checks and merge blocks; pair with addon-decision-justification-ledger and architect-stack-selector.
9ui-editorial-writing-surface
Use when adding typography-first long-form writing and publish UI in Next.js; pair with addon-domain-semantic-adaptation.
9