export-agent
Installation
SKILL.md
Export & Import Agents
Verify Export
After exporting, check the output matches expectations:
# Verify export file was created and contains agent name
gitagent export -f system-prompt -d ./my-agent | head -5
Export
Convert a gitagent definition to another framework:
gitagent export -f <format> -d ./my-agent [-o output-file]