Custom Agents

Reusable agents with instructions, brand context and skills.

A Custom Agent is a frozen prompt: instructions, brand context and enabled skills, saved under a name your team can run without rewriting anything.

Anatomy

  • Name — how it's referred to in conversation.
  • Instructions — the operating rules; be specific about format.
  • Brand context — facts the agent must respect.
  • Skills — up to 8 tags that bias behaviour (e.g. Code Reviewer, Copy Chief).

Writing good instructions

  1. State the output format explicitly ("always return a markdown table").
  2. List what it must never do.
  3. Give one worked example — examples beat adjectives.
  4. Keep it under ~400 words; longer prompts drift.

Each agent keeps its own chat history so context accumulates per agent, not globally.