examples/nvidia-deep-researcher/skills/knowledge-retrieval/SKILL.md
Semantic search over ingested documents using RAG (LlamaIndex/ChromaDB or Foundational RAG)
npx skillsauth add open-gitagent/gitagent knowledge-retrievalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform semantic search over a pre-ingested document collection using Retrieval-Augmented Generation (RAG). Backed by LlamaIndex with ChromaDB or NVIDIA Foundational RAG.
knowledge_retrieval with the queryResults are returned as text chunks with citation metadata:
Relevant text passage from the ingested document...
Citation: filename.pdf, p.12
Citation: filename.ext, p.Xdevelopment
Reviews code diffs and files for security vulnerabilities (OWASP Top 10), error handling, complexity, naming conventions, and performance issues. Use when the user asks to review a PR, pull request, diff, merge request, or code changes.
development
Advanced web search using Tavily API for current information retrieval
development
Academic paper search via Google Scholar using Serper API
development
Researches a topic by breaking it into subtopics, gathering factual information with reasoning, and producing a structured summary with key findings and open questions. Use when the user asks to research, investigate, look up, summarize a topic, or says 'what is known about...' or 'learn about...'