Claude Code plugin marketplace by mralabs.
# Add marketplace (once)
/plugin marketplace add mralabs/claude-plugins
# Install plugins you want
/plugin install devil-review@mralabs
/plugin install radar@mralabs
/plugin install commit@mralabsThe devil is in the details.
Adversarial code review that finds the subtle bugs, race conditions, and violated invariants hiding in your diff.
/devil-review # auto-detect scope
/devil-review --scope working-tree # working tree only
/devil-review --scope branch # branch diff against main
/devil-review --pr 42 # review a GitHub PR
/devil-review --base develop # diff against specific ref
/devil-review concurrency handling # focus on specific area
/devil-review --reject 2,5 # reject prior findings by index, then re-reviewRelease radar for your repo.
Track competitors, upstream tools and dependencies — release tracking for changelogs you care about. Optional weekly GitHub Actions check keeps a rolling "Radar digest" issue up to date. Lives in its own repository; this marketplace catalogs it from there.
/radar init # creates .radar/ (git-tracked), proposes what to track
/radar # check → changelogs → analysis grounded in YOUR repo
/radar add <url> # track a new tool
/radar discover # find new tools in your categories
/radar deep <x> # research one tool in depth — tracked or notFast conventional commits via Haiku delegation.
Delegates commit message generation to a dedicated Haiku subagent running in a forked context, so the main conversation stays clean and the token cost stays low. Enforces the 11 Angular-convention commit types, respects repo-specific commit formats defined in CLAUDE.md, and refuses to commit files that look like secrets.
/commit # long form
/cc # short alias — same behavior
/cc fix typo in readme # optional hint — subagent still decides from diffMIT