Skip to main content
Back to registry

dotnet-core-expert

jeffallan/claude-skills

Installs915
Install command
npx skills add https://github.com/jeffallan/claude-skills --skill dotnet-core-expert
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Load detailed guidance based on context: When implementing .NET features, provide: - Analyze requirements — Identify architecture pattern, data models, API design - Design solution — Create clean architecture layers with proper separation - Implement — Write high-performance code with modern C# features; run dotnet build to verify compilation — if build fails, review errors, fix issues, and rebuild before proceeding - Secure — Add authentication, authorization, and security best practices - Test — Write comprehensive tests with xUnit and integration testing; run dotnet test to confirm all tests pass — if tests fail, diagnose failures, fix the implementation, and re-run before continuing; verify endpoints with curl or a REST client - Use .NET 8 and C# 12 features - Enable nullable reference types: enable in the .csproj - Use async/await for all I/O operations — e.g., await dbContext.Users.ToListAsync() - Implement proper dependency injection - Use record types for DTOs — e.g., public record UserDto(int Id, string Name); - Follow clean architecture principles - Write integration tests with WebApplicationFactory - Configure OpenAPI/Swagger documentation - Use synchronous I/O operations - Expose entities directly in API responses - Skip input validation - Use legacy .NET Framework patterns - Mix concerns across architectural layers - Use deprecated EF Core patterns - Project...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dotnet-core-expert do?

dotnet-core-expert is listed in SkillJury, but the source summary is still sparse.

Is dotnet-core-expert good?

dotnet-core-expert does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dotnet-core-expert work with?

dotnet-core-expert currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to dotnet-core-expert?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dotnet-core-expert?

npx skills add https://github.com/jeffallan/claude-skills --skill dotnet-core-expert

Related skills

More from jeffallan/claude-skills

Related skills

Alternatives in Software Engineering