What problem does it solve? Setting up and operating the Hermes Agent framework involves many CLI commands, config sections, providers, toolsets, and platform integrations, and this Skill consolidates that operational knowledge so you can configure, troubleshoot, and extend Hermes without digging through source code. ## Core Features & Use Cases - CLI and configuration reference: Covers every hermes command (chat, setup, config, tools, skills, mcp, gateway, cron, profiles, auth) plus config.yaml sections and provider credentials. - Multi-agent orchestration: Explains spawning additional Hermes instances via one-shot mode, tmux PTY sessions, worktree isolation, and coordination patterns versus delegate_task. - Durable background systems: Documents delegation, cron scheduling, the skill curator, and the kanban multi-agent work queue with their CLI verbs and config knobs. - Use Case: You want two agents building a backend and frontend in parallel. Use this Skill to spawn tmux-based Hermes sessions with worktree isolation, relay context between them, and monitor progress. ## Quick Start Ask the agent to show you how to install Hermes, pick a model provider, and run your first chat query using the hermes CLI.