Coach is an interactive chat panel that helps you refine an agent after it’s created. Instead of hand-editing CLAUDE.md, you describe what you want in plain English - Coach proposes concrete changes, and you apply or reject each one.Documentation Index
Fetch the complete documentation index at: https://slackhive.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Open the Coach panel
- Go to the agent’s detail page
- Click Coach in the top-right - the panel slides in from the right
- The panel stays open across tabs; close it with the × at top-right
Ask in plain English
Tell Coach what you want the agent to do. Examples:Attach a file
Click the paperclip icon in the composer to attach a document. Coach will read it and reference it when drafting proposals — useful for sharing a style guide, a sample conversation log, an API spec, or any context you want Coach to reason from.Review proposal cards
Coach’s changes arrive as proposal cards - one per distinct change. Each card shows:- What will change (system prompt, a skill, or a memory)
- A diff preview (green = added, red = removed)
- Apply and Reject buttons
What Coach can change
| Proposal kind | What it is |
|---|---|
| System prompt | Rewrites the agent’s instructions |
| Skill | Adds, edits, or removes a skill (slash command) |
| Memory | Adds, rewrites, or removes a saved fact/rule |
Wiki access (read-only)
Coach can read the agent’s assigned wiki folders for context —list_file_sources shows what file content is available across the agent’s folders, and read_file_source returns the verbatim text of one source. This lets Coach audit claude.md or skills against actual reference material.
Coach cannot add, edit, or delete wiki sources. Wiki content is shared across many agents and belongs to the folder owner — edits go through the Knowledge Library so the owner stays in control.