Skip to content

88plug/claude-code-plugins

Repository files navigation

88plug

Claude Code + Grok Build plugin marketplace — curated plugins, agent skills, and MCP servers. Two commands to install.

sync License: FSL-1.1-ALv2 plugins Claude Code plugin Grok Build DeepWiki

Install

Claude Code

Add the 88plug marketplace once, then install any plugin by name:

/plugin marketplace add 88plug/claude-code-plugins
/plugin install <name>@88plug

Grok Build

Same catalog — Grok reads .grok-plugin/marketplace.json (SHA-pinned) automatically when you add this repo as a marketplace source:

grok plugin marketplace add 88plug/claude-code-plugins
grok plugin install <name>@88plug --trust

Or in the TUI: /marketplace → add source 88plug/claude-code-plugins → select a plugin → i.

No environment variables. No API keys for the catalog path. Uses your existing Claude Code or Grok Build setup.

Tip

Claude: enable auto-update once (/plugin → Marketplaces → 88plug → Enable auto-update). Grok: grok plugin marketplace update then grok plugin update to refresh pins and installed plugins.

Hardened Grok installs (require_sha)

Every 88plug plugin is published with a full commit SHA in .grok-plugin/marketplace.json. Grok re-verifies HEAD == sha after clone. To refuse unpinned remotes from any marketplace:

# ~/.grok/config.toml
[marketplace]
require_sha = true

or GROK_MARKETPLACE_REQUIRE_SHA=1. Default is off; 88plug catalogs already pin so this is safe for our entries.

Why this marketplace

88plug is a curated plugin marketplace for developers who run AI coding agents all day — Claude Code and Grok Build. You get productivity plugins (memory, compaction, guardrails, investigation) and MCP servers (search, desktop control, package versions) without cloning repos or wiring config by hand.

Each entry is a full plugin or MCP server in its own repo. This hub is only the catalog index — install with /plugin install <name>@88plug (Claude) or grok plugin install <name>@88plug --trust (Grok), then work. Claude versions are YEAR.MONTH.BUILD (rolling). Grok installs pin the exact commit SHA from .grok-plugin/marketplace.json and re-verify it after clone.

Features

Area What you get
Claude Code + Grok Build Same catalog; Grok uses SHA-pinned .grok-plugin/ entries
Plugins Hooks, skills, slash commands, agents for coding agents
MCP servers One-command MCP for search, DeepWiki, desktop, OS, package versions
Marketplace install Add once, then install <name>@88plug
Rolling + pinned Claude: YEAR.MONTH.BUILD; Grok: full commit sha on every url source
Zero config No env vars or API keys for the catalog path itself

Catalog

Claude versions are YEAR.MONTH.BUILD (what claude plugin list shows). Grok installs pin the full commit SHA from .grok-plugin/marketplace.json. Each card has Claude and Grok install commands. Grouped by job — scan the H2 that matches your problem.

Memory & continuity

v2026.7.55 · MCP server · 1 skill · 8 commands · 1 agent · hooks

Seamless context continuity across Claude Code and Grok compaction.

# Claude Code
/plugin install amnesia@88plug

# Grok Build
grok plugin install amnesia@88plug --trust

v2026.7.159 · MCP server · 3 skills · 15 commands · hooks

Cross-session, cross-CLI memory for AI coding assistants.

# Claude Code
/plugin install total-recall@88plug

# Grok Build
grok plugin install total-recall@88plug --trust

Token & output style

v2026.7.218 · 7 skills · 3 agents

Ultra-compressed communication mode.

# Claude Code
/plugin install caveman-plus@88plug

# Grok Build
grok plugin install caveman-plus@88plug --trust

Investigation & recovery

v2026.7.32 · 1 skill · 7 commands · 5 agents · hooks

Falsification-first investigation workflow: convert every assertion into a labeled falsifiable hypothesis, predict before measuring, run controlled experiments, verify…

# Claude Code
/plugin install scientific-method@88plug

# Grok Build
grok plugin install scientific-method@88plug --trust

v2026.7.35 · 1 skill · hooks

Recover Claude Code sessions after an Anthropic API output-classifier false positive (the "cyber-related safeguards" / "appears to violate our Usage Policy" hard failure).

# Claude Code
/plugin install recover-from-false-positive@88plug

# Grok Build
grok plugin install recover-from-false-positive@88plug --trust

Guardrails & authority

v2026.7.28 · 1 skill · 4 commands · hooks

Makes AI work like AI — no human time estimates, no asking for accessible data, no emotional labor.

# Claude Code
/plugin install dehumanize@88plug

# Grok Build
grok plugin install dehumanize@88plug --trust

v2026.7.31 · 1 skill · 3 commands · hooks

Enforce full agent authority on reversible work: run commands yourself, never yield instructions back to the operator.

# Claude Code
/plugin install be-the-whole-bitch@88plug

# Grok Build
grok plugin install be-the-whole-bitch@88plug --trust

v2026.7.27 · 1 skill · 6 commands · 1 agent · hooks

A ground-first reflex: the agent judges (from its own training, any domain) when a request is complex/irreversible, grounds before acting, and is hard-blocked from the…

# Claude Code
/plugin install trigger-my-training@88plug

# Grok Build
grok plugin install trigger-my-training@88plug --trust

v2026.7.43 · MCP server · 1 skill · 6 commands

Detects when Claude drifts away from your active output contract (a terse persona, hard formatting/length rules, an in-character voice) and quietly steers it back.

# Claude Code
/plugin install drift-detector@88plug

# Grok Build
grok plugin install drift-detector@88plug --trust

Code quality

v2026.7.15 · 3 skills · 2 agents

Simplify, then add lightness.

# Claude Code
/plugin install addlightness@88plug

# Grok Build
grok plugin install addlightness@88plug --trust

Discovery & remote work

v2026.7.26 · 1 skill

Discover, catalog, and rank everything you've built or sketched on a machine via a two-pass parallel read-only sweep: a clustered project catalog plus blind-spot agents…

# Claude Code
/plugin install project-prospector@88plug

# Grok Build
grok plugin install project-prospector@88plug --trust

v2026.7.27 · 1 skill

Operate and observe an interactive full-screen TUI on a REMOTE machine over tmux/screen + SSH by driving it like a human: type with send-keys, screenshot with…

# Claude Code
/plugin install drive-remote-terminal@88plug

# Grok Build
grok plugin install drive-remote-terminal@88plug --trust

v2026.7.18 · 1 skill

Index a public GitHub repo's DeepWiki (the page the 'Ask DeepWiki' badge links to) hands-free, and do it autonomously after publishing or updating a repo — no human…

# Claude Code
/plugin install deepwiki-index@88plug

# Grok Build
grok plugin install deepwiki-index@88plug --trust

Search & research MCP

v2026.7.45 · MCP server

Fast, token-efficient MCP for SearXNG metasearch.

# Claude Code
/plugin install searxng@88plug

# Grok Build
grok plugin install searxng@88plug --trust

v2026.7.28 · MCP server

Talk to any public GitHub repo's auto-generated documentation via Cognition's hosted DeepWiki MCP.

# Claude Code
/plugin install deepwiki@88plug

# Grok Build
grok plugin install deepwiki@88plug --trust

Desktop & OS MCP

v2026.7.44 · MCP server · 1 skill

Eyes and hands on a Linux Wayland desktop: screenshot any monitor and click, type, scroll, drag, and read any visible app over xdg-desktop-portal (RemoteDesktop +…

# Claude Code
/plugin install screen-mcp@88plug

# Grok Build
grok plugin install screen-mcp@88plug --trust

v2026.7.23 · MCP server · 1 skill

The sanctioned OS 'motor cortex' for an agent on a Linux box: control systemd services/timers, query journald, read host resources/processes, send desktop notifications…

# Claude Code
/plugin install os-control-mcp@88plug

# Grok Build
grok plugin install os-control-mcp@88plug --trust

Package versions MCP

v2026.7.41 · MCP server

Stop suggesting stale package versions from training data.

# Claude Code
/plugin install use-latest-version@88plug

# Grok Build
grok plugin install use-latest-version@88plug --trust
Updating & versioning

Claude Code

Third-party marketplaces have auto-update off by default. Turn it on once (/plugin → Marketplaces → 88plug → Enable auto-update) and Claude Code refreshes the catalog and updates installed plugins at startup, then prompts /reload-plugins.

Prefer to do it by hand:

/plugin marketplace update 88plug
/plugin update <name>@88plug
/reload-plugins

Org-wide, an admin can add 88plug to extraKnownMarketplaces with auto-update enabled in managed settings.

Grok Build

Refresh the marketplace (new SHA pins), then update installed plugins:

grok plugin marketplace update
grok plugin update

Or reinstall one plugin to the current catalog pin:

grok plugin install <name>@88plug --trust

Versions

Claude: YEAR.MONTH.BUILD (auto-stamped; linked hash is the exact commit). Grok: full commit sha in .grok-plugin/marketplace.json, re-verified after clone. If your installed version or pin differs from the catalog, update it.

Philosophy

Plugins should be invisible until you need them. Each one earns its slot by closing a specific failure mode in long-horizon AI-assisted work — compaction loss, stale package versions, yield-back, classifier false positives, and similar agent failure modes.

Contributing

See CONTRIBUTING.md for the full workflow, naming convention, quality bar, and CLA terms. Short version: build your plugin in its own 88plug/<plugin> repo with a valid .claude-plugin/plugin.json, PR an entry to this hub's .claude-plugin/marketplace.json, and sign the CLA on your first PR. Plugin code never lives in this repo — only the marketplace index.

License

FSL-1.1-ALv2. See LICENSE.

Generated from .claude-plugin/marketplace.json by scripts/build_readme.py. Don't edit by hand — edit the catalog (or the plugin's manifest) and the sync action regenerates it.

Releases

No releases published

Packages

 
 
 

Contributors