Agent Skills: dotnet-ai

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

UncategorizedID: autohandai/community-skills/dotnet-ai

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/dotnet-ai

Skill Files

Browse the full folder contents for dotnet-ai.

Download Skill

Loading file tree…

dotnet-ai/SKILL.md

Skill Metadata

Name
dotnet-ai
Description
"AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET."

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.

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.