deployment▌
33 indexed skills · max 10 per page
vercel-deployment
sickn33/antigravity-awesome-skills · Productivity
Expert guidance for deploying Next.js applications to Vercel with environment and runtime optimization. \n \n Covers environment variable configuration across dev, preview, and production environments, with emphasis on preventing secrets exposure via NEXT_PUBLIC_ \n Distinguishes between Edge and Serverless function runtimes, helping you choose the right execution model for API routes and functions \n Addresses build optimization strategies to reduce cold starts, bundle size, and deployment time
rag-blueprint
nvidia/skills · rag
NVIDIA RAG Blueprint — deploy, configure, troubleshoot, and manage. Handles any RAG action: deploy, install, start, enable, disable, toggle, change, configure, troubleshoot, debug, fix, shutdown, stop, or tear down any RAG feature or service (Agentic RAG, VLM, guardrails, query rewriting, models, search, ingestion, observability, summarization, reasoning, and more).
earth2studio-install
nvidia/skills · earth2studio
>
cuopt-install
nvidia/skills · cuopt
Install cuOpt for Python, C, or server via pip, conda, or Docker; verify the install. For building cuOpt from source, see cuopt-developer.
cuopt-server-api-python
nvidia/skills · cuopt
cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.
securing-helm-chart-deployments
mukul975/Anthropic-Cybersecurity-Skills · securing-helm-chart-deployments
Secure Helm chart deployments by validating chart integrity, scanning templates for misconfigurations, and enforcing security contexts in Kubernetes releases.
shipping-and-launch
OWNER/REPO · devops
Prepares production launches with checklists for code quality, security, performance, and more to ensure safe deployments.
ci-cd-and-automation
unknown/unknown · devops
Automates CI/CD pipeline setup and ensures quality gates are met before deployment.
vercel-deployment
davila7/claude-code-templates · Productivity
You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale.
deployment-pipeline-design
wshobson/agents · Frontend
Multi-stage CI/CD pipelines with approval gates and deployment orchestration. \n \n Covers four deployment strategies: rolling updates, blue-green, canary, and feature flags, each with trade-offs for downtime, rollback speed, and infrastructure cost \n Includes approval gate patterns for manual review, time-based delays, and multi-approver workflows across GitHub Actions, GitLab CI, and Azure Pipelines \n Provides automated rollback mechanisms triggered by health checks and failure detection, pl