By brady-zip
dark factory agent radio - live peer messaging between an interactive Claude Code and Codex session over refs/h5i/msg, with per-session identity locking and a coordinated dual-runtime setup skill
Send a question or message to a live peer agent through dark factory radio and wait for, read, or reply to inbox messages. Use whenever the user asks to ask, message, consult, converse with, or wait for Claude or Codex via dark factory radio, or invokes $radio-ask. Use only the live peer channel; never substitute a headless Claude or Codex subprocess. For a continuous listen loop use the /radio command (Claude) or radio prompt (Codex) instead.
Set up the dark factory agent radio in the current repository for both Claude Code and Codex. Use when the user asks to "set up dark factory radio", "install the radio pattern", "onboard this repo to dark factory radio", "configure codex radio", or after installing the dark-factory plugin and wanting a repo wired up. Runs preflight checks, `h5i init`, deploys the radio command/skill/prompt into .claude and .codex, provisions GSD (get-shit-done core) for Codex, sets the identity env + SessionEnd cleanup hook, and merges the Codex SessionStart prelude adapter into .codex/hooks.json. Idempotent and drift-protected.
B's personal Claude Code plugin marketplace.
Add the marketplace once per machine, then install whichever plugins you want:
/plugin marketplace add brady-zip/bradys-marketplace
/plugin install <plugin>@bradys-marketplace
| Plugin | What it does |
|---|---|
mem0-brady | Self-hosted Mem0 memory backbone — explicit hard facts (mcp__mem0__* tools) and passive auto-capture/recall via hooks, partitioned by app_id. Bundles the grill-me skill. Native local Qdrant (no Docker) behind a launchd MCP server. See its README and run /mem0-brady:setup once after install. |
slack-bridge | Bridge to Slack's web API via browser session tokens (xoxc/xoxd) — surfaces what the hosted Slack MCP can't: true unread (Activity feed) with real bulk mark-read, and the saved-for-later "Later" list. Custom Python MCP server (13 tools) + skills: /slack-triage, /slack-saved, /slack-unwrapped, /slack-setup, /slack-doctor. See its README and run /slack-setup once after install. Adapted from @chuqian's slack-cleanup. |
dark-factory | Dual-runtime agent radio — live peer messaging between an interactive Claude Code session and an interactive Codex session over the git ref refs/h5i/msg (via the h5i CLI), with per-session identity locking (auto-cleanup on SessionEnd). Claude /radio command (Monitor listen loop) + Codex /radio prompt (blocking wait), a one-off radio-ask skill for both, and a radio-setup skill that deploys committed copies + GSD into a target repo (Codex can't consume a Claude plugin). See its README; ask Claude to "set up dark factory in this repo" per repo. |
bradys-marketplace/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (lists every plugin + its source path)
└── plugins/
└── mem0-brady/ # one self-contained plugin per directory
├── .claude-plugin/plugin.json
├── commands/ hooks/ scripts/ skills/
└── README.md
Each plugin lives in its own directory under plugins/. To add a new one, create
plugins/<name>/ with its own .claude-plugin/plugin.json, then add an entry to
.claude-plugin/marketplace.json with "source": "./plugins/<name>".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub brady-zip/bradys-marketplace --plugin dark-factoryB's personal self-hosted Mem0 backbone — the single memory store shared by Claude Code and Hal. Does BOTH explicit hard facts (mcp__mem0__* tools) and passive auto-capture/recall (SessionStart/UserPromptSubmit/Read/Stop/PreCompact hooks), partitioned by app_id (evergreen / general / hal-ops). Bundles the grill-me skill (Mem0-backed plan/design interview). Native local Qdrant (no Docker) behind a launchd MCP server. Run /mem0-brady:setup once.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Unified capability management center for Skills, Agents, and Commands.