Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
groq-security-basics
Apply Groq security best practices for API key management and data protection.
Use when securing API keys, implementing least privilege access,
or auditing Groq security configuration.
Trigger with phrases like "groq security", "groq secrets",
"secure groq", "groq API key security".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-deploy-integration
Deploy Groq integrations to Vercel, Cloud Run, and containerized platforms.
Use when deploying Groq-powered applications to production,
configuring platform-specific secrets, or setting up deployment pipelines.
Trigger with phrases like "deploy groq", "groq Vercel",
"groq production deploy", "groq Cloud Run", "groq Docker".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-sdk-patterns
Apply production-ready Groq SDK patterns for TypeScript and Python.
Use when implementing Groq integrations, refactoring SDK usage,
or establishing team coding standards for Groq.
Trigger with phrases like "groq SDK patterns", "groq best practices",
"groq code patterns", "idiomatic groq".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-core-workflow-a
Execute Groq primary workflow: chat completions with tool use and JSON mode.
Use when implementing chat interfaces, function calling, structured output,
or building AI features with Groq's fast inference.
Trigger with phrases like "groq chat completion", "groq tool use",
"groq function calling", "groq JSON mode".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-common-errors
Diagnose and fix Groq API errors with real error codes and solutions.
Use when encountering Groq errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "groq error", "fix groq",
"groq not working", "debug groq", "groq 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-migration-deep-dive
Migrate from OpenAI/Anthropic/other LLM providers to Groq, or migrate
between Groq model generations with zero-downtime traffic shifting.
Trigger with phrases like "migrate to groq", "switch to groq",
"groq migration", "openai to groq", "groq replatform".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-data-handling
Implement prompt sanitization, PII redaction, response filtering, and
usage tracking for Groq API integrations.
Trigger with phrases like "groq data", "groq PII",
"groq GDPR", "groq data retention", "groq privacy", "groq compliance".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-performance-tuning
Optimize Groq API performance with model selection, caching, streaming, and parallel requests.
Use when experiencing slow responses, implementing caching strategies,
or optimizing request throughput for Groq integrations.
Trigger with phrases like "groq performance", "optimize groq",
"groq latency", "groq caching", "groq slow", "groq speed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-install-auth
Install and configure Groq SDK authentication for TypeScript or Python.
Use when setting up a new Groq integration, configuring API keys,
or initializing the groq-sdk in your project.
Trigger with phrases like "install groq", "setup groq",
"groq auth", "configure groq API key".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-cost-tuning
Optimize Groq costs through model routing, token management, and usage monitoring.
Use when analyzing Groq billing, reducing API costs,
or implementing usage monitoring and budget alerts.
Trigger with phrases like "groq cost", "groq billing",
"reduce groq costs", "groq pricing", "groq expensive", "groq budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-reference-architecture
Implement Groq reference architecture with model routing, streaming pipelines, and fallbacks.
Use when designing new Groq integrations, reviewing project structure,
or establishing architecture standards for Groq applications.
Trigger with phrases like "groq architecture", "groq best practices",
"groq project structure", "how to organize groq", "groq design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-prod-checklist
Execute Groq production deployment checklist and go-live procedures.
Use when deploying Groq integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "groq production", "deploy groq",
"groq go-live", "groq launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-hello-world
Create a minimal working Groq chat completion example.
Use when starting a new Groq integration, testing your setup,
or learning basic Groq API patterns.
Trigger with phrases like "groq hello world", "groq example",
"groq quick start", "simple groq code".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-ci-integration
Configure Groq CI/CD integration with GitHub Actions, testing, and model validation.
Use when setting up automated testing, configuring CI pipelines,
or integrating Groq tests into your build process.
Trigger with phrases like "groq CI", "groq GitHub Actions",
"groq automated tests", "CI groq".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-observability
Set up observability for Groq integrations: latency histograms, token throughput,
rate limit gauges, cost tracking, and Prometheus alerts.
Trigger with phrases like "groq monitoring", "groq metrics",
"groq observability", "monitor groq", "groq alerts", "groq dashboard".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-incident-runbook
Execute Groq incident response: triage, mitigation, fallback, and postmortem.
Use when responding to Groq-related outages, investigating errors,
or running post-incident reviews for Groq integration failures.
Trigger with phrases like "groq incident", "groq outage",
"groq down", "groq on-call", "groq emergency", "groq broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-multi-env-setup
Configure Groq across dev, staging, and production with environment-specific
model selection, rate limits, and API keys.
Trigger with phrases like "groq environments", "groq staging", "groq dev prod",
"groq environment setup", "groq multi-env", "groq config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-upgrade-migration
Upgrade groq-sdk versions and handle Groq model deprecations.
Use when upgrading SDK versions, detecting deprecated models,
or migrating to new Groq model IDs.
Trigger with phrases like "upgrade groq", "groq migration",
"groq breaking changes", "update groq SDK", "groq deprecated model".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-core-workflow-b
Execute Groq secondary workflows: audio transcription (Whisper), vision,
text-to-speech, and batch model evaluation.
Trigger with phrases like "groq whisper", "groq transcription",
"groq audio", "groq vision", "groq TTS", "groq speech".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
groq-rate-limits
Implement Groq rate limit handling with backoff, queuing, and header parsing.
Use when handling rate limit errors, implementing retry logic,
or optimizing API request throughput for Groq.
Trigger with phrases like "groq rate limit", "groq throttling",
"groq 429", "groq retry", "groq backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-known-pitfalls
Common mistakes when building with the Anthropic API and how to avoid them.
Use when working with known-pitfalls patterns.
Trigger with "anthropic mistakes", "claude pitfalls", "anthropic gotchas",
"common claude errors", "anthropic anti-patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-incident-runbook
Respond to Anthropic API incidents — outages, degraded performance,
Use when working with incident-runbook patterns.
error spikes, and rate limit issues in production.
Trigger with "anthropic down", "claude outage", "anthropic incident",
"claude not responding", "anthropic 529".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-observability
Monitor Claude API calls — log tokens, latency, costs, errors, and
Use when working with observability patterns.
set up alerts for production Claude integrations.
Trigger with "anthropic monitoring", "claude observability",
"track claude usage", "anthropic logging".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clade-upgrade-migration
Upgrade Anthropic SDK versions and migrate between Claude model generations.
Use when working with upgrade-migration patterns.
Trigger with "upgrade anthropic sdk", "migrate claude model",
"anthropic breaking changes", "new claude model".
jeremylongshore/claude-code-plugins-plus-skills 1,803