Machine plugins for long-running and multi-agent Claude Code workflows
npx claudepluginhub meowkey-dev/machine-pluginsLocal or remote tmux agent dispatch — spawn, monitor, and recall long-running coding agents in dedicated tmux windows. SSH socket-forwarding for remote dispatch, configurable launcher map, signal-file completion, a no-progress heartbeat, and PR-completion + subagent-peek health checks.
Simple two-agent comms over a shared JSONL file. Append-only protocol, per-agent cursor, by-name self-filtering. Pairs with the Monitor tool for event-driven wake — no polling in the agent's loop.
Hooks-only compaction-survival procedure for Claude Code. /init-sop-compact generates a per-repo .claude/sop-compact.md once; a PreCompact hook 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. No user-typed /compact argument needed — works with bare /compact (manual or auto).
Software-development-lifecycle harness for Claude Code — a closed loop that takes a GitHub issue to a mergeable PR. Repo-agnostic methodology: backlog → dispatch → (asset builds) → report → wrap-up (merge + review + cleanup) → retro, with a qa subagent and SDD/TDD soft gates. wrap-up is the blessed merge path (binds the per-PR review to the merge). PLAYBOOK.md is a reinforcement ledger over memory (review/retro increment reinforced/contradicted counts on memory-backed entries, never write prose). Each consuming repo supplies only its own artifacts (PLAYBOOK.md, memory, a domain brief) via convention + a minimal optional .claude/sdlc.toml. Depends on assets (the asset runtime); control↔asset comms are async over the GitHub issue/PR.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations