LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: dotnet

Browse skills that share this tag.

  • azure-ai-projects-dotnet - Azure AI Projects SDK for .NET
    dotnetazureazure-ai-projectsazure-ai-foundry

    ★ 1 · Updated 2026-09-23

    Azure AI Projects SDK for .NET provides client operations for Azure AI Foundry projects, including agents, connections, datasets, and evaluations.

    ⚙ Create persistent agents⚙ Manage agent runs⚙ Configure versioned agents
  • azure-mgmt-weightsandbiases-dotnet - Manage Azure Weights & Biases instances with .NET SDK
    azuredotnetweights-and-biasesresource-manager

    ★ 0 · Updated 2026-09-23

    Deploy and manage Weights & Biases ML experiment tracking instances, Marketplace integrations, and SSO using the Azure Resource Manager .NET SDK.

    ⚙ Create Weights & Biases instance⚙ Get existing instance⚙ List all instances
  • feature-spec - Generate plan.md for a feature slice
    feature-specslice-planningdotnetarchitecture

    ★ 2 · Updated 2026-09-23

    Generates plan.md for a slice by reading prd.md, architectural context, and reference slices.

    ⚙ Locate target feature slice⚙ Read architectural documentation⚙ Find matching reference slice
  • messaging - Asynchronous messaging patterns for .NET applications.
    messagingwolverinemasstransitrabbitmq

    ★ 228 · Updated 2026-09-23

    Covers Wolverine and MassTransit, outbox pattern, saga and choreography, and broker configuration for RabbitMQ and Azure Service Bus.

    ⚙ Configure Wolverine messaging transport⚙ Publish integration events⚙ Consume events via handlers
  • orchardcore-tester - OrchardCore CMS feature testing with browser automation.
    orchardcorecmsplaywrighttesting

    ★ 8,187 · Updated 2026-09-23

    Guides building, running, setting up, and testing OrchardCore CMS features using playwright-cli browser automation.

    ⚙ Build OrchardCore CMS application⚙ Run application in background process⚙ Provision test site with AutoSetup
  • azure-mgmt-weightsandbiases-dotnet - Manage Azure Weights & Biases instances using .NET SDK
    azuredotnetweights-and-biasessdk

    ★ 2 · Updated 2026-09-23

    Deploy, configure, list, update, and delete Azure Weights & Biases instances and SSO settings via the Azure Resource Manager .NET SDK.

    ⚙ Create Weights & Biases instances⚙ Retrieve existing instance details⚙ List instances in subscription
  • azure-ai-agents-persistent-dotnet - Azure AI Agents Persistent SDK for .NET
    azuredotnetai-agentssdk

    ★ 0 · Updated 2026-09-23

    Low-level .NET SDK for creating and managing persistent AI agents with threads, messages, runs, and tools.

    ⚙ Create and manage AI agents⚙ Manage conversation threads and messages⚙ Execute runs and stream responses
  • modern-csharp-coding-standards - Modern C# Coding Standards
    csharpdotnetbackendcoding-standards

    ★ 4 · Updated 2026-09-23

    Write high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns.

    ⚙ Write modern C# code⚙ Refactor existing C# code⚙ Design public APIs
  • code-review-csharp - Review C# Code for Best Practices
    csharpdotnetcode-reviewsecurity

    ★ 882 · Updated 2026-09-23

    Perform structured code reviews of C# source code covering naming conventions, performance, security, readability, and .NET best practices.

    ⚙ Perform structured C# code reviews⚙ Identify naming and performance issues⚙ Detect security vulnerabilities
  • mjml-email-templates - Build responsive email templates using MJML markup language
    mjmlemaildotnettemplates

    ★ 602 · Updated 2026-09-23

    Build responsive email templates using MJML that compile to cross-client HTML with layout patterns and variable substitution.

    ⚙ Build responsive email templates⚙ Compile MJML to HTML⚙ Substitute template variables
  • m365-agents-dotnet - Build Microsoft 365 agents using .NET SDK.
    dotnetmicrosoft-365teamscopilot-studio

    ★ 0 · Updated 2026-09-22

    Build multichannel agents for Teams, M365, and Copilot Studio using Microsoft 365 Agents SDK for .NET with ASP.NET Core and MSAL.

    ⚙ Configure ASP.NET Core agent host⚙ Implement AgentApplication routing⚙ Integrate Copilot Studio client
  • azure-search-documents-dotnet - Build search apps using Azure AI Search .NET SDK.
    azuredotnetsearchvector-search

    ★ 1 · Updated 2026-09-22

    Azure AI Search SDK for .NET supporting full-text, vector, semantic, and hybrid search operations.

    ⚙ Create and manage search indexes⚙ Upload, merge, and delete documents⚙ Perform full-text search queries
  • aspire-integration-testing - Write integration tests with .NET Aspire and xUnit
    dotnet-aspirexunitintegration-testingdotnet

    ★ 18 · Updated 2026-09-21

    Write integration tests for .NET Aspire applications using xUnit, covering fixtures, endpoint discovery, and real infrastructure dependencies.

    ⚙ Write Aspire integration tests⚙ Create Aspire app fixtures⚙ Discover service endpoints dynamically
  • dotnet-performance - .NET performance engineering and diagnostics workflow
    dotnetperformanceprofilingbenchmarking

    ★ 36 · Updated 2026-09-21

    Provides an evidence-first performance engineering workflow for .NET applications combining portable diagnostics and profiling.

    ⚙ Investigate .NET application performance⚙ Fix dominant performance causes⚙ Profile managed and native workloads
  • lmr - Legemiddelregisteret (LMR) system knowledge
    lmrlegemiddelregisteretarchitecturemicroservices

    ★ 1 · Updated 2026-09-21

    Provides architecture knowledge, repository details, message flows, and integrations for Legemiddelregisteret (LMR).

    ⚙ Answer questions about LMR system⚙ Identify repositories by functionality⚙ Clone LMR git repositories
  • dotnet-patterns - .NET Development Patterns
    dotnetcsharpdesign-patternsdependency-injection

    ★ 1 · Updated 2026-09-20

    Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.

    ⚙ Write new C# code⚙ Review C# code⚙ Refactor existing .NET applications
  • dotnet-testing - Test APIMatic-generated .NET SDK integration code
    dotnetcsharpapimatictesting

    ★ 0 · Updated 2026-09-20

    Provides patterns for unit testing C# code using APIMatic .NET SDKs by stubbing HttpClient and asserting requests, responses, and errors.

    ⚙ Stub HttpMessageHandler for SDK tests⚙ Test SDK success and error paths⚙ Assert outgoing HTTP request details
  • winmd-api-search - Search and explore Windows desktop APIs and metadata
    windowswinmdapiwinrt

    ★ 17 · Updated 2026-09-20

    Find Windows platform APIs and retrieve detailed type information including methods, properties, events, and enum values.

    ⚙ Search Windows APIs by keyword⚙ Retrieve API type members⚙ Retrieve enumeration values
  • csharp-testing - C# and .NET testing patterns and best practices
    csharpdotnettestingxunit

    ★ 0 · Updated 2026-09-20

    C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.

    ⚙ Write unit tests using xUnit⚙ Create parameterized tests using Theory⚙ Mock dependencies using NSubstitute
  • dotnet-api-documenter - Configure OpenAPI documentation in ASP.NET Core APIs
    dotnetaspnet-coreopenapiswagger

    ★ 602 · Updated 2026-09-20

    Adds OpenAPI standards documentation to ASP.NET Core APIs using Scalar UI or Swagger UI.

    ⚙ Configure Swagger UI documentation⚙ Configure Scalar UI documentation⚙ Document endpoints using XML comments

Scroll to load more