Use when implementing retrieval-augmented generation with OpenAI from an approved ai-architecture.md and retrieval design. Produces retrieval adapters, context packing, grounding prompts, citation or source handling, hallucination checks, eval cases, and telemetry for retrieval quality, latency, token use, and groundedness failures. Do not use to choose the data store, design the retrieval topology, implement generic chat, or build agent control flow.
$npx -y skills add amritmalla/claude-full-stack-2.0 --skill openai-rag-runtimeInstalls into the current project.
Run `npx skills use "https://github.com/amritmalla/claude-full-stack-2.0" --skill "amritmalla/claude-full-stack-2.0/openai-rag-runtime"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amritmalla/claude-full-stack-2.0" that are relevant to the current task. Run `npx skills add "https://github.com/amritmalla/claude-full-stack-2.0"` and select the relevant skills, then follow their instructions.