skills/smithery.ai/ms-agent-framework-rag

ms-agent-framework-rag

Installation
SKILL.md

Microsoft Agent Framework - Agentic RAG System

This skill provides scaffolding and guidance for building production-ready Agentic RAG (Retrieval-Augmented Generation) systems using Microsoft Agent Framework with C#.

Quick Start

Use the scaffolding script to create a new RAG system:

scripts/create_rag_system.sh <project-name> [--output-dir <path>]

Example:

scripts/create_rag_system.sh MyKnowledgeBase --output-dir ./my-rag-project

Architecture Overview

Installs
1
First Seen
Apr 5, 2026
ms-agent-framework-rag from smithery.ai