# Dotnet AI

> AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET.

- Skill: `autohandai-community-skills/dotnet-ai` (Agent Skill)
- Install (CLI): `npx skillmds@latest add autohandai-community-skills/dotnet-ai`
- Raw SKILL.md: https://api.skillmd.com/api/skills/autohandai-community-skills/dotnet-ai/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: autohandai (https://skillmd.com/u/autohandai-community-skills)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/autohandai-community-skills/dotnet-ai

---


# dotnet-ai

## Overview

Use this skill for AI and ML work in .NET, including LLM integration, agentic workflows, RAG pipelines, MCP servers or clients, embeddings, and ML.NET systems using [dotnet/skills](https://github.com/dotnet/skills).

## Workflow

1. Clarify the AI task, data flow, model/provider, latency, privacy, and evaluation constraints.
2. Choose .NET libraries and architecture that fit the repository's hosting model and deployment target.
3. Keep prompt, retrieval, tool, and model contracts explicit and testable.
4. Validate with unit tests, integration tests, evals, or deterministic smoke checks where possible.

## Guardrails

- Do not hard-code secrets, model credentials, or provider-specific assumptions.
- Keep user data, embeddings, logs, and prompts privacy-aware.
- Prefer measurable quality and latency criteria over vague AI behavior claims.

## Expected Output

Return a .NET AI implementation or plan with architecture, provider assumptions, and verification.

