AI AGENT ADDONS

Golang Google Wire

samber/cc-skills-golang
Programming Languages
31,149installs

Google Wire is a tool for Go programs. It handles dependency injection at compile time. This means the computer checks all connections before the program runs.

You write simple provider functions. Wire groups them into sets using wire.NewSet. It creates plain Go code that calls these functions in the right order. Errors show up when you run wire, not when your app starts.

Developers who want clean, testable Go code use Wire. It works without a runtime container or reflection. The generated files like wire_gen.go are committed to your project.

Add Golang Google Wire skill to your workflow

Global

mkdir -p ~/.claude/skills/golang-google-wire

Project

mkdir -p .claude/skills/golang-google-wire

Source Repository

Stars
2,322
Forks
149
Watchers
2,322
License
MIT
Last Push
28 days ago
Created
4 months ago