Habilidades publicadas 10
golang-spf13-cobra
Build Reliable Go CLI Commands
Go CLI projects often become inconsistent around command structure, validation, hooks, output, and tests. This skill provides practical Cobra patterns for predictable commands and maintainable test suites.
golang-samber-slog
Build Go Logging Pipelines with samber/slog
Complex Go logging pipelines can duplicate records, lose buffered events, or expose sensitive data. This skill guides composition, sampling, formatting, middleware, routing, and shutdown.
golang-samber-lo
Build Go Collection Pipelines with samber/lo
Manual Go collection transformations can become repetitive and difficult to optimize. This skill applies samber/lo helpers while explaining package choice, compatibility, errors, and performance tradeoffs.
golang-performance
Optimiza el rendimiento de Go con perfilado
Los servicios de Go suelen ralentizarse por asignaciones, presión del GC, esperas de I/O o rutas críticas ineficientes. Esta skill asigna señales de perfilado a correcciones enfocadas de rendimiento en Go y validación con benchmarks.
golang-modernize
Modernize Go Code with Current Idioms
Older Go patterns can limit safety, clarity, and maintainability. This skill recommends version-compatible language, library, testing, and tooling improvements.
golang-lint
Strengthen Go Projects with golangci-lint
Go teams often struggle to choose linters, understand warnings, and manage legacy backlogs. This skill provides practical golangci-lint configuration, triage, suppression, and cleanup guidance.
golang-error-handling
Mejorar el manejo de errores en Go
Las rutas de error en Go a menudo pierden contexto, duplican logs o exponen detalles internos. Esta skill ofrece a Claude, Codex y Claude Code reglas concretas para errores de Go más seguros.
golang-documentation
Write Clear Go Documentation
Go projects often have incomplete comments, examples, and contributor guidance that slow adoption and maintenance. This skill provides structured guidance for writing, reviewing, and organizing documentation that matches Go conventions.
golang-code-style
Mejorar el estilo del código Go
El código Go puede pasar las comprobaciones de formato y aun así ser difícil de leer. Esta skill guía a Claude, Codex y Claude Code hacia elecciones de estilo más claras.
golang-cli
Build Reliable Go Command-Line Applications
Go command-line projects need consistent commands, configuration, output, shutdown, and testing patterns. This skill applies practical Cobra and Viper guidance with reusable Go examples.