Implementing RAG systems requires coordinating multiple components including embeddings, vector databases, and retrieval pipelines. This workflow provides a structured approach to build production-ready RAG applications.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "rag-implementation". Help me start building a RAG system
Resultado esperado:
- Phase 1: Requirements Analysis - Define your use case (document Q&A, semantic search, etc.), identify data sources, set accuracy requirements and latency targets
- Phase 2: Embedding Selection - Evaluate embedding models, test domain relevance, measure embedding quality, consider cost and latency tradeoffs
- Phase 3: Vector Database Setup - Choose vector database (Pinecone, Weaviate, Chroma), design schema, configure indexes, set up connections
A utilizar "rag-implementation". Which embedding model should I use?
Resultado esperado:
- Consider these factors: domain relevance (test with your data), embedding dimension requirements, latency constraints, and cost per 1K tokens
- Common options: OpenAI text-embedding-ada-002 for general use, Cohere for multilingual, sentence-transformers for self-hosted
- Recommendation: Test top 3 candidates with your actual data using retrieval accuracy as the deciding metric
Auditoria de Segurança
SeguroStatic analysis flagged 45 potential issues (external_commands, weak crypto, system reconnaissance). Manual evaluation confirms these are false positives. The skill contains only markdown documentation with code block examples referencing other skills. No actual shell commands, cryptographic algorithms, or system reconnaissance code exists. This is a documentation-only skill providing RAG implementation workflow guidance.
Problemas de Baixo Risco (3)
Pontuação de qualidade
O Que Você Pode Construir
Building a Document Q&A System
Create a knowledge-base Q&A application that retrieves relevant documents and generates answers using an LLM.
Implementing Semantic Search
Set up semantic search capabilities over document collections using embeddings and vector similarity.
Optimizing RAG Pipeline
Evaluate and improve existing RAG system performance through systematic retrieval optimization.
Tente Estes Prompts
Help me start building a RAG system. Use @rag-implementation to guide me through the initial phases.
I need to choose an embedding model for my RAG system. Walk me through Phase 2 of the RAG implementation workflow.
Set up a vector database for my RAG application. Follow the Phase 3 vector database setup workflow.
Help me evaluate my RAG system quality. Use the Phase 8 evaluation workflow to define metrics and test approach.
Melhores Práticas
- Start with Phase 1 requirements analysis before diving into technical implementation
- Test retrieval quality with representative queries before integrating with LLM
- Use evaluation metrics from Phase 8 to validate each phase completion
Evitar
- Skipping requirements analysis and jumping directly to embedding selection
- Using default chunking without considering document structure and query patterns
- Integrating LLM before verifying retrieval quality with simple tests
Perguntas Frequentes
Does this skill execute code?
What other skills does this reference?
Which vector databases are supported?
Can I use this for production systems?
How long does full implementation take?
Is this compatible with Claude Code?
Detalhes do Desenvolvedor
Autor
sickn33Licença
MIT
Repositório
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/rag-implementationReferência
main
Estrutura de arquivos
📄 SKILL.md