Skip to main content
Custom agents are specialized AI assistants that you can configure to perform specific tasks and workflows. Symbiotic Code has built-in agents for common tasks, but you can also create your own custom agents:
  1. Create a markdown file with the agent configuration.
  2. Place the file in:
    • Global: ~/.config/symbiotic/agents/
    • Per-project: .symbiotic/agents/
Example:
~/.config/symbiotic/agents/review.md
The markdown file name becomes the agent name. For example, here review.md creates a review agent that will be available when cycling through agents with tab or the /agent command.