dotnet-10-csharp-14
๐ฏSkillfrom mhagrelius/dotfiles
.NET 10 and C# 14 best practices skill covering minimal APIs, modular monolith patterns, feature folders, HTTP resilience, Options pattern, Channels, and validation
Same repository
mhagrelius/dotfiles(17 items)
Installation
npx vibeindex add mhagrelius/dotfiles --skill dotnet-10-csharp-14npx skills add mhagrelius/dotfiles --skill dotnet-10-csharp-14~/.claude/skills/dotnet-10-csharp-14/SKILL.mdSKILL.md
More from this repository10
Guides building interactive terminal user interface (TUI) applications with reactive architecture, keyboard navigation, live data updates, and multi-panel layouts.
A skill for building GTK 4/libadwaita applications, covering app boilerplate, debugging threading/signals/lifecycle issues, and setting up GSettings, resources, and packaging.
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.
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.
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.
Skill
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.
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#.
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.
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.