CtrlK
BlogDocsLog inGet started
Tessl Logo

claude-code-plugins-plus-skills

github.com/jeremylongshore/claude-code-plugins-plus-skills

SkillAddedReview
groq-webhooks-events

plugins/saas-packs/groq-pack/skills/groq-webhooks-events/SKILL.md

Build event-driven architectures with Groq streaming, batch processing, and async patterns. Use when setting up real-time SSE endpoints, batch processing pipelines, or event-driven LLM processing with Groq. Trigger with phrases like "groq streaming", "groq events", "groq SSE", "groq batch", "groq async", "groq event-driven".

68

groq-upgrade-migration

plugins/saas-packs/groq-pack/skills/groq-upgrade-migration/SKILL.md

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".

68

groq-security-basics

plugins/saas-packs/groq-pack/skills/groq-security-basics/SKILL.md

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".

70

groq-sdk-patterns

plugins/saas-packs/groq-pack/skills/groq-sdk-patterns/SKILL.md

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".

68

groq-reference-architecture

plugins/saas-packs/groq-pack/skills/groq-reference-architecture/SKILL.md

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".

68

groq-rate-limits

plugins/saas-packs/groq-pack/skills/groq-rate-limits/SKILL.md

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".

68

groq-prod-checklist

plugins/saas-packs/groq-pack/skills/groq-prod-checklist/SKILL.md

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".

70

groq-performance-tuning

plugins/saas-packs/groq-pack/skills/groq-performance-tuning/SKILL.md

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".

70

groq-observability

plugins/saas-packs/groq-pack/skills/groq-observability/SKILL.md

Set up observability for Groq integrations: latency histograms, token throughput, rate limit gauges, cost tracking, and Prometheus alerts. Use when instrumenting Groq API calls, building a metrics dashboard, or wiring latency/cost/rate-limit alerts. Trigger with phrases like "groq monitoring", "groq metrics", "groq observability", "monitor groq", "groq alerts", "groq dashboard".

72

groq-multi-env-setup

plugins/saas-packs/groq-pack/skills/groq-multi-env-setup/SKILL.md

Use when you need Groq to behave differently across dev, staging, and production — cheap fast models and verbose logs in dev, the production model and hardened retries everywhere else, with per-environment API keys. Configure environment-specific model selection, rate limits, and secrets. Trigger with phrases like "groq environments", "groq staging", "groq dev prod", "groq environment setup", "groq multi-env", "groq config by env".

68

groq-migration-deep-dive

plugins/saas-packs/groq-pack/skills/groq-migration-deep-dive/SKILL.md

Use when you are moving a codebase off OpenAI, Anthropic, or another LLM provider onto Groq (or between Groq model generations) and want a zero-downtime, feature-flagged cutover with a benchmark and rollback plan. Trigger with phrases like "migrate to groq", "switch to groq", "groq migration", "openai to groq", "groq replatform".

70

groq-local-dev-loop

plugins/saas-packs/groq-pack/skills/groq-local-dev-loop/SKILL.md

Configure Groq local development with hot reload, mocking, and testing. Use when setting up a Groq development environment, configuring mocked vs live test workflows, or establishing a fast iteration cycle with Groq. Trigger with phrases like "groq dev setup", "groq local development", "groq dev environment", "develop with groq".

70

groq-install-auth

plugins/saas-packs/groq-pack/skills/groq-install-auth/SKILL.md

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".

74

groq-incident-runbook

plugins/saas-packs/groq-pack/skills/groq-incident-runbook/SKILL.md

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".

72

groq-hello-world

plugins/saas-packs/groq-pack/skills/groq-hello-world/SKILL.md

Create a minimal working Groq chat completion example. Use when starting a new Groq integration, testing your setup after installing the SDK, or learning the basic Groq API request/response pattern before building something larger. Trigger with phrases like "groq hello world", "groq example", "groq quick start", "simple groq code".

68

groq-enterprise-rbac

plugins/saas-packs/groq-pack/skills/groq-enterprise-rbac/SKILL.md

Use when you run Groq inference for multiple teams and need per-team model allow-lists, spending caps, rate limits, and key rotation — because Groq API keys have no built-in scopes, so access control must live in your gateway. Configure Groq organization management, API key scoping, spending controls, and team access patterns. Trigger with phrases like "groq organization", "groq RBAC", "groq enterprise", "groq team access", "groq spending limits", "groq multi-team".

68

groq-deploy-integration

plugins/saas-packs/groq-pack/skills/groq-deploy-integration/SKILL.md

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".

68

groq-debug-bundle

plugins/saas-packs/groq-pack/skills/groq-debug-bundle/SKILL.md

Collect Groq debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Groq problems. Trigger with phrases like "groq debug", "groq support bundle", "collect groq logs", "groq diagnostic".

66

groq-data-handling

plugins/saas-packs/groq-pack/skills/groq-data-handling/SKILL.md

Use when you need to keep PII out of Groq API calls, filter model responses, audit-log conversations, or track token cost and usage for a Groq integration. Implements prompt sanitization, PII redaction, response filtering, and usage tracking. Trigger with phrases like "groq data", "groq PII", "groq GDPR", "groq data retention", "groq privacy", "groq compliance".

69

groq-cost-tuning

plugins/saas-packs/groq-pack/skills/groq-cost-tuning/SKILL.md

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".

70

groq-core-workflow-b

plugins/saas-packs/groq-pack/skills/groq-core-workflow-b/SKILL.md

Use when you need Groq's non-chat endpoints — transcribing or translating audio with Whisper, understanding images with Llama 4 vision, generating speech (TTS), or benchmarking models for speed vs quality. Trigger with phrases like "groq whisper", "groq transcription", "groq audio", "groq vision", "groq TTS", "groq speech".

70

groq-core-workflow-a

plugins/saas-packs/groq-pack/skills/groq-core-workflow-a/SKILL.md

Execute Groq's 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".

68

groq-common-errors

plugins/saas-packs/groq-pack/skills/groq-common-errors/SKILL.md

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".

71

groq-ci-integration

plugins/saas-packs/groq-pack/skills/groq-ci-integration/SKILL.md

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".

68

granola-webhooks-events

plugins/saas-packs/granola-pack/skills/granola-webhooks-events/SKILL.md

Build event-driven automations with Granola's Zapier webhook triggers. Use when creating real-time notification systems, processing meeting events, or building custom integrations that react to Granola note creation. Trigger: "granola webhooks", "granola events", "granola triggers", "granola real-time", "granola event-driven".

65