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

Go Data Structures

porsamber·samber· v1.0.0 · atualizado em 2026-04-10
82
Score

Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals.

golangdata-structuresslicesmapsarraysperformancememory-management
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgolang-data-structures/workflow
1
Identify Requirements: — Determine the data structure's size, access patterns, and mutability needs.
2
Evaluate Options: — Compare slices, maps, arrays, and container types based on performance and memory usage.
3
Preallocate: — Use `make` to preallocate slices and maps when the size is known or estimable.
4
Implement: — Write the code using the chosen data structure and following best practices.
5
Optimize: — Profile the code and optimize for performance and memory usage.
6
Test: — Thoroughly test the code to ensure correctness and prevent safety pitfalls.

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 Code Style
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe comGo Performance Optimization
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe comGo Concurrency Best Practices
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
85
Compõe comGo Design Patterns & Idioms
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
83
Compõe com ←Go Safety: Correctness & Defensive Coding
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
82
Compõe com ←samber/lo — Functional Utilities for Go
70%
Hebbian Synapse
Composite0.700
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aElysiaJS Development Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

Go Data Structures
golang-data-structures
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.REFLECT
Triggers10
optimize Go data structure usagechoose the right data structure in Gounderstand Go slice internalsunderstand Go map internalsuse container/list in Gouse container/heap in Gouse strings.Builder vs bytes.Bufferimplement generic collections in Gouse unsafe.Pointer in Gouse weak.Pointer in Go

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 golang-data-structures
$ synaptic skills detail golang-data-structures
$ synaptic skills live golang-data-structures

Links

GitHub Repository