By gleanwork
Search code across organization repositories to find vetted examples, similar implementations, code owners, experts, and architectural context; gather enterprise docs and stakeholders for planning using Glean.
Identify who owns/maintains code areas
Get architectural context from internal code repositories
Find usage examples of APIs/patterns across the org
Research enterprise context before entering plan mode
Find similar implementations across repos
Use when the user asks about internal code, implementations, patterns across repositories, or needs to understand how something is built. Triggers on "how is X implemented", "where is the code for", "find the implementation of", "what repos contain", "who wrote the code for", or code architecture questions about internal systems.
Use when the user wants to prepare for plan mode by gathering enterprise context. Triggers on "plan with glean", "prep for plan", "research before planning", "plan prep", or when starting strategic/architectural planning work.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Official Glean plugins for Claude Code, enabling enterprise knowledge integration directly in your development workflow.
# Add the Glean marketplace
/plugin marketplace add gleanwork/claude-plugins
# Install core (required)
/plugin install glean-core
# Install feature plugins you need
/plugin install glean-search
/plugin install glean-meetings
/plugin install glean-people
/plugin install glean-docs
/plugin install glean-code
/plugin install glean-skills
/plugin install glean-productivity
/plugin install glean-project
# Configure your Glean connection
/glean-core:mcp-setup
| Plugin | Description | Docs |
|---|---|---|
| glean-core | Foundation plugin with MCP setup, skills, and agents. Required by all other plugins. | README |
| glean-search | Enterprise search across docs, Slack, email, and more | README |
| glean-meetings | Meeting prep, catch-up, and transcript analysis | README |
| glean-people | Find experts and identify stakeholders | README |
| glean-docs | RFC verification and team onboarding | README |
| glean-code | Cross-repo code exploration and examples | README |
| glean-skills | Discover and create skills from Glean work patterns | README |
| glean-productivity | Daily briefings, weekly summaries, and activity synthesis | README |
| glean-project | Project context and handoff documentation | README |
| I want to... | Install |
|---|---|
| Search company docs, Slack, wikis | glean-core + glean-search |
| Prepare for meetings or catch up after PTO | glean-core + glean-meetings |
| Find who knows about a topic | glean-core + glean-people |
| Verify specs match implementation | glean-core + glean-docs |
| Find code examples across repos | glean-core + glean-code |
| Create skills from my work patterns | glean-core + glean-skills |
| Get daily briefings or weekly summaries | glean-core + glean-productivity |
| Get project context or create handoffs | glean-core + glean-project |
| All of the above | Install all plugins |
Meeting intelligence - analyze transcripts, prepare for meetings, and catch up after time off via Glean. Requires glean-core.
Find experts, understand org structure, and identify stakeholders via Glean. Requires glean-core.
Access Glean's developer documentation - search API references, SDK guides, and integration tutorials via the Glean Developer Docs MCP Server.
Discover and create Claude Code skills from Glean work patterns
Core Glean MCP integration - provides shared skills, tool guidance, and MCP configuration. Required foundation for all other Glean plugins.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-codeCore Glean MCP integration - provides shared skills, tool guidance, and MCP configuration. Required foundation for all other Glean plugins.
Local-first hybrid semantic code search with dependency graphs and cross-repo search. Powered by CocoIndex, Tree-sitter, pgvector, and Ollama.
CodeAlive context engine for semantic code search and AI-powered codebase Q&A. Enables AI coding agents to understand entire codebases beyond just open files — search across all indexed repositories, trace cross-service dependencies, discover usage patterns, and get synthesized answers to architectural questions. Includes a lightweight code exploration subagent, authentication hooks, and multiple search modes (fast lexical, semantic, and deep cross-cutting). Works standalone or alongside the CodeAlive MCP server for direct tool access via the Model Context Protocol.
Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 8 coding-agent harnesses, content-addressed Fjall + LanceDB.
Smart semantic + hybrid code search for local repositories
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through nine task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.