claudeindex
meowkey-dev's avatar
Author

meowkey-dev

@meowkey-dev
1
Marketplaces
6
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

machine

machine

Plugins:6
Skills:0
0
0

Plugins

Plugin

zulip

Zulip channel for Claude Code — event-queue bridge with access control. Supports stdio (plugin) and SSE (standalone) modes.

Plugin

assets

Local or remote tmux agent dispatch — spawn, monitor, and recall long-running coding agents in dedicated tmux windows. Harness-emitted lifecycle signals (boot / turn_end / exit + activity-mtime) on the claude-family path; pane-diff heartbeat fallback for non-claude.

Plugin

mesh-channel

Simple two-agent comms over a shared JSONL file — append-only protocol, per-agent cursor, Monitor-driven event wake

Plugin

sop-compact

Hooks-only compaction-survival procedure for Claude Code. A PreCompact hook auto-bootstraps a per-repo .claude/sop-compact.md on first compact, then runs a claude -p sidecar that promotes durable learnings and writes a handoff snapshot before /compact; a SessionStart hook (gated on source=compact) points the new session at the latest handoff. Works with bare /compact (manual or auto) — no per-repo setup step.

Plugin

channel-nudge

Hooks-only console-drift detector for the discord/zulip/wechat channels. One Stop hook runs once per turn, reads the transcript once, and checks every channel in a single process — on drift, emits a soft, non-blocking hookSpecificOutput.additionalContext (a verify-before-resend nudge into the drifting instance's next-turn context — instance-facing self-heal, no console banner). CJK codepoints weight-2 toward the 80-char prose threshold so ~40-hanzi answers are caught.

Plugin

sdlc

Closed-loop software-development-lifecycle harness — takes a GitHub issue to a mergeable PR via dispatched assets, then folds learnings into a per-repo playbook. Repo-agnostic methodology (backlog → dispatch → report → review → retro skills, qa subagent, SDD/TDD soft gates); each repo supplies only its own artifacts. Depends on assets + mesh-channel.