skills/csharp-mcp-server-generator/SKILL.md
Generate a complete MCP server project in C# with tools, prompts, and proper configuration
npx skillsauth add vuluu2k/skills csharp-mcp-server-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a complete Model Context Protocol (MCP) server in C# with the following specifications:
Host.CreateApplicationBuilder for DI and lifecycle managementAddMcpServer() with stdio transportWithToolsFromAssembly() for automatic tool discoveryRunAsync()[McpServerToolType] attribute on tool classes[McpServerTool] attribute on tool methods[Description] attributes to tools and parametersGenerate a complete, production-ready MCP server with comprehensive documentation and error handling.
development
Vue 3 Composition API — <script setup>, reactivity (shallowRef/ref), props without destructure, computed, watch, provide/inject, and composables. Use when the project uses modern Vue 3 Composition API style.
development
Vue 3 Options API — data, props, computed, methods, watch, emits, provide/inject, lifecycle hooks, and mixins. Use when the project uses Options API style (Vue 2 legacy or explicit Vue 3 Options API preference).
tools
Best practices for mixing Ant Design Vue components with Tailwind CSS utility classes. Use this skill to keep styling consistent without custom CSS files.
development
Pinia state management for Vue 3 using Composition API (Setup Stores) — TypeScript-first, storeToRefs for reactivity, focused stores, and API calls in composables. Use when the project uses Vue 3 Composition API / <script setup>.