managedcode

254 mods across 6 repositories, 601 stars between them.

signalr

49

managedcode/dotnet-skills

Skill Claude CodeCodex

Implement or review SignalR hubs, streaming, reconnection, transport, and real-time delivery patterns in ASP.NET Core applications. USE FOR: building chat, notification, collaboration, or live-update features; debugging hub lifetime, connection state, or transport issues; deciding whether SignalR or another. DO NOT…

477 2d ago A 109 tokens original MIT

webgpu-threejs-tsl

50

managedcode/dotnet-skills

Skill Claude CodeCodex

Comprehensive guide for developing WebGPU-enabled Three.js applications using TSL (Three.js Shading Language). Covers WebGPU renderer setup, TSL syntax and node materials, compute shaders, post-processing effects, and WGSL integration. Use this skill when working with Three.js WebGPU, TSL shaders, node materials, or…

477 2d ago A 78 tokens original MIT

uno-platform

51

managedcode/dotnet-skills

Skill Claude CodeCodex

Build cross-platform .NET applications with Uno Platform targeting WebAssembly, iOS, Android, macOS, Linux, and Windows from a single XAML/C# codebase. USE FOR: building cross-platform apps from a single C# and XAML codebase; targeting WebAssembly, iOS, Android, macOS, Linux, and Windows simultaneously; migrating WPF…

477 2d ago A 129 tokens original MIT

wcf

52

managedcode/dotnet-skills

Skill Claude CodeCodex

Work on WCF services, clients, bindings, contracts, and migration decisions for SOAP and multi-transport service-oriented systems on .NET Framework or compatible stacks. USE FOR: working on WCF services, bindings, or clients; deciding whether a service should stay WCF or move to modern HTTP APIs; reviewing transport…

477 2d ago A 120 tokens original MIT

wpf

53

managedcode/dotnet-skills

Skill Claude CodeCodex

Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions. USE FOR: working on WPF UI, MVVM, binding, commands, or desktop modernization; migrating WPF from .NET Framework to .NET; integrating newer Windows capabilities into a…

477 2d ago A 122 tokens original MIT

web-api

54

managedcode/dotnet-skills

Skill Claude CodeCodex

Build or maintain controller-based ASP.NET Core APIs when the project needs controller conventions, advanced model binding, validation extensions, OData, JsonPatch, or existing API patterns. USE FOR: working on controller-based APIs in ASP.NET Core; needing controller-specific extensibility or conventions; migrating…

477 2d ago A 115 tokens original MIT

winforms

55

managedcode/dotnet-skills

Skill Claude CodeCodex

Build, maintain, or modernize Windows Forms applications with practical guidance on designer-driven UI, event handling, data binding, MVP separation, and migration to modern .NET. USE FOR: working on Windows Forms UI, event-driven workflows, or classic LOB applications; migrating WinForms from .NET Framework to modern…

477 2d ago A 122 tokens original MIT

winui

56

managedcode/dotnet-skills

Skill Claude CodeCodex

Build or review WinUI 3 applications with the Windows App SDK, including MVVM patterns, packaging decisions, navigation, theming, windowing, and interop boundaries with other .NET stacks. USE FOR: building native modern Windows desktop UI on WinUI 3; integrating Windows App SDK features into a .NET app; deciding…

477 2d ago A 134 tokens original MIT

worker-services

57

managedcode/dotnet-skills

Skill Claude CodeCodex

Build long-running .NET background services with BackgroundService, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons. USE FOR: background services; scheduled workers; hosted services; worker extraction; graceful shutdown, health checks, and service hosting…

477 2d ago A 109 tokens original MIT

workflow-foundation

58

managedcode/dotnet-skills

Skill Claude CodeCodex

Maintain or assess Workflow Foundation-based solutions on .NET Framework, especially where long-lived process logic or legacy designer artifacts still matter. USE FOR: WF activities and workflows; designer-backed process logic; long-lived workflow state and persistence; keep, isolate, or replace decisions. DO NOT USE…

477 2d ago A 105 tokens original MIT

grpc

59

managedcode/dotnet-skills

Skill Claude CodeCodex

Build or review gRPC services and clients in .NET. USE FOR: ASP.NET Core gRPC, protobuf contracts, unary or streaming RPC, gRPC client factory, interceptors, deadlines, cancellation, channel reuse, backend service integration. DO NOT USE FOR: broad browser-facing APIs without gRPC-Web tradeoff review, SignalR realtime…

477 2d ago A 95 tokens original MIT

archunitnet

60

managedcode/dotnet-skills

Skill Claude CodeCodex

Use the open-source free ArchUnitNET library for architecture rules in .NET tests. Use when a repo needs richer architecture assertions than lightweight fluent rule libraries usually provide. USE FOR: the repo uses or wants ArchUnitNET; architecture testing needs richer modeling than simple dependency checks. DO NOT…

477 2d ago A 104 tokens original MIT

mcaf-adr-writing

61

managedcode/MCAF

Skill Claude CodeCodex

Create or update an ADR under docs/ADR/ for architectural decisions, dependency changes, data-model changes, or cross-cutting policy shifts. Use when the user asks to write, update, or document an ADR, record a design decision, capture architecture trade-offs, or justify a repo-wide technical policy.

52 3d ago A 69 tokens CC-BY-4.0

mcaf-agile-delivery

62

managedcode/MCAF

Skill Claude CodeCodex

Shape delivery workflow around backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.

52 3d ago A 40 tokens CC-BY-4.0

managedcode/MCAF

Skill Claude CodeCodex

Create or update docs/Architecture.md as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use references/overview-template.md for scaffolding.

52 3d ago A 61 tokens CC-BY-4.0

mcaf-ci-cd

64

managedcode/MCAF

Skill Claude CodeCodex

Design or refine CI/CD workflows, quality gates, release flow, and safe AI-assisted pipeline authoring. Use when adding or changing build pipelines, release stages, IaC-driven environments, or deployment rollback policy.

52 3d ago A 48 tokens CC-BY-4.0

mcaf-code-review

65

managedcode/MCAF

Skill Claude CodeCodex

Prepare for, perform, or tighten code review workflow: PR scope, review checklist, reviewer expectations, and merge hygiene. Use when shaping pull requests, defining review policy, or auditing whether a change is review-ready.

52 3d ago A 48 tokens CC-BY-4.0

mcaf-devex

66

managedcode/MCAF

Skill Claude CodeCodex

Improve developer experience for multi-component solutions: onboarding, F5 contract, cross-platform tasks, local inner loop, and reproducible setup. Use when the repo is hard to run, debug, test, or onboard into.

52 3d ago A 49 tokens CC-BY-4.0

mcaf-documentation

67

managedcode/MCAF

Skill Claude CodeCodex

Create or refine durable engineering documentation: docs structure, navigation, source-of-truth placement, and writing quality. Use when a repo’s docs are missing, stale, duplicated, or hard to navigate, or when adding new durable engineering guidance.

52 3d ago A 53 tokens CC-BY-4.0

mcaf-feature-spec

68

managedcode/MCAF

Skill Claude CodeCodex

Create or update a feature spec under docs/Features/ with business rules, user flows, system behaviour, verification, and Definition of Done. Use when the user asks for a feature spec, executable requirements, acceptance criteria, behaviour documentation, or a pre-implementation plan for non-trivial behaviour changes.

52 3d ago A 67 tokens CC-BY-4.0

managedcode/MCAF

Skill Claude CodeCodex

Plan a human review for a large AI-generated code drop by reading the target area, tracing the natural user and system flows, identifying the riskiest boundaries, and prioritizing the files a human should inspect first. Use when the codebase is too large to review line-by-line and you need a practical review sequence…

52 3d ago A 76 tokens CC-BY-4.0

mcaf-ml-ai-delivery

70

managedcode/MCAF

Skill Claude CodeCodex

Apply ML/AI project delivery guidance for data exploration, feasibility, experimentation, testing, responsible AI, and operating ML systems. Use when the repo includes model training, inference, data science workflows, or ML-specific delivery planning.

52 3d ago A 53 tokens CC-BY-4.0

mcaf-nfr

71

managedcode/MCAF

Skill Claude CodeCodex

Capture or refine non-functional requirements such as accessibility, reliability, scalability, maintainability, performance, and compliance. Use when a feature or architecture change needs explicit quality attributes and trade-offs.

52 3d ago A 42 tokens CC-BY-4.0

mcaf-observability

72

managedcode/MCAF

Skill Claude CodeCodex

Design or improve observability for application and delivery flows: logs, metrics, traces, correlation, alerts, and operational diagnostics. Use when a change affects runtime visibility, failure diagnosis, SLOs, or alerting.

52 3d ago A 50 tokens CC-BY-4.0