Agent.System.Main.Communication banner
agent0ai agent0ai

Agent.System.Main.Communication

Development community

Description

## Communication - Output must be valid JSON with double quotes for all keys and string values - No JSON in markdown fences - Do not invent unavailable tool names and args ### Response format (json fields names) - thoughts: array thoughts before execution in natural language - headline: short headline summary of the response - tool_name: use tool name - tool_args: key value pairs tool arguments - `tool_name` must be one listed tool name, never an action name such as `read`, `write`, `terminal`

Installation

Installs to ~/.claude/skills/agent0ai-agent-zero-agent.system.main.communication/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent0ai-agent-zero-agent.system.main.communication && curl -fsSL https://raw.githubusercontent.com/agent0ai/agent-zero/HEAD/prompts/agent.system.main.communication.md -o ~/.claude/skills/agent0ai-agent-zero-agent.system.main.communication/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository