tx-messaging-pins

Coordinates messaging and pin context across CLAUDE.md and AGENTS.md for Claude Code agents.

6|3|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/jamesaphoenix/tx --skill tx-messaging-pins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tx-messaging-pins
Source: https://github.com/jamesaphoenix/tx/tree/main/.claude/skills/tx-messaging-pins
Command: npx skills add https://github.com/jamesaphoenix/tx --skill tx-messaging-pins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinate messaging and shared context pins across multiple files so agents can reference consistent memory and communicate through channels without drift.

Core Features & Use Cases

  • Messaging: Send messages to channels and read inbox items, with support for acknowledgement and pending tracking.
  • Pin Synchronization: Persist and sync context pins to CLAUDE.md/AGENTS.md so agents operate on the same facts.
  • Coordination: Provide a reference surface to manage channels, inboxes, and pins in Claude Code environments.

Quick Start

To begin, send a message to a channel and sync pins to CLAUDE.md.

Frequently Asked Questions about tx-messaging-pins

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

FAQPage Schema
How do I coordinate messaging between multiple Claude Code agents?

Coordinate messaging between Claude Code agents by sending messages to channels, reading inbox items, and tracking acknowledgements to ensure synchronized communication without drift.

What are context pins and how do they sync across agent files?

Context pins are shared facts persisted and synchronized to CLAUDE.md and AGENTS.md, ensuring multiple agents operate on consistent memory across files without data drift.

How do I sync shared context pins to CLAUDE.md and AGENTS.md?

Sync context pins to CLAUDE.md and AGENTS.md using pin management commands that persist shared facts across files, keeping all agents aligned on the same contextual memory.

Can I track pending messages and acknowledgements across agent channels?

Yes, you can track pending messages and acknowledgements across agent channels using inbox handling features that monitor which messages have been read or require response.

Does this approach work for multi-agent coordination without message drift?

Yes, pin synchronization and channel messaging prevent drift by persisting shared context to CLAUDE.md and AGENTS.md, ensuring all agents reference consistent facts during coordination.

Why do my agents lose shared context when communicating across files?

Agents lose shared context when communication is not persisted; this skill solves that by syncing pins and messages to CLAUDE.md and AGENTS.md for consistent cross-file memory.