Agent Plugins Marketplace
All plugins

supercharger

v4.0.3

Shell-level guardrails for Claude Code. Command blocking, code security scanner, self-teaching, token economy, agent routing, MCP profiles, and session memory.

Claude Code4 MCP serversstdio

By smrafizLicense: MIT11 GitHub starsUpdated 23 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 31, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install supercharger for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install supercharger@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/smrafiz/claude-supercharger

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

supercharger/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers4

context7stdio
command
npx
args
-y @upstash/context7-mcp
magic-uistdio
command
npx
args
-y @magicuidesign/mcp@latest
playwrightstdio
command
npx
args
-y @playwright/mcp --headless
sequential-thinkingstdio
command
npx
args
-y @modelcontextprotocol/server-sequential-thinking

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "supercharger",
  "description": "Shell-level guardrails for Claude Code. Command blocking, code security scanner, self-teaching, token economy, agent routing, MCP profiles, and session memory.",
  "version": "4.0.3",
  "author": {
    "name": "smrafiz"
  },
  "license": "MIT",
  "keywords": [
    "guardrails",
    "safety",
    "hooks",
    "token-economy",
    "agent-routing",
    "security"
  ],
  "userConfig": {
    "role": {
      "type": "string",
      "title": "Default role",
      "description": "Primary role guidelines to apply: developer, writer, student, data, pm, designer, devops, or researcher.",
      "default": "developer"
    },
    "economy_tier": {
      "type": "string",
      "title": "Token economy tier",
      "description": "Output verbosity/economy: standard, lean, or minimal. Switchable at runtime with 'eco lean' etc.",
      "default": "standard"
    },
    "mcp_profile": {
      "type": "string",
      "title": "MCP profile",
      "description": "Which MCP servers to surface: light, dev, research, or full.",
      "default": "light"
    },
    "write_settings": {
      "type": "string",
      "title": "Write statusline + prompt-cache settings",
      "description": "A plugin cannot declare statusLine, env or attribution, so these are written to ~/.claude/settings.json on first run if you say yes. Backed up first; undo with tools/plugin-setup.sh --revert. Answer 'no' to keep the plugin entirely within its own space.",
      "default": "no"
    }
  },
  "commands": [
    "./commands/"
  ],
  "agents": [
    "./configs/agents/architect.md",
    "./configs/agents/code-helper.md",
    "./configs/agents/data-analyst.md",
    "./configs/agents/debugger.md",
    "./configs/agents/explorer.md",
    "./configs/agents/general.md",
    "./configs/agents/planner.md",
    "./configs/agents/researcher.md",
    "./configs/agents/reviewer.md",
    "./configs/agents/writer.md"
  ],
  "mcpServers": "./configs/mcp-servers.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[supercharger on Agent Plugins Marketplace](https://pluginsmp.com/plugins/supercharger)