← all publishers

Postpartum-genushyacinthus29

@postpartum-genushyacinthus29 source repo

66 published skills

  1. Dotnet Xunit · postpartum-genushyacinthus29 bundle
    Write, run, or repair .NET tests that use xUnit. Use when a repo uses `xunit`, `xunit.v3`, `[Fact]`, `[Theory]`, or `xunit.runner.visualstudio`, and you need the right CLI, package, and runner guidance for xUnit on VSTest or Microsoft.Testing.Platform.
    0
    installs
  2. Dotnet Mcaf Devex · postpartum-genushyacinthus29 bundle
    Apply MCAF developer-experience guidance for 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.
    0
    installs
  3. Dotnet Mcaf Feature Spec · postpartum-genushyacinthus29 bundle
    Apply MCAF feature-spec guidance to 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.
    0
    installs
  4. Dotnet Mcaf Documentation · postpartum-genushyacinthus29 bundle
    Apply MCAF documentation guidance for 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.
    0
    installs
  5. Dotnet Mcaf Agile Delivery · postpartum-genushyacinthus29 bundle
    Apply MCAF agile-delivery guidance for backlog quality, roles, ceremonies, and engineering feedback. Use when defining how the team plans, tracks work, and turns feedback into durable improvements.
    0
    installs
  6. Dotnet Mcaf Ml AI Delivery · postpartum-genushyacinthus29 bundle
    Apply MCAF ML/AI 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.
    0
    installs
  7. Dotnet Mcaf Human Review Planning · postpartum-genushyacinthus29 bundle
    Apply MCAF human-review-planning guidance 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 plus a prioritized file list.
    0
    installs
  8. Dotnet · postpartum-genushyacinthus29 bundle
    Primary router skill for broad .NET work. Classify the repo by app model and cross-cutting concern first, then switch to the narrowest matching .NET skill instead of staying at a generic layer.
    0
    installs
  9. Dotnet MCP · postpartum-genushyacinthus29 bundle
    Build or consume Model Context Protocol (MCP) servers and clients in .NET using the official MCP C# SDK, including stdio, Streamable HTTP, tools, prompts, resources, and capability negotiation.
    0
    installs
  10. Dotnet Wpf · postpartum-genushyacinthus29 bundle
    Build and modernize WPF applications on .NET with correct XAML, data binding, commands, threading, styling, and Windows desktop migration decisions.
    0
    installs
  11. Dotnet Cloc · postpartum-genushyacinthus29 bundle
    Use the open-source free `cloc` tool for line-count, language-mix, and diff statistics in .NET repositories. Use when a repo needs C# and solution footprint metrics, branch-to-branch LOC comparison, or repeatable code-size reporting in local workflows and CI.
    0
    installs
  12. Dotnet Grpc · postpartum-genushyacinthus29 bundle
    Build or review gRPC services and clients in .NET with correct contract-first design, streaming behavior, transport assumptions, and backend service integration.
    0
    installs
  13. Dotnet Maui · postpartum-genushyacinthus29 bundle
    Build, review, or migrate .NET MAUI applications across Android, iOS, macOS, and Windows with correct cross-platform UI, platform integration, and native packaging assumptions.
    0
    installs
  14. Dotnet Mcaf · postpartum-genushyacinthus29 bundle
    Adopt MCAF governance in a .NET repository with the right AGENTS.md layout, repo-native docs, skill installation, verification rules, and non-trivial task workflow. Use when bootstrapping or updating MCAF alongside the dotnet-skills catalog.
    0
    installs
  15. Dotnet Biome · postpartum-genushyacinthus29
    Use Biome in .NET repositories that ship Node-based frontend assets and want a fast combined formatter-linter-import organizer for JavaScript, TypeScript, CSS, JSON, GraphQL, or HTML. Use when a repo prefers a modern all-in-one CLI over a larger ESLint plus Prettier style stack.
    0
    installs
  16. Dotnet Chous · postpartum-genushyacinthus29
    Use Chous in .NET repositories that ship sizeable frontend codebases and want file-structure linting, naming convention enforcement, and folder-layout policy as a CLI gate. Use when the problem is frontend architecture drift in the file tree rather than semantic code issues inside the files.
    0
    installs
  17. Dotnet Nunit · postpartum-genushyacinthus29 bundle
    Write, run, or repair .NET tests that use NUnit. Use when a repo uses `NUnit`, `[Test]`, `[TestCase]`, `[TestFixture]`, or NUnit3TestAdapter for VSTest or Microsoft.Testing.Platform execution.
    0
    installs
  18. Dotnet Tunit · postpartum-genushyacinthus29 bundle
    Write, run, or repair .NET tests that use TUnit. Use when a repo uses `TUnit`, `TUnit.Playwright`, `[Test]`, `[Arguments]`, `ClassDataSource`, `SharedType.PerTestSession`, or Microsoft.Testing.Platform-based execution.
    0
    installs
  19. Dotnet Winui · postpartum-genushyacinthus29 bundle
    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 when building modern Windows-native desktop UI.
    0
    installs
  20. Dotnet Aspire · postpartum-genushyacinthus29 bundle
    Build, upgrade, and operate .NET Aspire application hosts with current CLI, AppHost, ServiceDefaults, integrations, dashboard, testing, and Azure deployment patterns for distributed apps.
    0
    installs
  21. Dotnet Blazor · postpartum-genushyacinthus29 bundle
    Build and review Blazor applications across server, WebAssembly, web app, and hybrid scenarios with correct component design, state flow, rendering, and hosting choices.
    0
    installs
  22. Dotnet Eslint · postpartum-genushyacinthus29
    Use ESLint in .NET repositories that ship JavaScript, TypeScript, React, or other Node-based frontend assets. Use when a repo needs a configurable CLI lint gate for frontend correctness, import hygiene, unsafe patterns, or framework-specific rules.
    0
    installs
  23. Dotnet Format · postpartum-genushyacinthus29 bundle
    Use the free first-party `dotnet format` CLI for .NET formatting and analyzer fixes. Use when a .NET repo needs formatting commands, `--verify-no-changes` CI checks, or `.editorconfig`-driven code style enforcement.
    0
    installs
  24. Dotnet Libvlc · postpartum-genushyacinthus29 bundle
    Expert knowledge of the libvlc C API (3.x and 4.x), the multimedia framework behind VLC media player. Use when helping with LibVLC or LibVLCSharp for media playback, streaming, or transcoding.
    0
    installs
  25. Dotnet Mstest · postpartum-genushyacinthus29 bundle
    Write, run, or repair .NET tests that use MSTest. Use when a repo uses `MSTest.Sdk`, `MSTest`, `[TestClass]`, `[TestMethod]`, `DataRow`, or Microsoft.Testing.Platform-based MSTest execution.
    0
    installs
  26. Dotnet Orleans · postpartum-genushyacinthus29 bundle
    Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placement, transactions, serialization, event sourcing, testing, and cloud-native hosting.
    0
    installs
  27. Dotnet Signalr · postpartum-genushyacinthus29 bundle
    Implement or review SignalR hubs, streaming, reconnection, transport, and real-time delivery patterns in ASP.NET Core applications.
    0
    installs
  28. Dotnet Sonarjs · postpartum-genushyacinthus29
    Use SonarJS-derived rules in .NET repositories that ship JavaScript or TypeScript frontends and need deeper bug-risk, code-smell, or cognitive-complexity checks than a minimal ESLint baseline. Use when the repo wants `eslint-plugin-sonarjs` locally or already runs SonarQube or SonarCloud in CI.
    0
    installs
  29. Dotnet Stryker · postpartum-genushyacinthus29 bundle
    Use the open-source free `Stryker.NET` mutation testing tool for .NET. Use when a repo needs to measure whether tests actually catch faults, especially in critical libraries or domains.
    0
    installs
  30. Dotnet Web API · postpartum-genushyacinthus29 bundle
    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.
    0
    installs
  31. Dotnet Coverlet · postpartum-genushyacinthus29 bundle
    Use the open-source free `coverlet` toolchain for .NET code coverage. Use when a repo needs line and branch coverage, collector versus MSBuild driver selection, or CI-safe coverage commands.
    0
    installs
  32. Dotnet Htmlhint · postpartum-genushyacinthus29
    Use HTMLHint in .NET repositories that ship static HTML output or standalone frontend templates. Use when a repo needs a focused CLI lint gate for DOM structure, invalid attributes, and basic HTML correctness checks on static pages.
    0
    installs
  33. Dotnet Metalint · postpartum-genushyacinthus29
    Use Metalint in .NET repositories that ship Node-based frontend assets and want one CLI entrypoint over several underlying linters. Use when a repo wants to orchestrate ESLint, Stylelint, HTMLHint, and related frontend checks from a single checked-in `.metalint/` configuration.
    0
    installs
  34. Dotnet Quickdup · postpartum-genushyacinthus29 bundle
    Use the open-source free `QuickDup` clone detector for .NET repositories. Use when a repo needs duplicate C# code discovery, structural clone detection, DRY refactoring candidates, or repeatable duplication scans in local workflows and CI.
    0
    installs
  35. Dotnet Winforms · postpartum-genushyacinthus29 bundle
    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 when working on WinForms projects or migrating from .NET Framework.
    0
    installs
  36. Dotnet Csharpier · postpartum-genushyacinthus29 bundle
    Use the open-source free `CSharpier` formatter for C# and XML. Use when a .NET repo intentionally wants one opinionated formatter instead of a highly configurable `dotnet format`-driven style model.
    0
    installs
  37. Dotnet Profiling · postpartum-genushyacinthus29 bundle
    Use the free official .NET diagnostics CLI tools for profiling and runtime investigation in .NET repositories. Use when a repo needs CPU tracing, live counters, GC and allocation investigation, exception or contention tracing, heap snapshots, or startup diagnostics without GUI-only tooling.
    0
    installs
  38. Dotnet Stylelint · postpartum-genushyacinthus29 bundle
    Use Stylelint in .NET repositories that ship CSS, SCSS, or other stylesheet assets alongside web frontends. Use when a repo needs a dedicated CLI lint gate for selectors, properties, duplicate styles, naming conventions, or design-system rule enforcement.
    0
    installs
  39. Dotnet Complexity · postpartum-genushyacinthus29 bundle
    Use free built-in .NET maintainability analyzers and code metrics configuration to find overly complex methods and coupled code. Use when a repo needs cyclomatic complexity checks, maintainability thresholds, or complexity-driven refactoring gates.
    0
    installs
  40. Dotnet Mcaf UI UX · postpartum-genushyacinthus29 bundle
    Apply MCAF UI/UX guidance for design systems, accessibility, front-end technology selection, and design-to-development collaboration. Use when bootstrapping a UI project, choosing front-end stack, or tightening design and accessibility practices.
    0
    installs
  41. Dotnet Roslynator · postpartum-genushyacinthus29 bundle
    Use the open-source free `Roslynator` analyzer packages and optional CLI for .NET. Use when a repo wants broad C# static analysis, auto-fix flows, dead-code detection, optional CLI checks, or extra rules beyond the SDK analyzers.
    0
    installs
  42. Dotnet Archunitnet · postpartum-genushyacinthus29 bundle
    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.
    0
    installs
  43. Dotnet Netarchtest · postpartum-genushyacinthus29 bundle
    Use the open-source free `NetArchTest.Rules` library for architecture rules in .NET unit tests. Use when a repo wants lightweight, fluent architecture assertions for namespaces, dependencies, or layering.
    0
    installs
  44. Dotnet Architecture · postpartum-genushyacinthus29 bundle
    Design or review .NET solution architecture across modular monoliths, clean architecture, vertical slices, microservices, DDD, CQRS, and cloud-native boundaries without over-engineering.
    0
    installs
  45. Dotnet Minimal Apis · postpartum-genushyacinthus29 bundle
    Design and implement Minimal APIs in ASP.NET Core using handler-first endpoints, route groups, filters, and lightweight composition suited to modern .NET services.
    0
    installs
  46. Dotnet Uno Platform · postpartum-genushyacinthus29 bundle
    Build cross-platform .NET applications with Uno Platform targeting WebAssembly, iOS, Android, macOS, Linux, and Windows from a single XAML/C# codebase.
    0
    installs
  47. Dotnet Code Analysis · postpartum-genushyacinthus29 bundle
    Use the free built-in .NET SDK analyzers and analysis levels with gradual Roslyn warning promotion. Use when a .NET repo needs first-party code analysis, `EnableNETAnalyzers`, `AnalysisLevel`, or warning-as-error policy wired into build and CI.
    0
    installs
  48. Dotnet Legacy Aspnet · postpartum-genushyacinthus29 bundle
    Maintain classic ASP.NET applications on .NET Framework, including Web Forms, older MVC, and legacy hosting patterns, while planning realistic modernization boundaries.
    0
    installs
  49. Dotnet Modern Csharp · postpartum-genushyacinthus29 bundle
    Write modern, version-aware C# for .NET repositories. Use when choosing language features across C# versions, especially C# 13 and C# 14, while staying compatible with the repo's target framework and `LangVersion`.
    0
    installs
  50. Dotnet Project Setup · postpartum-genushyacinthus29 bundle
    Create or reorganize .NET solutions with clean project boundaries, repeatable SDK settings, and a maintainable baseline for libraries, apps, tests, CI, and local development.
    0
    installs
  51. Dotnet Resharper Clt · postpartum-genushyacinthus29 bundle
    Use the free official JetBrains ReSharper Command Line Tools for .NET repositories. Use when a repo wants powerful `jb inspectcode` inspections, `jb cleanupcode` cleanup profiles, solution-level `.DotSettings` enforcement, or a stronger CLI quality gate for C# than the default SDK analyzers alone.
    0
    installs
  52. Dotnet Analyzer Config · postpartum-genushyacinthus29 bundle
    Use a repo-root `.editorconfig` to configure free .NET analyzer and style rules. Use when a .NET repo needs rule severity, code-style options, section layout, or analyzer ownership made explicit. Nested `.editorconfig` files are allowed when they serve a clear subtree-specific purpose.
    0
    installs
  53. Dotnet Reportgenerator · postpartum-genushyacinthus29 bundle
    Use the open-source free `ReportGenerator` tool for turning .NET coverage outputs into HTML, Markdown, Cobertura, badges, and merged reports. Use when raw coverage files are not readable enough for CI or human review.
    0
    installs
  54. Dotnet Semantic Kernel · postpartum-genushyacinthus29 bundle
    Build AI-enabled .NET applications with Semantic Kernel using services, plugins, prompts, and function-calling patterns that remain testable and maintainable.
    0
    installs
  55. Dotnet Worker Services · postpartum-genushyacinthus29 bundle
    Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons.
    0
    installs
  56. Dotnet Asynkron Profiler · postpartum-genushyacinthus29 bundle
    Use the open-source free `Asynkron.Profiler` dotnet tool for CLI-first CPU, allocation, exception, contention, and heap profiling of .NET commands or existing trace artifacts.
    0
    installs
  57. Dotnet Entity Framework6 · postpartum-genushyacinthus29 bundle
    Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and when EF Core is or is not the right next step. Use when working in an EF6 codebase or planning a data layer migration.
    0
    installs
  58. Dotnet Stylecop Analyzers · postpartum-genushyacinthus29 bundle
    Use the open-source free `StyleCop.Analyzers` package for naming, layout, documentation, and style rules in .NET projects. Use when a repo wants stricter style conventions than the SDK analyzers alone provide.
    0
    installs
  59. Dotnet Managedcode Storage · postpartum-genushyacinthus29
    Use ManagedCode.Storage when a .NET application needs a provider-agnostic storage abstraction with explicit configuration, container selection, upload and download flows, and backend-specific integration kept behind one library contract.
    0
    installs
  60. Dotnet Entity Framework Core · postpartum-genushyacinthus29 bundle
    Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and lifetime management for modern .NET applications.
    0
    installs
  61. Dotnet Managedcode Mimetypes · postpartum-genushyacinthus29
    Use ManagedCode.MimeTypes when a .NET application needs consistent MIME type detection, extension mapping, and content-type decisions for uploads, downloads, or HTTP responses.
    0
    installs
  62. Dotnet Microsoft Extensions AI · postpartum-genushyacinthus29 bundle
    Build provider-agnostic .NET AI integrations with `Microsoft.Extensions.AI`, `IChatClient`, embeddings, middleware, structured output, vector search, and evaluation.
    0
    installs
  63. Dotnet Managedcode Communication · postpartum-genushyacinthus29
    Use ManagedCode.Communication when a .NET application needs explicit result objects, structured errors, and predictable service or API boundaries instead of exception-driven control flow.
    0
    installs
  64. Dotnet Managedcode Orleans Graph · postpartum-genushyacinthus29
    Integrate ManagedCode.Orleans.Graph into an Orleans-based .NET application for graph-oriented relationships, edge management, and traversal logic on top of Orleans grains. Use when the application models graph structures in a distributed Orleans system.
    0
    installs
  65. Dotnet Microsoft Agent Framework · postpartum-genushyacinthus29 bundle
    Build .NET AI agents and multi-agent workflows with Microsoft Agent Framework using the right agent type, threads, tools, workflows, hosting protocols, and enterprise guardrails.
    0
    installs
  66. Dotnet Managedcode Orleans Signalr · postpartum-genushyacinthus29
    Use ManagedCode.Orleans.SignalR when a distributed .NET application needs Orleans-based coordination of SignalR real-time messaging, hub delivery, and grain-driven push flows.
    0
    installs