Source

novotnyllc/dotnet-artisan

135 skills · 2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
dotnet-documentation-strategy Chooses documentation tooling. Starlight, Docusaurus, DocFX decision tree, migration paths.
novotnyllc/dotnet-artisan
4
2
dotnet-efcore-architecture Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
novotnyllc/dotnet-artisan
4
3
dotnet-file-based-apps Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
novotnyllc/dotnet-artisan
4
4
dotnet-file-io Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.
novotnyllc/dotnet-artisan
4
5
dotnet-gha-deploy Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.
novotnyllc/dotnet-artisan
4
6
dotnet-github-docs Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
novotnyllc/dotnet-artisan
4
7
dotnet-github-releases Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.
novotnyllc/dotnet-artisan
4
8
dotnet-grpc Builds gRPC services. Proto definition, code-gen, ASP.NET Core host, streaming, auth.
novotnyllc/dotnet-artisan
4
9
dotnet-localization Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
novotnyllc/dotnet-artisan
4
10
dotnet-maui-aot Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
novotnyllc/dotnet-artisan
4
11
dotnet-maui-development Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
novotnyllc/dotnet-artisan
4
12
dotnet-maui-testing Tests .NET MAUI apps. Appium device automation, XHarness, platform validation.
novotnyllc/dotnet-artisan
4
13
dotnet-mermaid-diagrams Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
novotnyllc/dotnet-artisan
4
14
dotnet-middleware-patterns Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
novotnyllc/dotnet-artisan
4
15
dotnet-modernize Analyzes .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.
novotnyllc/dotnet-artisan
4
16
dotnet-msbuild-authoring Authors MSBuild targets, props, conditions, incremental builds, and Directory.Build patterns.
novotnyllc/dotnet-artisan
4
17
dotnet-msix Packages MSIX apps. Creation, signing, Store submission, App Installer sideload, auto-update.
novotnyllc/dotnet-artisan
4
18
dotnet-multi-targeting Targets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
novotnyllc/dotnet-artisan
4
19
dotnet-native-interop Calls native libraries via P/Invoke. LibraryImport, marshalling, cross-platform resolution.
novotnyllc/dotnet-artisan
4
20
dotnet-nuget-authoring Creates NuGet packages. SDK-style csproj, source generators, multi-TFM, symbols, signing.
novotnyllc/dotnet-artisan
4
21
dotnet-observability Adds observability. OpenTelemetry traces/metrics/logs, health checks, custom metrics.
novotnyllc/dotnet-artisan
4
22
dotnet-resilience Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
novotnyllc/dotnet-artisan
4
23
dotnet-scaffold-project Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
novotnyllc/dotnet-artisan
4
24
dotnet-secrets-management Manages secrets and sensitive config. User secrets, environment variables, rotation.
novotnyllc/dotnet-artisan
4
25
dotnet-security-owasp Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
novotnyllc/dotnet-artisan
4
26
dotnet-service-communication Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
novotnyllc/dotnet-artisan
4
27
dotnet-slopwatch Runs Slopwatch CLI to detect LLM reward hacking -- disabled tests, suppressed warnings.
novotnyllc/dotnet-artisan
4
28
dotnet-snapshot-testing Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
novotnyllc/dotnet-artisan
4
29
dotnet-spectre-console Renders rich console output. Spectre.Console tables, trees, progress, prompts, live displays.
novotnyllc/dotnet-artisan
4
30
dotnet-structured-logging Designs log pipelines. Aggregation, structured queries, sampling, PII scrubbing, correlation.
novotnyllc/dotnet-artisan
4
31
dotnet-winui Builds WinUI 3 desktop apps. Windows App SDK, XAML patterns, MSIX/unpackaged, UWP migration.
novotnyllc/dotnet-artisan
4
32
dotnet-add-ci Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
novotnyllc/dotnet-artisan
3
33
dotnet-ado-patterns Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
novotnyllc/dotnet-artisan
3
34
dotnet-ado-unique Configures ADO-exclusive features. Environments, approvals, service connections, pipelines.
novotnyllc/dotnet-artisan
3
35
dotnet-agent-gotchas Flags agent mistakes in .NET code -- async misuse, NuGet errors, deprecated APIs, DI.
novotnyllc/dotnet-artisan
3
36
dotnet-aot-architecture Designs AOT-first apps. Source gen over reflection, AOT-safe DI, serialization, factories.
novotnyllc/dotnet-artisan
3
37
dotnet-api-versioning Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
novotnyllc/dotnet-artisan
3
38
dotnet-artifacts-output Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.
novotnyllc/dotnet-artisan
3
39
dotnet-aspire-patterns Orchestrates .NET Aspire apps. AppHost, service discovery, components, dashboard, health checks.
novotnyllc/dotnet-artisan
3
40
dotnet-background-services Implements background work. BackgroundService, IHostedService, lifecycle, graceful shutdown.
novotnyllc/dotnet-artisan
3
41
dotnet-channels Implements producer/consumer queues. Channel<T>, bounded/unbounded, backpressure, drain.
novotnyllc/dotnet-artisan
3
42
dotnet-ci-benchmarking Gates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.
novotnyllc/dotnet-artisan
3
43
dotnet-cli-architecture Structures CLI app layers. Command/handler/service separation, clig.dev principles, exit codes.
novotnyllc/dotnet-artisan
3
44
dotnet-cli-packaging Publishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.
novotnyllc/dotnet-artisan
3
45
dotnet-cli-release-pipeline Releases CLI tools. GitHub Actions build matrix, artifact staging, Releases, checksums.
novotnyllc/dotnet-artisan
3
46
dotnet-container-deployment Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
novotnyllc/dotnet-artisan
3
47
dotnet-containers Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.
novotnyllc/dotnet-artisan
3
48
dotnet-cryptography Selects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.
novotnyllc/dotnet-artisan
3
49
dotnet-csproj-reading Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.
novotnyllc/dotnet-artisan
3
50
dotnet-editorconfig Authors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.
novotnyllc/dotnet-artisan
3
Page 2 · 135 total Previous Next