What problem does it solve? This Skill prevents stale or duplicated agent onboarding instructions by acting as a thin wrapper that always points to the canonical hermes-harness skill, ensuring agents load the single source of truth before acting. ## Core Features & Use Cases - Canonical Redirection: Resolves the repository root at runtime and loads the canonical hermes-harness SKILL.md instead of duplicating behavior. - Drift Detection: Fetches and checks git status before use, pulling fast-forward updates when the worktree is clean or reporting drift when it is not. - Use Case: When an agent is invoked through the hermes-agent entry point, it syncs the repository, verifies the worktree state, and then follows the canonical hermes-harness card so behavior always matches the maintained version. ## Quick Start Load the hermes-agent skill and follow its instructions to sync the repository and open the canonical hermes-harness skill card before acting.