Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.39 KB

File metadata and controls

48 lines (33 loc) · 1.39 KB

Glean Core

Required foundation for all Glean plugins.

This plugin provides shared skills, MCP tool guidance, and configuration commands that all other Glean plugins depend on.

Installation

claude plugin install glean-core

What's Included

Skills

  • glean-tools-guide - Comprehensive guidance for selecting and using Glean MCP tools
  • enterprise-search - Triggers for document search queries
  • people-lookup - Triggers for people/org queries
  • meeting-context - Triggers for meeting queries

Commands

  • /glean-core:mcp-setup - Configure your Glean MCP server connection
  • /glean-core:status - Check MCP connection status

Hooks

  • SessionStart - Automatically checks MCP configuration on session start

Requirements

  • Claude Code CLI
  • Glean MCP server configured (run /glean-core:mcp-setup to configure)

Next Steps

After installing glean-core, install the feature plugins you need:

Plugin Purpose
glean-search Enterprise document search
glean-people People discovery and expertise
glean-meetings Meeting intelligence
glean-docs Document analysis
glean-code Cross-repo code exploration

Support