102 results (3.7ms) page 3 / 6
omer-metin / skills-for-antigravity-unity-development exact

Building games and interactive experiences with Unity engine, C#, MonoBehaviours, and modern Unity patternsUse when "unity, unity3d, unity game, unity development, monobehaviour, prefab,...

mindrally / skills-aspnet-core exact

Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices

akires47 / agent-skills-dotnet-serialization exact

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source...

akires47 / agent-skills-dotnet-database-performance exact

Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.

akires47 / agent-skills-dotnet-snapshot-testing exact

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

akires47 / agent-skills-dotnet-type-design-performance exact

Design .NET types for performance. Seal classes, use readonly structs, prefer static pure functions, avoid premature enumeration, and choose the right collection types.

mhagrelius / dotfiles-working-with-aspire exact

Use when building distributed apps with Aspire; orchestrating .NET, JavaScript, Python, or polyglot services; when environment variables or service discovery aren't working; when migrating from...

markpitt / claude-skills-dotnet-aspire exact

Adds .NET Aspire cloud-native orchestration to existing .NET solutions. Analyzes solution structure to identify services (APIs, web apps, workers), creates AppHost and ServiceDefaults projects,...

mhagrelius / dotfiles-working-with-ms-agent-framework exact

Use when building AI agents with Microsoft Agent Framework (Semantic Kernel + AutoGen unified); when implementing memory or context providers; when threads won't deserialize; when workflow...

KTSAMA001 / kt-s-agent-skills-experience-logger exact

当解决问题或讨论得出结论时,自动将经验和结论按分类记录到对应的 Markdown 文档中。当用户说"记录一下"、"总结经验"、"保存结论"、"归档这个问题"或讨论结束需要保存时使用此 Skill。

Redth / maui-skillz-android-slim-bindings exact

Create and update slim/native platform interop bindings for Android in .NET MAUI and .NET for Android projects. Guides through creating Java/Kotlin wrappers, configuring Gradle projects, resolving...

solanabr / solana-game-skill-solana-game exact

Solana game development with Unity, React Native, and web. Extends solana-dev-skill with gaming-specific patterns including Solana.Unity-SDK, Mobile Wallet Adapter, PlaySolana/PSG1, wallet...

akires47 / agent-skills-dotnet-dependency-injection-patterns exact

Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.

hoodini / ai-agents-skills-copilot-sdk exact

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or...

Redth / maui-skillz-ios-slim-bindings exact

Create and update slim/native platform interop bindings for iOS in .NET MAUI and .NET for iOS projects. Guides through creating Swift/Objective-C wrappers, configuring Xcode projects, generating...

akires47 / agent-skills-dotnet-extensions-configuration exact

Microsoft.Extensions.Options patterns including IValidateOptions, strongly-typed settings, validation on startup, and the Options pattern for clean configuration management.