message-broker

Installation
SKILL.md

Message Broker Instructions

Guidelines for building TCP-based pub/sub message brokers for inter-process communication between Python applications and AutoHotkey scripts.

Architecture Overview

┌─────────────────────────────────────────┐
│         Message Broker Server           │
│         (localhost:15234)               │
│  Topic Router | Message Queue | Health  │
└─────────────────────────────────────────┘
        ▲               ▲               ▲
        │ TCP           │ TCP           │ TCP
┌───────┴───────┐ ┌─────┴─────┐ ┌───────┴───────┐
│  Python App   │ │  AHK App  │ │  Qt App       │
│ BrokerClient  │ │ TCP Socket│ │QtBrokerClient │
└───────────────┘ └───────────┘ └───────────────┘
Installs
3
GitHub Stars
4
First Seen
Mar 10, 2026
message-broker — ds-codi/project-memory-mcp