Offline mode with local caching for air-gapped environments
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٦٦ من skills من rudironsoni/Synaxis. افتح أي skill لمراجعة مصدره وتفاصيله.
rudironsoni/Synaxisعرض ٤٠ من أصل ٩٦٦ skills مجمعة.
Offline mode with local caching for air-gapped environments
لغة النص الأصلي: الإنجليزية
AI-powered skill recommendation engine for dotnet-harness. Analyzes project context and recommends relevant skills based on detected frameworks, packages, and patterns. Triggers on: recommend skill, suggest skills, what skill should I use, skill suggestion,…
لغة النص الأصلي: الإنجليزية
Comprehensive testing framework for skills
لغة النص الأصلي: الإنجليزية
Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
لغة النص الأصلي: الإنجليزية
Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
لغة النص الأصلي: الإنجليزية
Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
لغة النص الأصلي: الإنجليزية
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
لغة النص الأصلي: الإنجليزية
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
لغة النص الأصلي: الإنجليزية
Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
لغة النص الأصلي: الإنجليزية
Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
لغة النص الأصلي: الإنجليزية
Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
لغة النص الأصلي: الإنجليزية
Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
لغة النص الأصلي: الإنجليزية
Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.
لغة النص الأصلي: الإنجليزية
Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
لغة النص الأصلي: الإنجليزية
Builds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.
لغة النص الأصلي: الإنجليزية
Analyzes .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.
لغة النص الأصلي: الإنجليزية
Authors MSBuild targets, props, conditions, incremental builds, and Directory.Build patterns.
لغة النص الأصلي: الإنجليزية
Packages MSIX apps. Creation, signing, Store submission, App Installer sideload, auto-update.
لغة النص الأصلي: الإنجليزية
Targets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
لغة النص الأصلي: الإنجليزية
Publishes Native AOT binaries. PublishAot, ILLink descriptors, P/Invoke, size optimization.
لغة النص الأصلي: الإنجليزية
Calls native libraries via P/Invoke. LibraryImport, marshalling, cross-platform resolution.
لغة النص الأصلي: الإنجليزية
Creates NuGet packages. SDK-style csproj, source generators, multi-TFM, symbols, signing.
لغة النص الأصلي: الإنجليزية
Adds observability. OpenTelemetry traces/metrics/logs, health checks, custom metrics.
لغة النص الأصلي: الإنجليزية
Generates OpenAPI docs. MS.AspNetCore.OpenApi (.NET 9+), Swashbuckle migration, NSwag.
لغة النص الأصلي: الإنجليزية
Optimizes .NET allocations and throughput. Span, ArrayPool, ref struct, sealed, stackalloc.
لغة النص الأصلي: الإنجليزية
Diagnoses .NET performance issues. dotnet-counters, dotnet-trace, dotnet-dump, flame graphs.
لغة النص الأصلي: الإنجليزية
Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.
لغة النص الأصلي: الإنجليزية
Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.
لغة النص الأصلي: الإنجليزية
Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.
لغة النص الأصلي: الإنجليزية
Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.
لغة النص الأصلي: الإنجليزية
Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
لغة النص الأصلي: الإنجليزية
Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
لغة النص الأصلي: الإنجليزية
Code analysis patterns using Serena MCP for architecture validation and pattern detection
لغة النص الأصلي: الإنجليزية
Efficient code navigation using Serena MCP symbol operations instead of text search
لغة النص الأصلي: الإنجليزية
Symbol-level refactoring with automatic reference updates using Serena MCP
لغة النص الأصلي: الإنجليزية
Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.
لغة النص الأصلي: الإنجليزية
Chooses inter-service protocols. REST vs gRPC vs SignalR vs SSE decision matrix, tradeoffs.
لغة النص الأصلي: الإنجليزية
Verifies complex outputs with Verify. API responses, scrubbing non-deterministic values.
لغة النص الأصلي: الإنجليزية
Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.
لغة النص الأصلي: الإنجليزية
Orients in .NET solutions -- entry points, .sln/.slnx, dependency graphs, config.
لغة النص الأصلي: الإنجليزية