npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/groq-pack

v1.0.2

Published

Claude Code skill pack for Groq - 24 skills covering ultra-fast LLM inference with LPU

Readme

Groq Skill Pack

24 Claude Code skills for Groq's ultra-fast LPU inference API -- real SDK code, real model IDs, real speed benchmarks.

What This Covers

Groq provides the fastest LLM inference available through custom LPU (Language Processing Unit) hardware. This skill pack covers the groq-sdk npm package, the OpenAI-compatible REST API at api.groq.com/openai/v1/, and all current model families: Llama 3.x text, Llama 4 vision, Whisper audio, and text-to-speech.

Key model IDs used throughout:

  • llama-3.1-8b-instant -- fastest, cheapest (~560 tok/s, $0.05/M tokens)
  • llama-3.3-70b-versatile -- best quality (~280 tok/s, $0.59/M tokens)
  • llama-3.3-70b-specdec -- speculative decoding variant
  • meta-llama/llama-4-scout-17b-16e-instruct -- multimodal vision
  • whisper-large-v3-turbo -- audio transcription at 216x real-time

Installation

/plugin install groq-pack@claude-code-plugins-plus

Skills Included

Standard Skills (S01-S12)

| Skill | What It Does | |-------|-------------| | groq-install-auth | Install groq-sdk, configure GROQ_API_KEY, verify connection | | groq-hello-world | First chat completion, streaming, model selection | | groq-local-dev-loop | Project setup, vitest mocking, integration tests | | groq-sdk-patterns | Typed client, error handling with Groq.APIError, retry logic | | groq-core-workflow-a | Chat completions, tool/function calling, JSON mode, structured outputs | | groq-core-workflow-b | Whisper transcription, Llama 4 vision, text-to-speech, benchmarking | | groq-common-errors | Error code reference (401, 429, 400, 500), rate limit headers | | groq-debug-bundle | Diagnostic script: env, connectivity, rate limits, latency | | groq-rate-limits | Header parsing, exponential backoff, p-queue, proactive throttling | | groq-security-basics | Key rotation, git leak prevention, prompt injection defense | | groq-prod-checklist | Go-live checklist: auth, fallback, health check, spending limits | | groq-upgrade-migration | SDK upgrades, deprecated model scanner, model ID migration map |

Pro Skills (P13-P18)

| Skill | What It Does | |-------|-------------| | groq-ci-integration | GitHub Actions: unit tests, integration tests, model deprecation checks | | groq-deploy-integration | Vercel Edge, Cloud Run, Docker, Vercel AI SDK integration | | groq-webhooks-events | SSE streaming, BullMQ batch processing, webhook event processor | | groq-performance-tuning | Model speed tiers, prompt cache, parallel orchestration, benchmarking | | groq-cost-tuning | Smart model routing (12x savings), batching, caching, usage tracking | | groq-reference-architecture | Model registry, router, middleware, fallback chain, streaming pipeline |

Flagship Skills (F19-F24)

| Skill | What It Does | |-------|-------------| | groq-multi-env-setup | Dev/staging/prod config, secret management, Docker Compose | | groq-observability | Prometheus metrics, rate limit gauges, alert rules, structured logging | | groq-incident-runbook | Triage script, decision tree, fallback activation, postmortem template | | groq-data-handling | PII redaction, response filtering, audit logging, Llama Guard moderation | | groq-enterprise-rbac | Team access control, spending limits, API gateway, key rotation | | groq-migration-deep-dive | OpenAI-to-Groq migration, provider abstraction, traffic shifting |

Usage

Skills trigger automatically when you discuss Groq topics:

  • "Help me set up Groq" triggers groq-install-auth
  • "Groq 429 error" triggers groq-common-errors
  • "Transcribe audio with Groq" triggers groq-core-workflow-b
  • "Deploy my Groq app to Vercel" triggers groq-deploy-integration
  • "Migrate from OpenAI to Groq" triggers groq-migration-deep-dive

Key Links

License

MIT