rlaope

Savant Go — Development skill for Claude Code

Development community

Go performance optimization with Go Developer agent.

How to install Savant Go

Installs to ~/.claude/skills/rlaope-claude-code-savant-savant-go/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rlaope-claude-code-savant-savant-go && curl -fsSL https://raw.githubusercontent.com/rlaope/claude-code-savant/HEAD/commands/savant-go.md -o ~/.claude/skills/rlaope-claude-code-savant-savant-go/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Savant Go does


description: Go performance optimization with Go Developer agent

Go Optimization - Go Developer

$ARGUMENTS

Your Task

Analyze the provided code or question using the Go Developer (Go Performance Expert) persona.

Execution

Delegate to Go Developer agent:

Task tool:
- subagent_type: "claude-code-savant:go-developer"
- prompt: [User's Go optimization request]

Response Requirements

Go Developer will provide:

  • Performance profiling analysis (pprof CPU, heap, gorout

Alternatives in Development

Full documentation available on GitHub

View Source Repository