By gleanwork
Integrate Glean enterprise search into Claude Code, enabling search across company documents, meetings, employees, and code; retrieves and vets results for relevance and authority, synthesizes answers from multiple sources, and manages MCP server configuration.
Use when you need to communicate the reliability, freshness, or authority of information from Glean. Triggers when presenting search results, when data might be stale, when sources have different authority levels, when the user should verify information, or when you're uncertain about completeness of results.
Use when the user asks about company documents, internal wikis, policies, specifications, design docs, RFCs, or enterprise knowledge. Triggers on phrases like "find the doc about", "what's our policy on", "where is the spec for", "company guidelines", "internal documentation", or when searching for information that would be in enterprise systems rather than the local codebase.
Use when Glean MCP tools are available and you need guidance on which tool to use, how to format queries, or best practices for enterprise search. This skill provides tool selection logic and query optimization for Glean integrations. Auto-triggers when mcp__glean tools are being considered.
Use when the user asks about meetings, meeting history, decisions made in meetings, action items from discussions, or what was discussed. Triggers on phrases like "what was decided", "meeting about", "action items from", "what happened in the meeting", "meeting notes", "transcript", "who attended", or when needing context from past conversations and discussions.
Use when the user asks about people, employees, team members, org structure, or expertise. Triggers on phrases like "who works on", "who is responsible for", "who owns", "find someone who knows", "who should I talk to", "who reports to", "team members", "org chart", or any question starting with "who" about the company.
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.
Cross-repository code exploration - search code across your org, find examples, identify code owners, and discover similar implementations via Glean. Requires glean-core.
Discover and create Claude Code skills from Glean work patterns
npx claudepluginhub gleanwork/claude-plugins --plugin glean-coreEnterprise search across documents, Slack, email, and other sources via Glean. Requires glean-core.
Search across all of your company's tools in one place. Find anything across email, chat, documents, and wikis without switching between apps.
Company knowledge management plugin — progressive context loading, knowledge quality engine, claude-mem integration
Knowledge base with semantic search, document storage, and automatic summarization. Perfect for domain-specific knowledge management.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.