Pre-commit AI-slop firewall. Sub-10ms verdict per patch. Splices /slop:poke, /slop:apply, /slop:learn into Claude Code plus a PreToolUse hook that gates every `git commit`.
Send feedback to the slop learning loop via `slop learn`
Run `slop poke` against the current diff and report the verdict. Patches it proposes are TODO(slop) splices above semantic findings + line deletions for SafeDelete tier — never source rewrites.
Report which slop hook layers are active on this machine (git pre-commit + Claude Code PreToolUse). Defense-in-depth checkpoint.
Apply the last cached `slop poke` patch — splices TODO(slop) markers above semantic findings, strips SafeDelete tier. NOT a `clippy --fix` style rewriter; logic is never modified. Triage every spliced marker after.
Install the slop git pre-commit hook so terminal commits are also gated (defense-in-depth alongside this plugin's PreToolUse hook)
Plugin marketplace for Peeramid Labs developer tools. Single tap, two clients — Claude Code and Codex CLI.
Claude Code:
/plugin marketplace add peeramid-labs/plugin-marketplace
/plugin install <plugin-name>@peeramid-labs
Codex CLI:
codex plugin marketplace add github:peeramid-labs/plugin-marketplace
codex plugin install <plugin-name>@peeramid-labs
| Plugin | Description | Clients |
|---|---|---|
quorum | Multi-agent deliberation CLI wrapper. /quorum:init, /quorum:redeem, /quorum:run, /quorum:serve, /quorum:status, /quorum:trace, /quorum:validate, /quorum:tui. | Claude Code |
sloppoke | Pre-commit AI-slop firewall. Wraps the slop CLI with slash commands + a hook that auto-gates every git commit. See sloppoke.me. | Claude Code · Codex CLI |
.
├── .claude-plugin/marketplace.json # Claude Code marketplace manifest
├── .codex-plugin/marketplace.json # Codex CLI marketplace manifest
├── quorum/ # plugin root (Claude only today)
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ ├── skills/
│ └── README.md
├── sloppoke/ # plugin root (Claude + Codex)
│ ├── .claude-plugin/plugin.json
│ ├── .codex-plugin/plugin.json
│ ├── commands/
│ ├── hooks/
│ │ ├── hooks.json # Claude hook config
│ │ ├── codex-hooks.json # Codex hook config
│ │ └── pre-commit-poke.sh # shared script body
│ ├── skills/
│ └── README.md
└── README.md
Open a PR against main. Add the plugin's entry to whichever
marketplace manifest(s) it should surface in
(.claude-plugin/marketplace.json, .codex-plugin/marketplace.json,
or both). Plugin manifests live under
<plugin>/.claude-plugin/plugin.json and/or
<plugin>/.codex-plugin/plugin.json.
Executes bash commands
Hook triggers when Bash tool is used
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.
Pre-commit AI-slop firewall. Sub-10ms verdict per patch. Splices /slop:poke, /slop:apply, /slop:learn into Claude Code plus a PreToolUse hook that gates every `git commit`.
Multi-agent deliberation CLI in Claude Code. Wraps the `quorum` binary with smart prompts, `.env` auto-detection, post-run diagnosis, and a session-start tip that surfaces orchestrator + agent health before the operator types a single command. Slash commands: /quorum:init, /quorum:redeem, /quorum:run, /quorum:serve, /quorum:status, /quorum:trace, /quorum:validate, /quorum:tui.
Multi-agent deliberation against a quorum orchestrator. Installs the /quorum:brainstorm slash command that wraps `quorum run` for collaborative reasoning with consensus convergence.
npx claudepluginhub peeramid-labs/plugin-marketplace --plugin sloppokeComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more