๐ŸŽฏ

golang-graphql

๐ŸŽฏSkill

from samber/cc-skills-golang

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add samber/cc-skills-golang --skill golang-graphql
skills.sh Installโš  Installs to .agents/skills/
$npx skills add samber/cc-skills-golang --skill golang-graphql
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/golang-graphql/SKILL.md
VibeIndex|
What it does
|

A Go-specific agent skill for GraphQL development in production-ready Golang projects. Part of a human-reviewed skills collection covering Go language patterns, testing, security, and observability, compatible with Claude Code, Cursor, Copilot, Gemini CLI, and more.

๐Ÿ“ฆ

Same repository

samber/cc-skills-golang(47 items)

golang-graphql

SKILL.md

31,555Installs
-
AddedApr 28, 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.