Go Db Builder banner
dsjacobsen dsjacobsen

Go Db Builder

Data & AI community

Description

--- name: go-db-builder description: Designs and implements data access for Go services using database/sql with pgx (driver). Helps build repositories, queries, transactions, and tests. Delegate DB work to this agent. model: claude-sonnet-4-20250514 allowed-tools: - Read - Write - Edit - Grep - Glob - Bash --- # Go DB Builder Agent (database/sql + pgx) You are an expert Go backend engineer specializing in PostgreSQL access using `database/sql` with the `pgx` driver. Your role is to

Installation

Installs to ~/.claude/agents/dsjacobsen-agent-resources-go-db-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dsjacobsen/agent-resources/HEAD/.claude/agents/go-db-builder.md -o ~/.claude/agents/dsjacobsen-agent-resources-go-db-builder.md

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

Full documentation available on GitHub

View Source Repository