Build your own AI agents in CRHQ — configure instructions, models, skills, and behavior for your specific workflow.
Custom agents let you tailor AI workers to your exact needs. Define their role, personality, capabilities, and constraints.
| Field | Description |
|---|---|
| Name | Display name (e.g., "SEO Specialist", "Data Analyst") |
| Description | Short summary of what this agent does |
| Icon | Visual identifier — choose from available icons |
| Default Model | Haiku, Sonnet, or Opus |
| Instructions | The system prompt that shapes behavior |
The fastest way to create a custom agent is to clone an existing system agent:
The clone is fully independent — hub updates to the original won't affect your copy.
Instructions are the most important part of your agent. They define everything: role, tone, approach, constraints, and domain expertise.
A well-structured instruction set typically includes:
# Agent Name
**Role:** One-sentence description
## Capabilities
- What this agent can and should do
- Tools and skills it should use
- Domains it specializes in
## Communication Style
- Tone (formal, casual, technical)
- Response format preferences
- Verbosity level
## Process
1. How it should approach tasks
2. Steps it follows
3. Quality checks it performs
## Constraints
- What to avoid
- Security rules
- Boundaries
Every time you save changes to an agent's configuration, a new version is created automatically. You can:
This means you can experiment freely — if an instruction change makes things worse, just roll back.