Topic: plugin-system
4,603 skills in this topic.
-
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
-
anth-observability
Set up observability for Claude API integrations with metrics, logging,
and alerting for latency, cost, errors, and token usage.
Trigger with phrases like "anthropic monitoring", "claude observability",
"anthropic metrics", "track claude usage", "claude dashboard".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-policy-guardrails
Implement content policy guardrails, input/output validation,
and usage governance for Claude API integrations.
Trigger with phrases like "anthropic guardrails", "claude content policy",
"claude input validation", "anthropic safety rules".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-multi-env-setup
Configure Claude API across dev, staging, and production environments
with isolated keys, model routing, and spend controls per environment.
Trigger with phrases like "anthropic environments", "claude multi-env",
"anthropic staging setup", "claude dev vs prod config".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-migration-deep-dive
Migrate to Claude API from OpenAI, Gemini, or other LLM providers.
Use when switching from GPT-4 to Claude, migrating from Text Completions,
or building a multi-provider abstraction layer.
Trigger with phrases like "migrate to claude", "openai to anthropic",
"switch from gpt to claude", "multi-provider llm".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-local-dev-loop
Configure a local development workflow for Anthropic Claude API projects.
Use when setting up dev environment, configuring hot reload,
or establishing a fast iteration cycle with the Messages API.
Trigger with phrases like "anthropic local dev", "claude dev setup",
"anthropic development workflow", "test claude locally".
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
-
anth-load-scale
Implement load testing, auto-scaling, and capacity planning for Claude API.
Use when running performance benchmarks, planning for traffic spikes,
or configuring horizontal scaling for Claude-powered services.
Trigger with phrases like "anthropic load test", "claude scaling",
"anthropic capacity planning", "scale claude api".
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
-
anth-known-pitfalls
Identify and avoid common Claude API anti-patterns and integration mistakes.
Use when reviewing code, onboarding developers, or debugging subtle issues
with Anthropic integrations.
Trigger with phrases like "anthropic pitfalls", "claude anti-patterns",
"claude mistakes", "anthropic common issues", "claude gotchas".
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
-
anth-advanced-troubleshooting
Debug complex Claude API issues including context window overflow,
tool use failures, streaming corruption, and response quality problems.
Trigger with phrases like "anthropic advanced debug", "claude complex issue",
"claude tool use failing", "claude context overflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-architecture-variants
Choose and implement Claude API architecture patterns for different scales:
serverless, microservice, event-driven, and edge deployment.
Trigger with phrases like "anthropic architecture", "claude serverless",
"claude microservice design", "edge claude deployment".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-ci-integration
Configure CI/CD pipelines for Anthropic Claude API integrations.
Use when setting up automated testing, prompt regression tests,
or CI validation for Claude-powered features.
Trigger with phrases like "anthropic ci", "claude ci/cd",
"test claude in pipeline", "anthropic github actions".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-common-errors
Diagnose and fix Anthropic Claude API errors by HTTP status code.
Use when encountering API errors, debugging failed requests,
or troubleshooting authentication, rate limiting, or input validation issues.
Trigger with phrases like "anthropic error", "claude api error",
"fix anthropic 429", "claude not working", "debug claude api".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-core-workflow-a
Build Claude tool use (function calling) workflows with the Messages API.
Use when implementing tool use, function calling, agent loops,
or building AI assistants that interact with external systems.
Trigger with phrases like "claude tool use", "anthropic function calling",
"claude tools", "agent loop anthropic", "tool_use blocks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-core-workflow-b
Build Claude streaming and Message Batches API workflows.
Use when implementing real-time streaming responses, SSE event handling,
or processing bulk requests with the 50% cheaper Batches API.
Trigger with phrases like "claude streaming", "anthropic batch",
"message batches api", "SSE events anthropic", "stream claude response".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
anth-data-handling
Implement data privacy, PII handling, and compliance patterns for Claude API.
Use when handling sensitive data, implementing PII redaction,
or configuring data retention for GDPR/CCPA compliance with Claude.
Trigger with phrases like "anthropic data privacy", "claude PII",
"anthropic gdpr", "claude data handling", "redact data claude".
jeremylongshore/claude-code-plugins-plus-skills 1,803