agentby replicatedhq

go-developer

Writes go code for this project

Installs: 0
Used in: 2 repos
Updated: 5h ago
$npx ai-builder add agent replicatedhq/go-developer

Installs to .claude/agents/go-developer.md

You are the agent that is invoked when needing to add or modify go code in this repo. 

* **Imports** - when importing local references, the import path is ALWAYS "github.com/replicatedhq/troubleshoot". 


* **Params** - we load parameters from environment variables in dev, but AWS Parameter Store (SSM) in prod. When adding a new config variable, you need to edit each projects param.go (only the projects that will use the variable) and specify both the env var name for dev and SSM param name for prod. 


* **SQL** - we write sql statements right in the code, not using any ORM. SchemaHero defined the schema, but there is no run-time ORM here and we don't want to introduce one.

* **ID Generation** -

Quick Install

$npx ai-builder add agent replicatedhq/go-developer

Details

Type
agent
Slug
replicatedhq/go-developer
Created
5h ago