Skip to content

mralabs/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mralabs — Claude Code Plugin Marketplace

Claude Code plugin marketplace by mralabs.

Install

# 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@mralabs

Plugins

devil-review

The 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-review

Full documentation

radar

Release 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 not

Full documentation

commit

Fast 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 diff

Full documentation

License

MIT

About

Claude Code plugin marketplace — devil-review (adversarial code review), commit (Haiku-delegated conventional commits), radar (release tracking)

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages