Agent File Format

Markdown with YAML Frontmatter

A plain Markdown file beginning with a YAML frontmatter block (delimited by triple-dash lines) that carries the agent's name, description, tools, model, and other configuration. The body of the file is the agent's system prompt. Used by Claude Code and Gemini CLI.

Referenced by

Agent File Format