Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Synaxis

Synaxis contains 966 collected skills from rudironsoni, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
966
Stars
2
updated
2026-03-08
Forks
1
Occupation coverage
11 occupation categories · 100% classified
repository explorer

Skills in this repository

deep-wiki
software-developers

AI-powered wiki generation for code repositories with commands, agents, and skills

2026-03-08
dotnet-advisor
software-developers

Routes .NET/C# work to domain skills. Loads coding-standards for code paths.

2026-03-08
dotnet-agent-harness-manifest
software-developers

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 manifest, validate dependencies.

2026-03-08
dotnet-architecture
software-developers

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, patterns, vertical slices, domain modeling, messaging, resilience, caching, design patterns

2026-03-08
dotnet-artifacts-output
software-developers

Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.

2026-03-08
dotnet-containers
software-developers

Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.

2026-03-08
dotnet-csproj-reading
software-developers

Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.

2026-03-08
dotnet-fundamentals
software-developers

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: csharp, dotnet, fundamentals, coding standards, async, patterns, dependency injection, configuration, basics

2026-03-08
dotnet-mermaid-diagrams
web-and-digital-interface-designers

Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.

2026-03-08
dotnet-messaging-patterns
software-developers

Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.

2026-03-08
dotnet-performance
software-developers

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, optimization, span, arraypool, benchmarking, profiling, memory, gc, aot, native-aot

2026-03-08
dotnet-resilience
software-developers

Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.

2026-03-08
dotnet-roslyn-analyzers
software-developers

Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.

2026-03-08
dotnet-security
software-developers

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, authentication, authorization, cryptography, jwt, oauth, secrets, hardening

2026-03-08
mcp-discovery
computer-occupations-all-other

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.

2026-03-08
mcp-health
computer-occupations-all-other

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.

2026-03-08
microsoft-learn-mcp
software-developers

Microsoft Learn MCP Server integration for accessing official Microsoft documentation

2026-03-08
rulesync
software-developers

Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools

2026-03-08
deep-wiki
software-developers

AI-powered wiki generation for code repositories with commands, agents, and skills

2026-03-08
dotnet-advisor
software-developers

Routes .NET/C# work to domain skills. Loads coding-standards for code paths.

2026-03-08
dotnet-agent-harness-manifest
software-developers

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 manifest, validate dependencies.

2026-03-08
dotnet-architecture
software-developers

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, patterns, vertical slices, domain modeling, messaging, resilience, caching, design patterns

2026-03-08
dotnet-artifacts-output
software-developers

Configures artifacts output layout. UseArtifactsOutput, ArtifactsPath, impact on CI and Docker.

2026-03-08
dotnet-blazor-patterns
software-developers

Architects Blazor apps. Hosting models, render modes, routing, streaming, prerender.

2026-03-08
dotnet-containers
software-developers

Containerizes .NET apps. Multi-stage Dockerfiles, SDK container publish (.NET 8+), rootless.

2026-03-08
dotnet-csproj-reading
software-developers

Reads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.

2026-03-08
dotnet-efcore-patterns
software-developers

EF Core, DbContext, AsNoTracking, query splitting.

2026-03-08
dotnet-fundamentals
software-developers

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: csharp, dotnet, fundamentals, coding standards, async, patterns, dependency injection, configuration, basics

2026-03-08
dotnet-gha-build-test
software-developers

Configures GitHub Actions .NET build/test -- setup-dotnet, NuGet cache, reporting.

2026-03-08
dotnet-grpc
software-developers

Builds gRPC services. Proto definition, code-gen, ASP.NET Core host, streaming, auth.

2026-03-08
dotnet-maui-development
software-developers

Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.

2026-03-08
dotnet-mermaid-diagrams
software-developers

Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.

2026-03-08
dotnet-messaging-patterns
software-developers

Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.

2026-03-08
dotnet-minimal-apis
software-developers

Builds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.

2026-03-08
dotnet-performance
software-developers

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, optimization, span, arraypool, benchmarking, profiling, memory, gc, aot, native-aot

2026-03-08
dotnet-resilience
software-developers

Adds fault tolerance. Polly v8 + MS.Extensions.Http.Resilience, retry/circuit breaker/timeout.

2026-03-08
dotnet-roslyn-analyzers
software-developers

Authors Roslyn analyzers. DiagnosticAnalyzer, CodeFixProvider, CodeRefactoring, multi-version.

2026-03-08
dotnet-scaffold-project
software-developers

Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.

2026-03-08
dotnet-security
information-security-analysts

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, authentication, authorization, cryptography, jwt, oauth, secrets, hardening

2026-03-08
dotnet-solid-principles
software-developers

Applies SOLID and DRY principles. C# anti-patterns, fixes, SRP compliance checks.

2026-03-08
Showing top 40 of 966 collected skills in this repository.