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

.NET Timezone

porgithub·github· v1.0.0 · atualizado em 2026-04-10
82
Score

.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.

dotnetcsharptimezonedatetimenodatimeutc-conversiondst
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddotnet-timezone/workflow
1. Identify the user's request type (address lookup, ID lookup, conversion, etc.).
2. Extract location information if an address or place name is provided.
3. Consult `timezone-index.md` for Windows/IANA timezone mappings.
4. Select the appropriate code pattern from `code-patterns.md`.
5. Generate a C# code snippet with the correct timezone IDs and conversions.
6. Include package guidance if third-party libraries are used.
7. Warn about relevant pitfalls, such as platform-specific IDs or DST transitions.

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

Compõe comProject Discovery & Assessment
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←.NET/C# Best Practices
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
81
Compõe com ←.NET/C# Design Pattern Review
80%
Hebbian Synapse
Composite0.800
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executedGit Diff Parser
50%
Hebbian Synapse
Composite0.496
w = 0.3·α + 0.5·β + 0.2·γ
86
Co-executedREST API Builder
49%
Hebbian Synapse
Composite0.488
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executedProject Discovery & Assessment
47%
Hebbian Synapse
Composite0.471
w = 0.3·α + 0.5·β + 0.2·γ
83
Co-executed ←.NET/C# Best Practices
48%
Hebbian Synapse
Composite0.478
w = 0.3·α + 0.5·β + 0.2·γ
81
Co-executed ←.NET/C# Design Pattern Review
47%
Hebbian Synapse
Composite0.471
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

.NET Timezone
dotnet-timezone
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
Triggers10
convert timezone in C#get timezone for a city in .NEThandle daylight saving time in C#convert UTC to local time in .NETfind timezone ID for Windows in C#find timezone ID for IANA in .NETwork with TimeZoneInfo in C#use TimeZoneConverter in .NETuse NodaTime in C#handle cross-platform timezones in .NET

Avaliar este Skill

Score Breakdown

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

Instalação

$ synaptic mcp download dotnet-timezone
$ synaptic skills detail dotnet-timezone
$ synaptic skills live dotnet-timezone

Dependências

TimeZoneConverterNodaTime

Links

GitHub Repository