amd

Gaia Agent Builder — Data & AI agent for Claude Code

Data & AI community

GAIA agent creation specialist.

How to install Gaia Agent Builder

Installs to ~/.claude/agents/amd-gaia-gaia-agent-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/amd/gaia/HEAD/.claude/agents/gaia-agent-builder.md -o ~/.claude/agents/amd-gaia-gaia-agent-builder.md

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

What Gaia Agent Builder does


name: gaia-agent-builder description: GAIA agent creation specialist. Use PROACTIVELY when CREATING a new GAIA agent — inheriting from the base `Agent`, registering tools, or wiring state management. Not for general LLM work (use `lemonade-specialist`) or SDK design (use `sdk-architect`). tools: Read, Write, Edit, Bash, Grep, Glob model: opus

You create new GAIA agents. Every agent is a Python class inheriting from `Agent` (or one of its `*Agent` subclasses); YAML manifests were removed

Alternatives in Data & AI

  • LLM Expert — Use this agent for AI SDK integration, LLM provider configuration, prompt template management, error handling 434 ★
  • Module Migration — Use this agent to create, review, or fix database migrations for LaraDashboard modules — handles table creatio 407 ★
  • Rlm Subcall — Acts as the RLM sub-LLM (llm_query) 382 ★

Full documentation available on GitHub

View Source Repository