feat: add ai-to-ai and emotional-intelligence skills#856
Open
AdelElo13 wants to merge 1 commit intoanthropics:mainfrom
Open
feat: add ai-to-ai and emotional-intelligence skills#856AdelElo13 wants to merge 1 commit intoanthropics:mainfrom
AdelElo13 wants to merge 1 commit intoanthropics:mainfrom
Conversation
ai-to-ai: HTTP-based inter-agent communication protocol with working Python/Node examples, security, multi-agent patterns. emotional-intelligence: Frustration detection, tone adaptation, energy matching, de-escalation. Based on regex keyword patterns (3 severity levels), behavioral signals, and conversation arc tracking.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two new community skills:
1. ai-to-ai (567 lines)
HTTP-based inter-agent communication protocol. Teaches Claude how to send tasks to and receive tasks from other AI agents.
2. emotional-intelligence (195 lines)
Frustration detection and tone adaptation. Makes Claude a better conversational partner.
Both inspired by the Jarvis AI operating system and the DockWright macOS agent.
Test plan