What problem does it solve? Setting up and maintaining persistent, cross-session user memory in ZeusAgent is complex: peers must be configured per profile, observation and recall modes tuned, and dialectic reasoning costs controlled. This Skill provides the operational knowledge to configure, tune, and debug Honcho memory so agents retain user context across conversations. ## Core Features & Use Cases - Setup & Verification: Guides cloud (app.honcho.dev) or self-hosted Honcho installation via zeus memory setup honcho and validates with zeus honcho status. - Multi-Profile Peer Management: Creates isolated AI peers per ZeusAgent profile with zeus profile create <name> --clone and backfills existing profiles using zeus honcho sync. - Dialectic Tuning: Explains the three orthogonal knobs—cadence, depth, and reasoning level—for controlling how often and how hard Honcho's dialectic engine works. - Tool Usage Patterns: Documents the 5 Honcho tools (honcho_profile, honcho_search, honcho_context, honcho_reasoning, honcho_conclude) and when to call each. - Use Case: A user notices memory is not persisting across sessions; the Skill directs them to check zeus honcho status, verify saveMessages: true, and confirm writeFrequency is not set to session. ## Quick Start Ask the agent to run zeus honcho status and walk you through setting up Honcho cloud memory for your current ZeusAgent profile.