rag-implementation
Retrieval-Augmented Generation patterns including chunking, embeddings, vector stores, and retrieval optimization Use when: rag, retrieval augmented, vector search, embeddings, semantic search.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install rag-implementation --cli claudewrites the skill into.claude/skills/rag-implementation/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/rag-implementation/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Retrieval-Augmented Generation patterns including chunking, embeddings, vector stores, and retrieval optimization Use when: rag, retrieval augmented, vector search, embeddings, semantic search.
When to use it
Retrieval-Augmented Generation patterns including chunking, embeddings, vector stores, and retrieval optimization Use when: rag, retrieval augmented, vector search, embeddings, semantic search.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/rag-implementation/SKILL.md -o .claude/skills/rag-implementation/SKILL.md
Notes
Extracted from davila7/claude-code-templates, rag-implementation category.