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

C# Documentation Best Practices

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

Ensure that C# types are documented with XML comments and follow best practices for documentation.

csharpdocumentationxml-commentscode-qualitybest-practicesapi-design
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcsharp-docs/workflow
1. Analyze C# code for undocumented public members.
2. Identify the purpose and functionality of each member.
3. Generate XML comment stubs for each member.
4. Populate the stubs with `<summary>`, `<remarks>`, `<param>`, `<returns>`, and `<exception>` tags.
5. Use `<see cref>` and `<seealso>` to link to related types and members.
6. Review and refine the generated documentation for clarity and accuracy.
7. Integrate the documentation into the codebase.
8. Generate documentation using a tool like Sandcastle or DocFX.

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 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
51%
Hebbian Synapse
Composite0.506
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

Árvore do Skill

C# Documentation Best Practices
csharp-docs
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
document C# codeadd XML comments to C#improve C# documentationfollow C# documentation best practicesgenerate C# API documentationdocument public members in C#document C# methodsdocument C# properties

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 csharp-docs
$ synaptic skills detail csharp-docs
$ synaptic skills live csharp-docs

Links

GitHub Repository