From glean-pack
Documents Glean enterprise search architecture: sources -> connectors (Cloud Run/Lambda) -> Indexing API -> Search Index -> Client API -> apps (Slack bots, portals). Covers indexing, permissions, hosting.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packThis skill is limited to using the following tools:
Enterprise architecture: Source Systems -> Connectors (Cloud Run/Lambda, event-driven or scheduled) -> Glean Indexing API -> Glean Search Index -> Client API (Search + Chat) -> Your Apps (Slack bot, portal, internal tools). Key decisions: incremental vs bulk indexing, permission model (open vs ACL), connector hosting (serverless vs always-on).
Indexes documents into Glean custom datasources via Indexing API and searches using Client API. For building connectors, testing search quality, or learning patterns.
Provides Exa reference architecture for neural search pipelines, RAG integrations, content discovery, caching, and service design. Includes TypeScript examples and diagrams for production setups.
Searches and fetches Glean developer docs via MCP tools for APIs, SDKs (Python/JS), MCP config, authentication, indexing, and integrations.
Share bugs, ideas, or general feedback.
Enterprise architecture: Source Systems -> Connectors (Cloud Run/Lambda, event-driven or scheduled) -> Glean Indexing API -> Glean Search Index -> Client API (Search + Chat) -> Your Apps (Slack bot, portal, internal tools). Key decisions: incremental vs bulk indexing, permission model (open vs ACL), connector hosting (serverless vs always-on).