Topic: claude-code
35,830 skills in this topic.
-
glean-cost-tuning
Optimize Glean costs by managing indexed content volume, datasource efficiency,
and connector resource usage.
Trigger: "glean costs", "glean optimization", "reduce glean indexing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-data-handling
PII filtering: strip emails, phone numbers, SSNs from document body before indexing.
Trigger: "glean data handling", "data-handling".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-debug-bundle
Collect Glean diagnostic information for support including datasource config, indexing status, and search quality metrics.
Trigger: "glean debug", "glean support", "glean diagnostic".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-deploy-integration
Deploy Glean custom connectors as scheduled jobs on Cloud Run, Lambda, or Fly.io.
Trigger: "deploy glean connector", "glean connector hosting", "schedule glean indexing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-enterprise-rbac
Map AD/Okta groups to Glean document permissions using allowedGroups.
Trigger: "glean enterprise rbac", "enterprise-rbac".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-hello-world
Index documents into Glean and search them back using the Indexing and Client APIs.
Use when starting a new Glean custom connector, testing search quality,
or learning the index/search pattern.
Trigger: "glean hello world", "glean example", "glean index document", "glean search".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-incident-runbook
Triage: Is search returning results? Check Glean status page.
Trigger: "glean incident runbook", "incident-runbook".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-install-auth
Install and configure Glean API authentication with indexing and client tokens.
Use when setting up custom datasource indexing, configuring search API access,
or initializing the Glean developer SDK for enterprise search.
Trigger: "install glean", "setup glean", "glean auth", "glean API token".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-local-dev-loop
Configure Glean local development with mock search responses, test datasources, and connector development workflow.
Trigger: "glean dev setup", "glean local development", "glean connector development".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-migration-deep-dive
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.
Trigger: "glean migration deep dive", "migration-deep-dive".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-multi-env-setup
Use separate datasource names per environment (wiki_staging vs wiki_prod).
Trigger: "glean multi env setup", "multi-env-setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-observability
Track: documents indexed per run (total + new + updated + deleted), indexing errors and retries, search API latency, zero-result query rate, stale content age distribution.
Trigger: "glean observability", "observability".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-performance-tuning
Optimize Glean search relevance and indexing throughput with batch sizing,
datasource configuration, and content quality improvements.
Trigger: "glean performance", "glean search quality", "glean indexing speed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-prod-checklist
Pre-launch: All datasources indexed and searchable.
Trigger: "glean prod checklist", "prod-checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-rate-limits
Glean Indexing API: ~100 requests/min per token.
Trigger: "glean rate limits", "rate-limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-reference-architecture
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).
Trigger: "glean reference architecture", "reference-architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-sdk-patterns
Apply production-ready Glean API patterns with typed clients, batch indexing, pagination, and error handling.
Trigger: "glean SDK patterns", "glean best practices", "glean API client".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-security-basics
Token security: Indexing tokens have write access -- never expose in frontend.
Trigger: "glean security basics", "security-basics".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-upgrade-migration
Check Glean developer changelog for API changes.
Trigger: "glean upgrade migration", "upgrade-migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-webhooks-events
Implement event-driven Glean indexing triggered by source system webhooks from
GitHub, Confluence, Notion, and other content platforms.
Trigger: "glean webhooks", "glean event indexing", "incremental glean index".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
langfuse-ci-integration
Configure Langfuse CI/CD integration with GitHub Actions and automated testing.
Use when setting up automated testing, configuring CI pipelines,
or integrating Langfuse tests into your build process.
Trigger with phrases like "langfuse CI", "langfuse GitHub Actions",
"langfuse automated tests", "CI langfuse", "langfuse pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
langfuse-core-workflow-a
Execute Langfuse primary workflow: Tracing LLM calls and spans.
Use when implementing LLM tracing, building traced AI features,
or adding observability to existing LLM applications.
Trigger with phrases like "langfuse tracing", "trace LLM calls",
"add langfuse to openai", "langfuse spans", "track llm requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
langfuse-debug-bundle
Collect Langfuse debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Langfuse problems.
Trigger with phrases like "langfuse debug", "langfuse support bundle",
"collect langfuse logs", "langfuse diagnostic", "langfuse troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
langfuse-deploy-integration
Deploy Langfuse with your application across different platforms.
Use when deploying Langfuse to Vercel, AWS, GCP, or Docker,
or integrating Langfuse into your deployment pipeline.
Trigger with phrases like "deploy langfuse", "langfuse Vercel",
"langfuse AWS", "langfuse Docker", "langfuse production deploy".
jeremylongshore/claude-code-plugins-plus-skills 1,803