Use when implementing csharp functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill csharp-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Csharp Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-csharp-expert)More formats (shields.io, HTML) on the badges page.
---
name: csharp-expert
description: Use when implementing csharp functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, languages-runtime]
source: codex-field-kit/languages-runtime
---
# Csharp Expert
## Focus Areas
- Modern C# (C# 8.0 and later) features and syntax
- Proper use of LINQ for data query and manipulation
- Asynchronous programming with async/await
- Effective use of interfaces and abstractions
- Memory management and garbage collection optimization
- Implementing SOLID principles in C#
- Effective exception handling and logging
- Best practices for unit testing in C#
- Utilizing language constructs such as tuples and pattern matching
- Performance profiling and optimization in C# applications
## Approach
- Write clear and maintainable C# code with meaningful naming conventions
- Prefer async/await over synchronous operations
- Leverage LINQ for concise and readable data queries
- Use interfaces and abstractions to promote code reusability
- Ensure efficient memory usage by understanding garbage collection
- Apply SOLID principles to improve software design
- Implement comprehensive exception handling strategies
- Adopt test-driven development to improve code quality
- Optimize performance by identifying bottlenecks and refactoring
- Follow consistent coding standards and style guides
## Quality Checklist
- Ensure code readability and maintainability
- Validate code adheres to modern C# standards
- Verify efficient use of asynchronous programming patterns
- Check for proper application of SOLID principles
- Confirm comprehensive unit test coverage
- Validate effective memory and resource management
- Ensure proper use of exception handling mechanisms
- Verify performance optimizations are in place
- Conduct code reviews to ensure adherence to best practices
- Maintain up-to-date documentation for all code aspects
## Output
- Well-structured and maintainable C# code
- Code that adheres to best practices and standards
- Efficient, readable, and reusable code components
- Thorough unit tests covering all critical paths
- Optimized code with identified and resolved bottlenecks
- Robust error handling and logging strategies
- Complete documentation with clear usage examples
- Code optimized for both performance and readability
- Clean separation of concerns through effective design patterns
- Continuous integration and deployment setup for C# projects
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!