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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glean-pack:glean-reference-architectureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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).
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).
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packIndexes 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.