Deploy infrastructure using Terraform
deploy-service
deploy-service is an open-source devops skill for Claude Code and compatible agents, published by NVIDIA. Its author describes it as: “Deploy a service to the staging environment via shell commands”. The project has 15k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp2_clean`.
What deploy-service does
Automates deployment to the staging environment by running shell scripts.
Installation
Add deploy-service to your agent with:
git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp2_clean Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for deploy-service is organised into these sections:
- Purpose
- Warnings
- Usage
When to use it
Reach for deploy-service when you want devops help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in NVIDIA/SkillSpector, an established project with 14,743 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does deploy-service do?
- Deploy a service to the staging environment via shell commands
- How do I install deploy-service?
- Run git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sqp2_clean in your agent, then reload your skills. Review the source at https://github.com/NVIDIA/SkillSpector before installing.
- Is deploy-service free to use?
- Yes. deploy-service is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does deploy-service come from?
- deploy-service ships inside NVIDIA/SkillSpector, a repository that contains 24 catalogued skills in total. The repository's 14,743 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More DevOps →Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.
Build reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.