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

.NET Performance Patterns

pordotnet·dotnet· v1.0.0 · atualizado em 2026-04-11
79
Score

Analyzes .NET application performance to identify bottlenecks and optimize code. Provides insights into CPU usage, memory allocation, and I/O operations to improve application responsiveness and scalability.

csharpdotnetperformancecode-analysisoptimizationcode-review
Linguagens
C#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdanalyzing-dotnet-performance/workflow
**Step 1: Input Collection.** Gather C#/.NET source code, hot-path context, and target framework.
**Step 2: Signal Detection.** Scan code for signals indicating relevant performance pattern categories (async, memory, regex, collections, I/O).
**Step 3: Pattern Scanning.** Execute grep recipes and other detection techniques to identify performance anti-patterns.
**Step 4: Cross-File Consistency Check.** Verify that optimized patterns are consistently used across related files.
**Step 5: Compound Allocation Check.** Identify multi-allocation patterns missed by single-line recipes.
**Step 6: Classification & Prioritization.** Assign severity levels (Critical, Moderate, Info) and prioritize findings based on context and frequency.
**Step 7: Report Generation.** Format findings with impact, file locations, and concrete fixes, grouped by severity.
**Step 8: Summary & Disclaimer.** Generate a summary table and include a disclaimer about AI-generated results.

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 aEncore Code Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aLSP Code Analysis
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aCode Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

.NET Performance Patterns
analyzing-dotnet-performance
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.REFLECT
Triggers7
analyze my C# code for performance issuesscan .NET code for performance anti-patternsfind performance bottlenecks in C#review C# code for optimization opportunitiescheck .NET code for memory leaks and inefficienciesaudit C# hot paths for performancescan my .NET repository for performance issues

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 analyzing-dotnet-performance
$ synaptic skills detail analyzing-dotnet-performance
$ synaptic skills live analyzing-dotnet-performance

Dependências

grep

Links

GitHub Repository