diff --git a/README.md b/README.md index 5e87a5c2..08b96edc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ That's it — the skill activates automatically the next time your agent encount | **NeMo Gym** | RL training environments — add benchmarks, resources servers, agent wiring, and reward profiling. | 1 | [`skills/NeMo-Gym/`](skills/NeMo-Gym) | [Source](https://github.com/NVIDIA-NeMo/Gym/tree/main/.claude/skills) | [`62e44bb`](https://github.com/NVIDIA-NeMo/Gym/commit/62e44bb51d2ff55d831d42de9f2dd55c58a11d80) · 2026-04-28 | | **NemoClaw** | Secure agent sandboxing — run OpenClaw inside NVIDIA OpenShell with managed inference, policy management, remote deployment, sandbox monitoring, and contributor/maintainer workflows. | 21 | [`skills/NemoClaw/`](skills/NemoClaw) | [Source](https://github.com/NVIDIA/NemoClaw/tree/main/.agents/skills) | [`71c0f42`](https://github.com/NVIDIA/NemoClaw/commit/71c0f4203ad7427ca930d588389adf062879134b) · 2026-04-28 | | **Nemotron Voice Agent** | Real-time conversational AI — deploy speech-to-speech voice agents on Workstation, Jetson Thor, or Cloud NIMs. | 1 | [`skills/nemotron-voice-agent/`](skills/nemotron-voice-agent) | [Source](https://github.com/NVIDIA-AI-Blueprints/nemotron-voice-agent/tree/main/.agents/skills) | [`a87826c`](https://github.com/NVIDIA-AI-Blueprints/nemotron-voice-agent/commit/a87826cc1ab03103cea7f1f24dc94f456500e5c2) · 2026-04-22 | -| **RAG Blueprint** | RAG pipeline — deploy, configure, troubleshoot, and manage retrieval augmented generation with Docker Compose or Helm. | 1 | [`skills/rag/`](skills/rag) | [Source](https://github.com/NVIDIA-AI-Blueprints/rag/tree/main/skill-source/.agents/skills) | — | +| **RAG Blueprint** | RAG pipeline — deploy, configure, troubleshoot, and manage retrieval augmented generation with Docker Compose or Helm. | 1 | [`skills/rag/`](skills/rag) | [Source](https://github.com/NVIDIA-AI-Blueprints/rag/tree/main/skill-source/.agents/skills) | | | **TensorRT-LLM** | LLM inference optimization — model onboarding, performance analysis and optimization, kernel writing, CI diagnostics, code contribution, and codebase exploration. | 20 | [`skills/TensorRT-LLM/`](skills/TensorRT-LLM) | [Source](https://github.com/NVIDIA/TensorRT-LLM/tree/main/.claude/skills) | [`b5c41f2`](https://github.com/NVIDIA/TensorRT-LLM/commit/b5c41f2094e296b364d0bf3e3cf05fc64c2e90bd) · 2026-04-28 | --- diff --git a/components.yml b/components.yml index eefb4283..1c6cbb13 100644 --- a/components.yml +++ b/components.yml @@ -126,3 +126,12 @@ components: skills: - path: .agents/skills/ catalog_dir: NemoClaw + + - name: RAG Blueprint + repo: NVIDIA-AI-Blueprints/rag + description: >- + RAG pipeline — deploy, configure, troubleshoot, and manage retrieval + augmented generation with Docker Compose or Helm. + skills: + - path: skill-source/.agents/skills/ + catalog_dir: rag