Skip to main content
You can define agents using markdown files. Place them in:
  • Global: ~/.config/symbiotic/agents/
  • Per-project: .symbiotic/agents/
~/.config/symbiotic/agents/review.md
---
description: Reviews code for quality and best practices
mode: subagent
model: anthropic/claude-sonnet-4-20250514
temperature: 0.1
tools:
  write: false
  edit: false
  bash: false
---

You are in code review mode. Focus on:

- Code quality and best practices
- Potential bugs and edge cases
- Performance implications
- Security considerations

Provide constructive feedback without making direct changes.
The markdown file name becomes the agent name. For example, review.md creates a review agent.