Skip to main content

Plugins & Extensions

Extend Claude Code with powerful plugins for better productivity and code understanding.

Claude Code supports plugins that extend its capabilities. These plugins can provide persistent memory, codebase analysis, and more. Install them to supercharge your coding workflow.

📊

Code Review Graph

Local knowledge graph for codebases that builds a structural map using Tree-sitter

6.8×

Token Reduction

on code reviews

49×

Daily Tasks

reduction possible

19+

Languages

supported

Key Features

  • Blast-radius analysis - traces dependencies affected by changes
  • Incremental updates - re-parses only changed files in <2 seconds
  • Supports Python, JS/TS, Go, Rust, Java, and 14 more languages
  • Auto-update hooks - graph updates on git commits/file saves
  • 22 MCP tools for reviewing, architecture mapping, debugging

Installation

pip install code-review-graph
code-review-graph install
code-review-graph build

Note: Requires Python 3.10+. Use uv for better performance.

How to Use

After installing, restart your editor and ask Claude: "Build the code review graph for this project"

🧠

Claude-Mem

Persistent memory across coding sessions that automatically captures and compresses everything Claude does

Persistent

Memory

across sessions

3-layer

Search

token-efficient

Local

UI

web viewer

Key Features

  • Auto-captures everything Claude does during coding sessions
  • AI-powered compression with Claude's agent-sdk
  • Smart context injection for future sessions
  • Web viewer UI at http://localhost:37777
  • Privacy controls via <private> tags - no manual steps required

Installation

npx claude-mem install
Or via plugin marketplace: /plugin marketplace add thedotmack/claude-mem
For IDE integration: npx claude-mem install --ide gemini-cli

Note: Web viewer runs automatically at localhost:37777 after installation.

How to Use

Once installed, Claude-Mem automatically captures your sessions. No additional configuration needed.