🎯

building-mcp-servers

🎯Skill

from mhagrelius/dotfiles

VibeIndex|
What it does
|

A Claude Code skill providing a reference guide for building MCP servers in TypeScript, Python, or C#, covering tools, resources, prompts, Streamable HTTP transport, SSE migration, and OAuth authentication.

📦

Same repository

mhagrelius/dotfiles(17 items)

building-mcp-servers

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add mhagrelius/dotfiles --skill building-mcp-servers
skills.sh Install⚠ Installs to .agents/skills/
npx skills add mhagrelius/dotfiles --skill building-mcp-servers
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/building-mcp-servers/SKILL.md

SKILL.md

36Installs
-
Last UpdatedJan 21, 2026

More from this repository10

🎯
dotnet-10-csharp-14🎯Skill

.NET 10 and C# 14 best practices skill covering minimal APIs, modular monolith patterns, feature folders, HTTP resilience, Options pattern, Channels, and validation

🎯
building-tui-apps🎯Skill

Guides building interactive terminal user interface (TUI) applications with reactive architecture, keyboard navigation, live data updates, and multi-panel layouts.

🎯
developing-gtk-apps🎯Skill

A skill for building GTK 4/libadwaita applications, covering app boilerplate, debugging threading/signals/lifecycle issues, and setting up GSettings, resources, and packaging.

🎯
designing-gnome-ui🎯Skill

A skill for designing and implementing GNOME desktop UI, providing guidance for HIG compliance when working with GTK 4/libadwaita or styling Qt/PySide6 applications for the GNOME platform.

🎯
using-typescript-lsp🎯Skill

Guides AI agents on using TypeScript LSP for semantic code intelligence, including finding references, checking types, navigating definitions, and choosing LSP over text search for accuracy-sensitive refactoring tasks.

🎯
working-with-ms-agent-framework🎯Skill

Skill

🎯
working-with-aspire🎯Skill

Guides building distributed apps with .NET Aspire, covering service orchestration, environment variables, service discovery, migration from Aspire 9 to 13+, and MCP server configuration for AI assistants.

🎯
using-python-lsp🎯Skill

A skill that integrates pyright-lsp for Python semantic code intelligence, enabling reference finding, type checking, definition navigation, and type correctness verification instead of text-based search.

🎯
building-cli-apps🎯Skill

A skill providing comprehensive guidance for building command-line interface applications, covering argument parsing, stdin/stdout/stderr patterns, subcommands, and testing. Includes library recommendations for Python (typer, rich), TypeScript (commander, ora), and C#.

🎯
yt-transcribe🎯Skill

A Claude Code skill that transcribes YouTube videos using the yt-transcribe CLI tool, enabling agents to extract spoken content from videos when web search and fetch tools can only access metadata.