Agent Skills: RAG System

Work with RAG (Retrieval-Augmented Generation) system - ingest knowledge, search vectors, manage embeddings, debug retrieval

UncategorizedID: yui-synth-lab/aenea-project/rag

Install this agent skill to your local

pnpm dlx add-skill https://github.com/yui-synth-lab/aenea-project/tree/HEAD/.claude/skills/rag

Skill Files

Browse the full folder contents for rag.

Download Skill

Loading file tree…

.claude/skills/rag/SKILL.md

Skill Metadata

Name
rag
Description
Work with RAG (Retrieval-Augmented Generation) system - ingest knowledge, search vectors, manage embeddings, debug retrieval

RAG System

RAG systemの操作とデバッグ。

Key Files

CLI Commands

npm run rag:ingest           # Ingest all
npm run rag:ingest:github    # From GitHub
npm run rag:clear            # Clear vectors
npm run rag:stats            # Statistics
npm run rag:health           # Health check

Environment

RAG_ENABLED=true
RAG_TOP_K=5
RAG_SIMILARITY_THRESHOLD=0.7

Detailed Reference

File structure, specs, integration points: reference.md