By meowkey-dev
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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Rank the open issue backlog for the closed loop by triage priority (bug > refactoring > feature), filtered to dispatchable issues, with cost estimates. Invoked by the outer-loop (control) when picking the next dispatch target. Trigger on "rank backlog", "what's next", or /backlog.
Dispatch a long-lived asset (single Claude Code session in a tmux window) to take a single GitHub issue end-to-end. Composes the brief + role-contract, invokes assets-dispatch, arms the heartbeat + PR-completion monitors. Trigger on "dispatch issue
Inner-loop GEPA-style iterative optimization. Pareto frontier over (perf, cost-time, cost-$) with LLM reflection on execution traces. Noise-robust (replicate before promoting a noisy metric). Scope is the artifact class the dispatch brief names (e.g. a prompt). Trigger on "optimize the prompt", "run a GEPA pass", or /optimize.
Cut a release tag at a CI-green merged commit, then invoke the `retro` skill for the release-window cross-PR synthesis. Does NOT deploy / arm / promote — those stay human-gated. Trigger on "cut release", "release the current head", or /release.
Outer-loop release-cadence skill — synthesize across a release window of merged PRs + closed issues + git to propose higher-order playbook updates the per-PR review pass wouldn't catch. Cross-workstream patterns only. Trigger on "run a retro", "release retro", or /retro.
Uses power tools
Uses Bash, Write, or Edit tools
A published subset of the machine Claude Code plugin marketplace.
This repository is a generated build artifact. Its contents are assembled from private source and force-pushed here by CI on every change — the history is not preserved, and the tree is overwritten each publish. It carries the plugins from the marketplace that are intended for public use.
| Plugin | Description |
|---|---|
sop-compact | Hooks-only compaction-survival procedure for Claude Code — promotes durable learnings and writes a handoff snapshot before /compact, then points the next session at it. |
assets | Local or remote tmux agent dispatch — spawn, monitor, and recall long-running coding agents in dedicated tmux windows. |
sdlc | Closed-loop software-development-lifecycle harness — takes a GitHub issue to a mergeable PR via dispatched agents, then folds learnings into a per-repo playbook. |
mesh-channel | Two-agent communication over a shared JSONL file — append-only protocol with a per-agent cursor and Monitor-driven event wake. |
Add the marketplace, then install any of the plugins:
/plugin marketplace add meowkey-dev/machine-plugins@main
/plugin install sop-compact@machine-plugins
/plugin install assets@machine-plugins
/plugin install sdlc@machine-plugins
/plugin install mesh-channel@machine-plugins
This repo is a generated artifact — pull requests are automatically closed. If you have a bug report, a feature request, or a change to propose, please open an issue instead.
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 claimnpx claudepluginhub meowkey-dev/machine-plugins --plugin sdlcLocal 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).
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer