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

Go Documentation

porcxuu·cxuu· v1.0.0 · atualizado em 2026-04-10
83
Score

Guidelines for Go documentation including doc comments, package docs, godoc formatting, runnable examples, and signal boosting. Use when writing or reviewing documentation for Go packages, types, functions, or methods.

godocumentationgodoccode-stylebest-practicescode-review
Linguagens
Go
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgo-documentation/workflow
1
Identify the code element: — Determine the Go package, type, function, or method that needs documentation.
2
Gather information: — Understand the purpose, parameters, return values, and potential errors of the code element.
3
Write doc comments: — Create clear and concise doc comments following Go style guidelines.
4
Format for godoc: — Use blank lines for paragraphs and indent code blocks for proper rendering.
5
Add examples: — Include runnable examples in test files to demonstrate usage.
6
Preview documentation: — Use `pkgsite` to preview and validate the documentation.
7
Incorporate feedback: — Address comments from code reviews and refine the documentation.
8
Commit changes: — Save the updated code with the new or improved documentation.

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 comGo Linting
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aRust Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aGo Code Review Checklist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aFix Errors
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82

Árvore do Skill

Go Documentation
go-documentation
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.EVALUATE
5.ACT
6.REFLECT
Triggers8
write Go documentationreview Go documentationformat Go documentationgenerate godocimprove Go code commentsdocument a Go packagedocument a Go functiondocument a Go struct

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 go-documentation
$ synaptic skills detail go-documentation
$ synaptic skills live go-documentation

Dependências

golang.org/x/pkgsite/cmd/pkgsite

Links

GitHub Repository