Documents and links from our group, "Agentic Engineers", at Microsoft.
Microsoft Employees: You can also view the internal wiki page on how to join: Agentic Engineers Wiki
- Microsoft Agent Framework — Microsoft's framework for building AI agents
- Model Context Protocol — C# SDK — official C# SDK for building MCP servers and clients, maintained with Microsoft
- .NET Extensions — includes AI/Copilot integration points
- Anthropic's Skills — public repository of agent skills for Claude Code
skill-creatorskill — a skill that helps you create, test, and optimize new skills
- Anthropic Claude Plugins (official) — Anthropic-managed directory of high-quality Claude Code plugins
- .NET Skills — skills to assist AI coding agents with .NET and C#
- .NET Arcade Skills — reusable AI skills, plugins, and agents for dotnet product repos
- Larry's Agent Plugins — curated agent skills marketplace
- Stéphane's MAUI Copilot Plugins — includes a .NET MAUI Appium skill
- dotnet/runtime — Code Review — review code changes for correctness, performance, and project conventions
- dotnet/android — AzDO Build Investigator — analyze Azure DevOps CI build failures
- dotnet/android — Android Reviewer — code review for Android-specific repos
- dotnet/maui — PR Build Status — PR build status and CI context for MAUI
- mono/SkiaSharp — API Docs — generate and validate API documentation
- .NET Microsoft AI Tools — AI tooling for .NET developers
- Helix MCP — Helix CLI + MCP server
- Maestro MCP — Maestro + MCP server
- Agentic Engineers — this repo
- Vibe Coding a Mock Steam Client in WPF — a Steam-like UI built entirely via vibe coding with Copilot
- Vibe Coding a Mock Steam Client in MAUI — same concept as above but using .NET MAUI
- dotnet-replay — interactive transcript viewer for Copilot CLI sessions
- Karpathy's AutoResearch — AI agents running research on single-GPU training automatically