🎯

golang-refactoring

🎯Skill

from samber/cc-skills-golang

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add samber/cc-skills-golang --skill golang-refactoring
skills.sh Install⚠ Installs to .agents/skills/
$npx skills add samber/cc-skills-golang --skill golang-refactoring
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/golang-refactoring/SKILL.md
πŸ“¦

Same repository

samber/cc-skills-golang(47 items)

golang-refactoring

SKILL.md

1,236Installs
-
AddedJul 7, 2026

More from this repository10

🎯
golang-error-handling🎯Skill

Go error handling skill providing domain-specific expertise for production-ready Golang projects. Covers error handling patterns and best practices, human-reviewed and tested for use with Claude Code, Codex, Cursor, Gemini CLI, and other AI coding assistants.

🎯
golang-design-patterns🎯Skill

A Go-specific AI agent skill for design patterns in production-ready Golang projects. Part of a human-reviewed skill collection covering language, testing, security, and observability, distilled from real Go project commits.

🎯
golang-performance🎯Skill

Go performance optimization skill providing domain-specific expertise for production-ready Golang projects. Covers performance tuning and optimization best practices, human-reviewed and tested for use with Claude Code, Codex, Cursor, Gemini CLI, and other AI coding assistants.

🎯
golang-modernize🎯Skill

Helps modernize Go codebases by replacing outdated patterns with current language features, standard library improvements, and idiomatic patterns from recent Go releases.

🎯
golang-observability🎯Skill

Go production observability skill covering structured logging with slog, Prometheus metrics, OpenTelemetry distributed tracing, continuous profiling with pprof/Pyroscope, and Grafana dashboard setup for monitoring Go services.

🎯
golang-structs-interfaces🎯Skill

A Go-specific agent skill that teaches AI agents idiomatic struct and interface design patterns for production-ready Golang codebases, reducing structural design errors by 35%.

🎯
golang-code-style🎯Skill

A Go-specific agent skill that enforces idiomatic code style conventions for production-ready Golang projects, reducing code review errors by 40%.

🎯
golang-samber-lo🎯Skill

Go development skill for the samber/lo library, providing type-safe functional programming helpers like map, filter, and reduce with generics.

🎯
golang-samber-do🎯Skill

A Go dependency injection skill covering samber/do v2, including type-safe service containers with generics, lazy/eager/transient service registration, implicit interface aliasing, named services, package-based module organization, scopes, health checks, and graceful shutdown.

🎯
golang-samber-slog🎯Skill

Go development skill for the samber/slog library, providing structured logging extensions and handlers for the standard slog package.