by dirien/yet-another-agent-harness
Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and...
Trust Level
BasicConfidence
50%
Verdict
Pendingcsharp-developer is pending full security review. Trust level: 2/5. GritFlow's 4-layer scanning is in progress.
Install by adding the skill from the source repository. Check the skill's README for specific instructions.
csharp-developer is licensed under MIT. This is a permissive open-source license suitable for commercial use.
GritFlow tracks 170 skills in the backend category. Browse the category page to compare alternatives by trust level, quality score, and features.
Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and...
maintain-docs
Update and maintain documentation to reflect current implementation after code changes, refactoring, or new features. Remove temporal language, verify accuracy against code, and keep docs current. Use when updating docs, syncing documentation, removing outdated info, or after implementing features.
pulumi-best-practices
Best practices for writing reliable Pulumi programs. Covers Output handling, resource dependencies, component structure, secrets management, safe refactoring with aliases, and deployment workflows.
rust-async-patterns
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.