Agent files package a full mini-a configuration — model, tools, rules, persona — into a single portable .agent.md file.

# Run an agent file
mini-a agent=my-agent.agent.md goal="your goal here"

# Print a starter template
mini-a --agent > my-agent.agent.md

The mini-a: frontmatter section can override defaults that were not explicitly set on the CLI, including values injected by mode presets. Explicit CLI flags still take precedence.

See the mini-a agent file docs for the full frontmatter reference.

The gallery below also includes the shipped starters from examples/*.agent.md in the main mini-a repository, so the toolkit stays aligned with the built-in templates.