sync

Scan transport sessions for new messages and synchronize peer agent repositories.

18|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/safety-quotient-lab/psychology-agent --skill sync-safety-quotient-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/safety-quotient-lab/psychology-agent/tree/main/.claude/skills/sync
Command: npx skills add https://github.com/safety-quotient-lab/psychology-agent --skill sync-safety-quotient-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures seamless and up-to-date communication between different AI agents by synchronizing messages, checking for new activity, and managing the flow of information across agent repositories.

Core Features & Use Cases

  • Inbound Message Scanning: Detects and processes new messages from other agents.
  • Outbound Message Delivery: Sends messages to peer agents using reliable methods like Git PRs or HTTP POST.
  • State Management: Updates agent registries, manifest files, and internal databases to reflect the current state of communication.
  • Use Case: When a new proposal is submitted by a peer agent, sync detects it, processes it, and prepares a response or notification, ensuring no critical information is missed.

Quick Start

Run the sync skill to check for any new messages from other agents.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I synchronize messages between AI agents?

To synchronize messages between AI agents, this Skill scans transport sessions for inbound and outbound messages, updates manifest files, and writes acknowledgments to peer repositories to maintain communication state.

How does inter-agent communication state management work?

Inter-agent state management works by scanning peer repositories for new activity, processing inbound messages, and updating internal databases and manifest files to reflect the current communication state.

Can I use Git PRs and HTTP POST for agent message delivery?

Yes, you can use Git PRs and HTTP POST for agent message delivery. The Skill handles outbound protocols by sending messages to peer agents using these reliable transport mechanisms.

Do I need git and python3 to run inter-agent message synchronization?

Yes, you need git, gh, and python3 installed to run inter-agent message synchronization, as these tools manage repository interactions and execute the underlying transport session scripts.

What is the best way to detect new proposals from peer agents?

The best way to detect new proposals from peer agents is to run inbound message scanning, which checks peer repositories for new activity and processes gated autonomous chains automatically.

Why are my agent manifest files not updating after receiving messages?

Agent manifest files fail to update when transport sessions cannot access peer repositories or detect new messages, preventing the state management process from writing acknowledgments and syncing the registry.