adr
Write an Architecture Decision Record documenting a significant technical decision.
Build a retrieval component for RAG pipeline with optimized search.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-retrieverContext preview
What this command does when you run it.
Build a retrieval component for RAG pipeline with optimized search.
name: create-retriever description: Build a retrieval component for RAG pipeline with optimized search.
Build a retrieval component for RAG pipeline with optimized search.
1. Configure the vector store connection and embedding model 2. Implement the retrieval function with configurable parameters:
3. Add hybrid search combining vector similarity with keyword BM25 search 4. Implement re-ranking using a cross-encoder model for result quality 5. Add contextual compression to extract only relevant parts of retrieved chunks 6. Implement query transformation: expand, decompose, or rephrase the user query 7. Add caching for repeated queries with a configurable TTL 8. Build the prompt template that incorporates retrieved context 9. Add source citation formatting to trace answers to specific documents 10. Implement fallback behavior when no relevant documents are found 11. Add evaluation metrics: retrieval precision, recall, and MRR 12. Test the retriever with sample queries and verify relevance
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.