herdr-chat

Implement the herdr protocol for communication between users and AI agents.

15|1|Updated Oct 15, 2018
One-click install
npx skills add https://github.com/music-brain88/dotfiles --skill herdr-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: herdr-chat
Source: https://github.com/music-brain88/dotfiles/tree/main/.config/skills/herdr-chat
Command: npx skills add https://github.com/music-brain88/dotfiles --skill herdr-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires herdr, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless communication and collaboration between Claude Code, Copilot CLI, Copilot Quorum, and Users using the herdr protocol, streamlining inter-agent communication and ensuring efficient workflows.

Core Features & Use Cases

  • Cross-Agent Communication: Facilitates conversations between different AI agents and users.
  • Message Format Standardization: Ensures standardized message formats for efficient information exchange.
  • User Prioritization: Guarantees that user input is prioritized over automated interactions.
  • Loop Prevention: Implements safeguards against infinite loops to maintain smooth communication.

Quick Start

Start a chat by identifying the respective pane IDs of Claude Code, Copilot CLI, Copilot Quorum, and yourself, then use the herdr agent list and herdr pane list --workspace <ws> commands. Begin your conversation by sending a message with the format 【<from>→<to>】<Message> and confirm that your recipient is the correct pane before sending the message.

Frequently Asked Questions about herdr-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enable cross-agent communication between Claude Code and Copilot CLI?

The herdr protocol enables cross-agent communication by routing messages between Claude Code and Copilot CLI using pane IDs and the standardized format 【<from>→<to>】<Message> within a specified workspace.

What is the herdr protocol for AI message routing?

The herdr protocol is a cross-agent collaboration mechanism that standardizes message formats and ensures messages are correctly addressed and received between users and AI agents within a specified workspace.

How to start a chat with multiple AI agents using herdr?

Start a multi-agent chat by identifying pane IDs with `herdr agent list` and `herdr pane list --workspace <ws>`, then send messages using the 【<from>→<to>】<Message> format to ensure correct routing.

Does herdr support communication with Copilot Quorum?

Yes, herdr supports communication with Copilot Quorum alongside Claude Code and Copilot CLI, facilitating seamless cross-agent collaboration and ensuring messages are correctly routed to the specified workspace.

How does herdr prevent infinite loops in automated agent interactions?

Herdr prevents infinite loops by implementing built-in safeguards that monitor automated interactions, maintaining smooth communication and ensuring user input is prioritized over automated messages.