Click a capability to watch it run locally.
Five Claude Code skills that make Claude write production .NET instead of generic C#: an EF Core query optimizer (N+1, projections, AsNoTracking), a Minimal API scaffolder, an integration-test writer (Testcontainers, no in-memory fakes), a Result-pattern refactor, and a modern .NET code reviewer.
Free and open-source. The full set - 44+ skills, 7 agents & CLAUDE.md templates - lives inside the .NET AI ToolKit community.
Each one is a real, runnable project with a companion article.
Build a search that understands meaning, not just keywords. Uses Microsoft.Extensions.AI, Ollama for local embeddings, and pgvector on Neon Serverless Postgres to store and query vectors.
Ground your AI responses in real data. Ingest documents, embed them, retrieve the relevant chunks at query time, and feed them to an LLM - so the AI answers from your data, not from guesswork.
Expose your .NET services as tools that any AI client can call. GitHub Copilot, Claude, and Cursor connect to your server and use your data - without you rewriting anything per client.
Enter your email and I'll send you the full source code for all three modules - Semantic Search, RAG System, and MCP Server - ready to clone and run.