From glean-pack
Sets up Glean with separate datasources and API tokens per environment (e.g., wiki_staging vs wiki_prod), CI/CD secrets, and staging testing to isolate prod data.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin glean-packThis skill is limited to using the following tools:
Use separate datasource names per environment (wiki_staging vs wiki_prod). Separate API tokens per environment. Never index production user data in staging. Use CI/CD with environment-specific secrets. Test search quality in staging before promoting connector changes.
Installs and configures Glean Indexing and Client API tokens for enterprise search, with SDK setup and verification in Node.js/TypeScript.
Configures Webflow Data API v2 for dev, staging, prod environments with per-env tokens, site IDs, and Vault/AWS/GCP secret management. Includes TypeScript config loader.
Configures Algolia for dev/staging/prod environments using index prefixing, scoped API keys, settings-as-code, and isolation in TypeScript/Node.js apps.
Share bugs, ideas, or general feedback.
Use separate datasource names per environment (wiki_staging vs wiki_prod). Separate API tokens per environment. Never index production user data in staging. Use CI/CD with environment-specific secrets. Test search quality in staging before promoting connector changes.