wrxck-claude-plugins

A catalogue of Claude Code plugins curated by Matt Hesketh. Claude Code plugins are add-ons that extend an AI coding assistant.

In plain words
What is it for?
Use it to browse plugins for development or documentation tasks, including MCP servers and Mermaid diagram creation.
Why use it?
It gives users one place to find the listed plugins and their basic information, such as versions, authors and source repositories.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add wrxck/claude-plugins
agentmods
npx agentmods add plugins/wrxck/claude-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/wrxck/claude-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade B, and why

wrxck-claude-plugins scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

"description": "Security guards - prevent secret leaks and block sudo commands",
.claude-plugin/marketplace.json · 342 lines

How it starts

The opening of the file, as written. The whole thing — 342 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "wrxck-claude-plugins",
  "description": "Curated Claude Code plugins by Matt Hesketh",
  "owner": {
    "name": "Matt Hesketh",
    "email": "[email protected]"
  },
  "plugins": [
    {
      "name": "mcp-forge",
      "description": "Scaffold hardened MCP servers wrapping CLI tools",
      "version": "1.0.0",
      "author": {
        "name": "Matt Hesketh",
        "email": "[email protected]"
      },
      "source": {
        "source": "url",
        "url": "https://github.com/wrxck/mcp-forge.git"
      },
      "category": "development",
      "homepage": "https://github.com/wrxck/mcp-forge"
    },
    {
      "name": "diagram-expert",
      "description": "Create detailed Mermaid diagrams for architecture, flows, ERDs, and more",
      "version": "1.0.0",
      "author": {
        "name": "Matt Hesketh",
        "email": "[email protected]"
      },
      "source": {
        "source": "url",
        "url": "https://github.com/wrxck/diagram-expert.git"
      },
      "category": "documentation",
      "homepage": "https://github.com/wrxck/diagram-expert"
    },
    {
      "name": "typescript-quality",
      "description": "Enforce TypeScript quality - no any types, named exports, no console.log",
      "version": "1.0.0",
      "author": {
        "name": "Matt Hesketh",
        "email": "[email protected]"
      },
      "source": {
        "source": "url",
        "url": "https://github.com/wrxck/typescript-quality.git"
      },
      "category": "code-quality",
      "homepage": "https://github.com/wrxck/typescript-quality"
    },
    {
      "name": "react-quality",
      "description": "Enforce React quality - accessibility, semantic HTML, no inline styles",
      "version": "1.0.0",
      "author": {
        "name": "Matt Hesketh",
        "email": "[email protected]"
      },
      "source": {
        "source": "url",

Read the full file on GitHub · 342 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 342 lines scan B 59c43dca86b1

Subscribe to this mod's changes

wrxck-claude-plugins is a plugin published in the GitHub repository wrxck/claude-plugins (5 stars, last pushed 9d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.