Gaia Agent Builder banner
amd amd

Gaia Agent Builder

Data & AI community

Description

--- 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

Installation

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.

Full documentation available on GitHub

View Source Repository