What problem does it solve?
This Skill provides ready-to-use scaffolding and guidance for building production-ready Agentic RAG systems using Microsoft Agent Framework in C#. It offers structured project templates, reference implementations, and best-practices for vector storage, embedding models, and multi-agent workflows.
Core Features & Use Cases
- Scaffolding scripts to generate complete RAG projects with standard architecture and configuration.
- Semantic search integration and document indexing using vector stores.
- Multi-agent orchestration patterns (Research, Synthesis, Validation) with guidance on agent design.
- Reference implementations for common patterns and tool integrations (Azure OpenAI, OpenAI, vector databases).
- Use Case: Rapidly prototype a knowledge base assistant that retrieves relevant docs and generates concise answers using layered agents.
Quick Start
Create a new RAG system scaffold named <project-name> using the scaffolding script.