بنقرة واحدة
Ghost
يحتوي Ghost على 150 من skills المجمعة من rudironsoni، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools
Publishes .NET artifacts from Azure DevOps. NuGet push, containers to ACR, pipeline artifacts.
Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.
Publishes .NET artifacts from GitHub Actions. NuGet push, container images, signing, SBOM.
Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
Microsoft Learn MCP Server integration for accessing official Microsoft documentation
Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools
Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.
Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.
Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.
Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
Microsoft Learn MCP Server integration for accessing official Microsoft documentation
Publishes .NET artifacts from Azure DevOps. NuGet push, containers to ACR, pipeline artifacts.
Publishes .NET artifacts from GitHub Actions. NuGet push, container images, signing, SBOM.
Implements accessible .NET UI. SemanticProperties, ARIA, AutomationPeer, testing per platform.
Adds analyzer packages to a project. Nullable, trimming, AOT compat analyzers, severity config.
Adds CI/CD to a .NET project. GitHub Actions vs Azure DevOps detection, workflow templates.
Adds test infrastructure to a .NET project. Scaffolds xUnit project, coverlet, layout.
Configures .NET build/test in Azure DevOps. DotNetCoreCLI task, Artifacts, test results.
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Publishes .NET artifacts from Azure DevOps. NuGet push, containers to ACR, pipeline artifacts.
Configures ADO-exclusive features. Environments, approvals, service connections, pipelines.
Routes .NET/C# work to domain skills. Loads coding-standards for code paths.
Flags agent mistakes in .NET code -- async misuse, NuGet errors, deprecated APIs, DI.
Designs AOT-first apps. Source gen over reflection, AOT-safe DI, serialization, factories.
Compiles .NET to WebAssembly AOT. Blazor/Uno WASM, size vs speed, lazy loading, Brotli.
Generates API documentation. DocFX setup, OpenAPI-as-docs, doc-code sync, versioned docs.
Secures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.
Detects API surface changes in CI. PublicApiAnalyzers, Verify snapshots, ApiCompat gating.
Versions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
Designs ASP.NET Core architecture -- vertical slices, pipelines, caching, errors.
Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.
Orchestrates .NET Aspire apps. AppHost, service discovery, components, dashboard, health checks.
Implements background work. BackgroundService, IHostedService, lifecycle, graceful shutdown.
Runs BenchmarkDotNet microbenchmarks. Setup, memory diagnosers, baselines, result analysis.
Implements Blazor auth flows -- login/logout, AuthorizeView, Identity UI, OIDC.
Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.