glean-pack

v1.8.0 by Jeremy Longshore

Claude Code skill pack for Glean (24 skills)

24 plugin-local skills
MIT License
Claude Code Adapters (declared)

Installation

Open Claude Code and run this command:

/plugin install glean-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 24 production-ready Claude Code skills for Glean enterprise search -- real Indexing API and Client API code with actual endpoints.

Skills (24) plugin-local skills

glean-ci-integration View full skill →

CI/CD for Glean connectors with automated indexing tests and search quality validation.

ReadWriteEditBash(npm:*)Grep
glean-common-errors View full skill →

Diagnose and fix common Glean API errors including indexing failures, search issues, and permission problems.

ReadGrepBash(curl:*)
glean-core-workflow-a View full skill →

Execute Glean primary workflow: search, chat, and AI-powered answers across enterprise data.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-core-workflow-b View full skill →

Execute Glean secondary workflow: bulk document indexing, custom datasource connectors, and content lifecycle management via the Indexing API.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-cost-tuning View full skill →

Optimize Glean costs by managing indexed content volume, datasource efficiency, and connector resource usage.

ReadWriteEdit
glean-data-handling View full skill →

PII filtering: strip emails, phone numbers, SSNs from document body before indexing.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-debug-bundle View full skill →

Collect Glean diagnostic information for support including datasource config, indexing status, and search quality metrics.

ReadBash(curl:*)Grep
glean-deploy-integration View full skill →

Deploy Glean custom connectors as scheduled jobs on Cloud Run, Lambda, or Fly.

ReadWriteEditBash(npm:*)Bash(gcloud:*)Grep
glean-enterprise-rbac View full skill →

Map AD/Okta groups to Glean document permissions using allowedGroups.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-hello-world View full skill →

Index documents into Glean and search them back using the Indexing and Client APIs.

ReadWriteEditBash(npm:*)Bash(curl:*)
glean-incident-runbook View full skill →

Triage: Is search returning results? Check Glean status page.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-install-auth View full skill →

Install and configure Glean API authentication with indexing and client tokens.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-local-dev-loop View full skill →

Configure Glean local development with mock search responses, test datasources, and connector development workflow.

ReadWriteEditBash(npm:*)Grep
glean-migration-deep-dive View full skill →

Migrate from Elasticsearch/Algolia: 1) Export all documents from source, 2) Transform to Glean document schema (id, title, url, body, permissions), 3) Create datasource with adddatasource, 4) Bulk index with bulkindexdocuments, 5) Validate search quality with test queries, 6) Switch search UI to use Glean Client API.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-multi-env-setup View full skill →

Use separate datasource names per environment (wiki_staging vs wiki_prod).

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-observability View full skill →

Track: documents indexed per run (total + new + updated + deleted), indexing errors and retries, search API latency, zero-result query rate, stale content age distribution.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-performance-tuning View full skill →

Optimize Glean search relevance and indexing throughput with batch sizing, datasource configuration, and content quality improvements.

ReadWriteEdit
glean-prod-checklist View full skill →

Pre-launch: All datasources indexed and searchable.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-rate-limits View full skill →

Glean Indexing API: ~100 requests/min per token.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-reference-architecture View full skill →

Enterprise architecture: Source Systems to Connectors (Cloud Run/Lambda, event-driven or scheduled) to Glean Indexing API to Glean Search Index to Client API (Search + Chat) to Your Apps (Slack bot, portal, internal tools).

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-sdk-patterns View full skill →

Apply production-ready Glean API patterns with typed clients, batch indexing, pagination, and error handling.

ReadWriteEdit
glean-security-basics View full skill →

Token security: Indexing tokens have write access -- never expose in frontend.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-upgrade-migration View full skill →

Check Glean developer changelog for API changes.

ReadWriteEditBash(npm:*)Bash(curl:*)Grep
glean-webhooks-events View full skill →

Implement event-driven Glean indexing triggered by source system webhooks from GitHub, Confluence, Notion, and other content platforms.

ReadWriteEditBash(npm:*)

Ready to use glean-pack?