What problem does it solve? Hermes Agent is a large, multi-surface AI agent framework, and finding the right command, config key, or extension mechanism for a given task is difficult without deep knowledge of its CLI, config.yaml structure, gateway platforms, and plugin systems. This Skill acts as a routing hub that directs the agent to the correct reference file before answering, preventing hallucinated commands and misconfigured setups. ## Core Features & Use Cases - CLI and configuration guidance: Covers global flags, chat modes, provider/model setup, toolsets, credential pools, profiles, and session management via hermes subcommands. - Extension and theming: Provides templates and procedures for custom skins (skin.yaml), desktop UI plugins (plugin.js), TUI widgets (clock.mjs), and pet mascots. - Multi-agent orchestration: Documents spawning independent Hermes subprocesses via tmux, delegate_task concurrency behavior, cron scheduling, and the kanban work queue. - Use Case: A user asks why their delegate_task batch of 15 tasks only ran 9. The Skill routes to the concurrency diagnosis reference, which identifies the three real cap paths and explains model self-limiting behavior. ## Quick Start Ask the agent to help you configure a Hermes provider, create a custom theme, or spawn a background Hermes instance, and it will load the matching reference file before answering.