AI-powered wiki generation for code repositories with commands, agents, and skills
rudironsoni/Synaxis
SkillsMP has collected 966 skills from rudironsoni/Synaxis. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 966
- GitHub stars
- 2
- GitHub forks
- 1
Skills in this repository
Showing 40 of 966 collected skills.
Routes .NET/C# work to domain skills. Loads coding-standards for code paths.
Skill manifest management for dotnet-agent-harness. Tracks skill dependencies, conflicts, version compatibility, and provides validation and resolution tools. Triggers on: skill manifest, dependency resolution, skill compatibility, version conflicts, build…
Design patterns and architectural guidance for .NET applications. Navigation skill covering vertical slices, domain modeling, messaging patterns, resilience, caching, and system design. For building scalable, maintainable applications. Keywords: architecture,…
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.
Core C# and .NET language fundamentals. Navigation skill covering coding standards, language patterns, async/await, dependency injection, configuration, and foundational runtime concepts. Entry point for developers building .NET applications. Keywords:…
Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
Performance optimization and measurement for .NET applications. Navigation skill covering Span, ArrayPool, memory management, benchmarking, profiling, Native AOT, and optimization patterns. For building high-performance applications. Keywords: performance,…
Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.
Security hardening and best practices for .NET applications. Navigation skill covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding. For building secure applications. Keywords: security, owasp,…
Discovers available MCP servers from registries and validates compatibility. Auto-discovers MCP servers from official registries, community sources, and local definitions. Triggers on: mcp discovery, find mcp servers, discover mcp, mcp registry, mcp catalog.
Validates MCP server connectivity and health. Checks stdio and http MCP servers for availability, reports connection status, and provides fallback guidance. Triggers on: mcp health, check mcp, validate mcp, mcp status, mcp connectivity.
Microsoft Learn MCP Server integration for accessing official Microsoft documentation
Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools
AI-powered wiki generation for code repositories with commands, agents, and skills
Routes .NET/C# work to domain skills. Loads coding-standards for code paths.
Skill manifest management for dotnet-agent-harness. Tracks skill dependencies, conflicts, version compatibility, and provides validation and resolution tools. Triggers on: skill manifest, dependency resolution, skill compatibility, version conflicts, build…
Design patterns and architectural guidance for .NET applications. Navigation skill covering vertical slices, domain modeling, messaging patterns, resilience, caching, and system design. For building scalable, maintainable applications. Keywords: architecture,…
Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.
Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.
Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.
Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.
EF Core, DbContext, AsNoTracking, query splitting.
Core C# and .NET language fundamentals. Navigation skill covering coding standards, language patterns, async/await, dependency injection, configuration, and foundational runtime concepts. Entry point for developers building .NET applications. Keywords:…
Configures GitHub Actions .NET build/test -- setup-dotnet, NuGet cache, reporting.
Builds gRPC services. Proto definition, code-gen, ASP.NET Core host, streaming, auth.
Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
Builds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.
Performance optimization and measurement for .NET applications. Navigation skill covering Span, ArrayPool, memory management, benchmarking, profiling, Native AOT, and optimization patterns. For building high-performance applications. Keywords: performance,…
Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.
Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.
Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
Security hardening and best practices for .NET applications. Navigation skill covering OWASP Top 10, authentication, authorization, cryptography, secrets management, and secure coding. For building secure applications. Keywords: security, owasp,…
Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.