By 88plug
Talk to any public GitHub repo's auto-generated documentation via Cognition's hosted DeepWiki MCP. Read-only research into codebases without cloning. Note: this plugin wraps a remote MCP server hosted by Cognition AI at mcp.deepwiki.com; 88plug does not operate the underlying service.
Read any public GitHub repo's auto-generated documentation from inside Claude Code — no cloning, no API key.
/plugin marketplace add 88plug/claude-code-plugins
/plugin install deepwiki@88plug
No API key, no local server, no config. The plugin registers a remote MCP endpoint and Claude Code connects to it over HTTP.
After installing, ask your agent a question about any public repository:
Using deepwiki, how does the React reconciler schedule work?
The agent calls the DeepWiki tools, reads the indexed documentation for facebook/react, and answers — all without cloning the repo. You see the result in the same turn.
DeepWiki is a thin Claude Code plugin that wires up Cognition AI's hosted DeepWiki MCP server. It gives your agent read-only access to auto-generated documentation and Q&A over public GitHub repositories.
This is useful when you want to:
Any public repo at github.com/<owner>/<repo> is reachable. DeepWiki indexes it and serves the documentation; this plugin lets the agent query it programmatically.
The plugin exposes one MCP connection named deepwiki with these tools:
read_wiki_structure — list the auto-generated documentation pages for a repository.read_wiki_contents — fetch the full documentation for a repository.ask_question — ask a natural-language question about a repository and get an AI-generated answer.You normally do not call these by hand. Mention deepwiki or a repository in your prompt and the agent selects the right tool.
[!NOTE] This plugin is configuration only. The indexing, the model, and the served documentation are operated by Cognition AI (the team behind Devin) at
https://mcp.deepwiki.com/mcp. 88plug does not run the underlying service. When the agent queries DeepWiki, your query text is sent to that endpoint; the plugin does not proxy or log anything. Only public repositories are indexed, so do not send private repository names.
Issues and pull requests are welcome at 88plug/deepwiki. Keep changes small; the plugin is intentionally a thin wrapper over the remote MCP server.
Released under the Functional Source License, Version 1.1, ALv2 Future License (FSL-1.1-ALv2).
You may use, copy, modify, and redistribute it for any purpose except a Competing Use. Each released version converts to the Apache License 2.0 on the second anniversary of its release date. For commercial-use inquiries outside the Permitted Purpose, contact [email protected].
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub 88plug/claude-code-plugins --plugin deepwikiUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
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 + ScreenCast), with optional OCR + OmniParser icon grounding. Pure-Python, CPU-only. GNOME/Wayland only. Ships the MCP server plus a drive-screen skill that encodes the locate-ground-act-confirm loop.
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, drive D-Bus, and manage power (suspend/reboot/poweroff) — all through structured interfaces (systemctl/loginctl/journalctl/busctl), never raw PID hacks. Pure standard library, zero pip deps. A self-preservation guard refuses severing actions on units the agent depends on (dbus, logind, sshd, network, tailscaled, the session, goosed) unless force=true. Ships the MCP server plus a control-os skill. The system-service counterpart to screen-mcp's GUI control.
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. Each assistant turn is scored by a deterministic, dependency-free engine; a status-line badge shows live drift and the next prompt gets a one-shot correction nudge when the previous reply broke contract.
Seamless context continuity across Claude Code compaction. Four background layers (continuous tool-call capture, mechanical PostCompact handoff, async Opus 4.7 enrichment at --effort max, async Stop-hook refinement, and preemptive snapshot before the next compact) keep the agent's working state intact across every compaction and resume. All summarization is isolated from CLAUDE.md/auto-memory and invisible to the user.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Harness-native ECC plugin for engineering teams - 67 agents, 277 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,846 supported skills.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.