Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Modern C# Coding Standards

poraaronontheweb·aaronontheweb· v1.0.0 · atualizado em 2026-04-10
83
Score

Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming with C# 12+ features.

csharpcoding-standardsmodern-csharpbest-practicescode-styleperformanceapi-design
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdmodern-csharp-coding-standards/workflow
Define coding standards: Establish guidelines for records, value objects, pattern matching, async/await, Span<T>/Memory<T>, and API design.
Identify areas for improvement: Review existing code and pinpoint sections that can benefit from modern C# features.
Refactor code: Apply records for immutable data, value objects as readonly record struct, and pattern matching.
Implement async/await: Use async/await for asynchronous operations with proper cancellation support.
Optimize performance: Utilize Span<T> and Memory<T> for zero-allocation code in performance-critical sections.
Design APIs: Accept abstractions and return appropriately specific types in API design.
Test changes: Write unit tests to validate the refactored code and ensure it meets the defined standards.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aAnti-Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aCoding Standards & Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCommit work
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Modern C# Coding Standards
modern-csharp-coding-standards
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
write modern C# codeimplement C# coding standardsimprove C# code performanceuse records and pattern matching in C#design C# APIsrefactor existing C# codeapply C# best practiceswrite high-performance C# code

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download modern-csharp-coding-standards
$ synaptic skills detail modern-csharp-coding-standards
$ synaptic skills live modern-csharp-coding-standards

Links

GitHub Repository