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: C#

Browse skills that share this tag.

  • dotnet-csharp-dependency-injection - .NET Dependency Injection Patterns
    dependency injection.NETC#IoC container

    ★ 9 · Updated 2026-06-30

    Register and resolve services with Microsoft DI

    ⚙ register transient service⚙ register scoped service⚙ register singleton service
  • dataverse - Microsoft Dataverse development guidance
    Web APIPluginCustom APISecurity

    ★ 1 · Updated 2026-06-30

    Expert guidance for Dataverse Web API, plugin development, and data operations

    ⚙ generate FetchXML query⚙ register plugin step⚙ create Web API request
  • entity-development - Domain Entity Development
    domain-driven designentityC#validation

    ★ 18 · Updated 2026-06-30

    Create domain entities with static expressions, computed properties, field tracking, and validation

    ⚙ create domain entities⚙ add computed properties⚙ create static expressions
  • dotnet-csharp-async-patterns - .NET Async/Await Best Practices
    asyncawaitTaskcancellation

    ★ 55 · Updated 2026-06-15

    Write async/await code with correct task patterns, ConfigureAwait, cancellation, and avoid common pitfalls

    ⚙ await task⚙ forward cancellation token⚙ configure await
  • dotnet-csharp-nullable-reference-types - C# Nullable Reference Types Enablement
    C#nullable reference types.NETcode migration

    ★ 0 · Updated 2026-05-28

    Enable nullable reference types with annotation strategies and migration guidance

    ⚙ enable nullable reference types⚙ configure project properties⚙ annotate nullable parameters
  • dotnet-csharp-nullable-reference-types - Enable and Use C# Nullable Reference Types
    C#.NETnullable reference typescode quality

    ★ 9 · Updated 2026-05-28

    Enabling nullable reference types, annotation strategies, migration guidance for legacy codebases

    ⚙ Enable nullable reference types⚙ Configure nullability settings⚙ Annotate types with nullable
  • unity-skill-create - Create Unity Skill in C#
    UnityC#skill creation

    ★ 0 · Updated 2026-05-09

    Create new Unity skill as .cs file with C# code and compile it

    ⚙ create C# skill file⚙ write code to project⚙ compile skill in Unity
  • project-setup - Initialize C#/.NET Projects for Claude Code
    C#.NETClaude Codeproject initialization

    ★ 4 · Updated 2026-03-25

    Initialize C#/.NET projects for Claude Code with CLAUDE.md generation and context hook installation

    ⚙ detect C# projects⚙ create CLAUDE.md files⚙ install hook scripts
  • abp-framework - ABP Framework C# Development Expert
    C#ABP FrameworkDDDmodular-architecture

    ★ 4 · Updated 2026-03-20

    Provides ABP Framework 9.x development with ASP.NET Core, DDD, modular architecture, multi-tenancy, and CQRS

    ⚙ create startup template⚙ generate proxy⚙ create entity
  • nunit-skill - Generate NUnit 3 Unit Tests in C#
    unit-testingC#NUnittest-automation

    ★ 62 · Updated 2026-03-09

    Generates NUnit 3 test code for C# applications with constraint model and Moq mocking

    ⚙ generate NUnit test fixtures⚙ create constraint model assertions⚙ write parameterized test cases
  • dotnet-core-expert - Senior .NET Core Specialist for Modern Application Development
    backend.NETC#microservices

    ★ 602 · Updated 2026-02-24

    Build .NET 8 applications with minimal APIs, clean architecture, and cloud-native patterns

    ⚙ design clean architecture⚙ implement minimal APIs⚙ configure Entity Framework
  • csharp-developer - Senior C# Developer for .NET 8+ Applications
    C#.NETASP.NET CoreEntity Framework

    ★ 602 · Updated 2026-02-24

    Build C# applications with .NET 8+, ASP.NET Core APIs, and Blazor web apps

    ⚙ Analyze .csproj files and packages⚙ Design domain models and DTOs⚙ Implement API endpoints
  • dotnet-native-marshaling - P/Invoke marshaling between C# and C++ Engine
    interopmarshalingP/Invokenative-code

    ★ 0 · Updated 2026-02-13

    Manage P/Invoke marshaling between C# and C++ Engine

    ⚙ Define NativeBindings⚙ Handle unsafe pointers⚙ Bridge libengine.so
  • dotnet-backend-patterns - .NET Backend Development Patterns for Robust APIs and Enterprise Applications
    .NETbackendC#API

    ★ 0 · Updated 2026-02-13

    Provides guidance on C#/.NET backend development patterns including async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and xUnit testing.

    ⚙ develop .NET Web APIs⚙ review C# code quality⚙ design service architectures
  • avalonia - Avalonia UI Development for Cross-Platform Applications
    UI developmentcross-platformC#XAML

    ★ 602 · Updated 2026-02-12

    Develop cross-platform user interfaces using Avalonia UI framework

    ⚙ write XAML files⚙ create ViewModels⚙ apply styles
  • unity-unitask - UniTask Expert for Allocation-Free Async Programming in Unity
    UnityasyncperformanceC#

    ★ 18 · Updated 2026-02-11

    Specializes in allocation-free async/await patterns, coroutine migration, and Unity-optimized asynchronous programming with UniTask library

    ⚙ implement allocation-free async patterns⚙ migrate coroutines to UniTask⚙ optimize async performance