managedcode

254 mods across 6 repositories, 601 stars between them.

security

25

managedcode/dotnet-skills

Agent

Defend Agent Framework agents against prompt injection and data exfiltration with FIDES (Flow Integrity Deterministic Enforcement System), an information-flow control middleware for tracking content trust and confidentiality.

477 2d ago A 37 tokens original MIT

skills

26

managedcode/dotnet-skills

Agent

Learn how to extend agent capabilities with Agent Skills - portable packages of instructions, scripts, and resources that agents discover and load on demand.

477 2d ago C 27 tokens original MIT

agent-pipeline

28

managedcode/dotnet-skills

Agent

Understand how agents build their internal pipeline of middleware, context providers, and chat clients.

477 2d ago A 17 tokens original MIT

safety

31

managedcode/dotnet-skills

Agent

Security best practices for building safe and secure AI agents with Agent Framework.

477 2d ago A 14 tokens original MIT

minimal-apis

32

managedcode/dotnet-skills

Skill Claude CodeCodex

Design and implement Minimal APIs in ASP.NET Core using handler-first endpoints, route groups, filters, and lightweight composition suited to modern .NET services. USE FOR: building new HTTP APIs in ASP.NET Core; creating lightweight microservices; choosing between Minimal APIs and controllers. DO NOT USE FOR…

477 2d ago A 105 tokens original MIT

astro-developer

33

managedcode/dotnet-skills

Skill Claude CodeCodex

Comprehensive guide for developing in the Astro monorepo. Covers architecture, debugging, testing, and critical constraints. Use when working on features, fixes, tests, or understanding the codebase structure.

477 2d ago A 44 tokens original MIT

managedcode/dotnet-skills

Skill Claude CodeCodex

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

477 2d ago A 55 tokens copy · 100% MIT

managedcode/dotnet-skills

Skill Claude CodeCodex

Guides conversion of a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. USE FOR: migrating apps that use AddServerSideBlazor and MapBlazorHub to the AddRazorComponents/MapRazorComponents model, converting Host.cshtml to an App.razor root component, replacing blazor.server.js with blazor.web.js, migrating…

477 2d ago A 176 tokens copy · 100% MIT

dotnet-webapi

36

managedcode/dotnet-skills

Skill Claude CodeCodex

Guides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling. USE FOR: adding new API endpoints (controllers or minimal APIs), wiring up OpenAPI/Swagger, creating .http test files, setting up global error handling middleware. DO NOT USE FOR…

477 2d ago A 105 tokens copy · 100% MIT

dotnet-maui-doctor

38

managedcode/dotnet-skills

Skill Claude CodeCodex

Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, Xcode, and Windows SDK. All version requirements discovered dynamically from NuGet WorkloadDependencies.json — never hardcoded. Use when: setting up MAUI development, build errors mentioning…

477 2d ago D 150 tokens copy · 100% MIT

maui-app-lifecycle

39

managedcode/dotnet-skills

Skill Claude CodeCodex

.NET MAUI app lifecycle guidance — the four app states, cross-platform Window lifecycle events (Created, Activated, Deactivated, Stopped, Resumed, Destroying), platform-specific lifecycle mapping, backgrounding and resume behavior, and state-preservation patterns. USE FOR: "app lifecycle", "window lifecycle events"…

477 2d ago A 144 tokens copy · 100% MIT

maui-collectionview

40

managedcode/dotnet-skills

Skill Claude CodeCodex

Guidance for implementing CollectionView in .NET MAUI apps — data display, layouts (list & grid), selection, grouping, scrolling, empty views, templates, incremental loading, swipe actions, and pull-to-refresh. USE FOR: "CollectionView", "list view", "grid layout", "data template", "item template", "grouping", "pull…

477 2d ago A 205 tokens copy · 100% MIT

maui-data-binding

41

managedcode/dotnet-skills

Skill Claude CodeCodex

Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE FOR: setting up compiled bindings with x:DataType, implementing INotifyPropertyChanged or…

477 2d ago A 180 tokens copy · 100% MIT

managedcode/dotnet-skills

Skill Claude CodeCodex

Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime selection (Singleton / Transient / Scoped), constructor injection, Shell navigation auto-resolution, platform-specific registrations, and testability patterns. USE FOR: "dependency injection", "DI setup"…

477 2d ago A 144 tokens copy · 100% MIT

maui-safe-area

43

managedcode/dotnet-skills

Skill Claude CodeCodex

.NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers the new SafeAreaEdges property, SafeAreaRegions enum, per-edge control, keyboard avoidance, Blazor Hybrid CSS safe areas, migration from legacy iOS-only APIs, and platform-specific behavior for Android, iOS, and Mac Catalyst. USE FOR: "safe…

477 2d ago A 188 tokens copy · 100% MIT

managedcode/dotnet-skills

Skill Claude CodeCodex

Guide for implementing Shell-based navigation in .NET MAUI apps. Covers AppShell setup, visual hierarchy (FlyoutItem, TabBar, Tab, ShellContent), URI-based navigation with GoToAsync, route registration, query parameters, back navigation, flyout and tab configuration, navigation events, and navigation guards. Use when…

477 2d ago A 164 tokens copy · 100% MIT

maui-theming

45

managedcode/dotnet-skills

Skill Claude CodeCodex

Guide for theming .NET MAUI apps — light/dark mode via AppThemeBinding, ResourceDictionary theme switching, DynamicResource bindings, system theme detection, and user theme preferences. Use when: "dark mode", "light mode", "theming", "AppThemeBinding", "theme switching", "ResourceDictionary theme", "dynamic…

477 2d ago A 157 tokens copy · 100% MIT

orleans

46

managedcode/dotnet-skills

Skill Claude CodeCodex

Design Microsoft Orleans systems from each primitive's purpose and failure model. USE FOR: grains, digital twins, state versus databases, transactions, messaging, streams, timers, reminders, Durable Jobs, stateless workers, grain services, startup, and hosting. DO NOT USE FOR: other actor stacks, batches…

477 2d ago A 93 tokens original MIT

semantic-kernel

47

managedcode/dotnet-skills

Skill Claude CodeCodex

Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable. USE FOR: adding AI-driven prompts, plugins, or orchestration to a .NET app; reviewing kernel construction, service registration, or plugin usage; building…

477 2d ago A 116 tokens original MIT

sharpconsoleui

48

managedcode/dotnet-skills

Skill Claude CodeCodex

Use SharpConsoleUI to build full terminal (TUI) applications in .NET — equally suited to full-screen single-window apps and multi-window desktops with overlapping draggable windows — using a compositor, a DOM layout engine, and 40+ reactive controls (data tables, tree views, forms, an embedded PTY terminal, markdown…

477 2d ago A 190 tokens original MIT