DotNetSkills
Description
.NET orchestrator for executing Anthropic-style AI Skills with Azure OpenAI and MCP tool support
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skills Executor
A .NET orchestrator for executing Anthropic-style Skills with Azure OpenAI and MCP (Model Context Protocol) tool support.
Overview
This project demonstrates how to build an AI agent orchestration system that:
- Loads Skills - Parses
SKILL.mdfiles (Anthropic's skill format) with YAML frontmatter - Connects to MCP Servers - Acts as an MCP client to discover and execute tools
- Orchestrates LLM Calls - Uses Azure OpenAI with function calling in an agentic loop
- Routes Tool Calls - Bridges between Azure OpenAI tool calls and MCP server execution
┌─────────────────────────────────────────────────────────────────────┐
│ Skills Executor │
│ (.NET Console Application) │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────────────┐ │
│ │ Skill Loader │ │ Azure OpenAI │ │ MCP Client Service │ │
│ │ │ │ Service │ │ │ │
│ │ • Discovers │ │ │ │ • Connects to MCP │ │
│ │ SKILL.md │ │ • Chat API │ │ servers │ │
│ │ • Parses │ │ • Function │ │ • Routes tool calls │ │
│ │ YAML │ │ Calling │ │ • Returns results │ │
│ └──────────────┘ └──────────────┘ └──────────────────────┘ │
│ │ │
└────────────────────────────────────────────────────│─────────────────┘
│
┌─────────────────────────┴─────────────────────────┐
│ │
▼ ▼
┌
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps