What problem does it solve? When running multiple AI agent sessions in parallel inside a herdr-managed terminal workspace, every pane looks alike and it becomes hard to tell which agent is doing what. This Skill labels the pane of the current session so the workspace sidebar shows a meaningful name for each agent at a glance. ## Core Features & Use Cases - Pane labeling: Renames the current herdr pane to a normalized form of a free-form label such as "Fix login redirect loop". - Server-safe normalization: Converts arbitrary text into herdr's accepted name format (lowercase, alphanumeric with dashes/underscores, max 32 characters) before calling the CLI. - Label clearing: An empty argument clears the pane label via the --clear flag instead of failing. - Silent and safe: Runs only when HERDR_ENV=1, touches only the current pane via HERDR_PANE_ID, writes no files, and produces no chat output. - Use Case: While starting work on a new feature in one of several parallel agent sessions, invoke the skill with the feature name so the herdr sidebar immediately reflects what that session is doing. ## Quick Start Invoke the set-herdr-label skill with a short task name like "Fix login bug" to label the current herdr pane, or with an empty argument to clear the existing label.