Topic: automation
6,910 skills in this topic.
-
gamma-migration-deep-dive
Deep dive into migrating to Gamma from other presentation platforms.
Use when migrating from PowerPoint, Google Slides, Canva,
or other presentation tools to Gamma.
Trigger with phrases like "gamma migration", "migrate to gamma",
"gamma import", "gamma from powerpoint", "gamma from google slides".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-performance-tuning
Optimize Gamma API performance and reduce latency.
Use when experiencing slow response times, optimizing throughput,
or improving user experience with Gamma integrations.
Trigger with phrases like "gamma performance", "gamma slow",
"gamma latency", "gamma optimization", "gamma speed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-prod-checklist
Production readiness checklist for Gamma integration.
Use when preparing to deploy Gamma integration to production,
or auditing existing production setup.
Trigger with phrases like "gamma production", "gamma prod ready",
"gamma go live", "gamma deployment checklist", "gamma launch".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-rate-limits
Understand and manage Gamma API rate limits effectively.
Use when hitting rate limits, optimizing API usage,
or implementing request queuing systems.
Trigger with phrases like "gamma rate limit", "gamma quota",
"gamma 429", "gamma throttle", "gamma request limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-reference-architecture
Reference architecture for enterprise Gamma integrations.
Use when designing systems, planning integrations,
or implementing best-practice Gamma architectures.
Trigger with phrases like "gamma architecture", "gamma design",
"gamma system design", "gamma integration pattern", "gamma enterprise".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-sdk-patterns
Reusable patterns for the Gamma REST API (no SDK exists).
Use when building typed wrappers, generation helpers,
template factories, or error handling for Gamma.
Trigger: "gamma patterns", "gamma client wrapper",
"gamma best practices", "gamma API helper", "gamma code structure".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
gamma-security-basics
Implement security best practices for Gamma integration.
Use when securing API keys, implementing access controls,
or auditing Gamma security configuration.
Trigger with phrases like "gamma security", "gamma API key security",
"gamma secure", "gamma credentials", "gamma access control".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-ci-integration
CI/CD for Glean connectors with automated indexing tests and search quality validation.
Trigger: "glean CI", "glean GitHub Actions", "glean connector CI/CD".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-common-errors
Diagnose and fix common Glean API errors including indexing failures, search issues, and permission problems.
Trigger: "glean error", "glean not indexing", "glean search empty", "debug glean".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-core-workflow-a
Execute Glean primary workflow: search, chat, and AI-powered answers across enterprise data.
Use when building search integrations, implementing Glean chat, or creating AI assistants.
Trigger: "glean search API", "glean chat", "glean AI answers", "enterprise search".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
glean-core-workflow-b
Execute Glean secondary workflow: bulk document indexing, custom datasource connectors,
and content lifecycle management via the Indexing API.
Trigger: "glean bulk index", "glean custom connector", "glean datasource", "glean indexing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
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-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-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