# 447 Groq Deploy Pipeline B8ee6169

> groq-deploy-pipeline

- Skill: `tools-only/447-groq-deploy-pipeline-b8ee6169` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/447-groq-deploy-pipeline-b8ee6169`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/447-groq-deploy-pipeline-b8ee6169/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/447-groq-deploy-pipeline-b8ee6169

---

# groq-deploy-pipeline

> Create deployment pipeline for Groq-powered features with zero-downtime releases

## Directory Structure

```
groq-deploy-pipeline/
├── SKILL.md
└── examples/
    └── deploy.yml
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | Deployment pipeline design with blue-green deployment and automatic rollback |
| examples/deploy.yml | YAML | Complete deployment workflow with latency-based health checks |

## Summary

**Category:** CI/CD
**Target Audience:** Release engineers
**Trigger Phrases:** "deploy groq", "groq deployment", "groq blue-green", "groq release pipeline", "groq rollback"

---

**Author:** Jeremy Longshore <jeremy@intentsolutions.io>
**License:** MIT
**Version:** 1.0.0

