Claude Code Plugins

Community-maintained marketplace

Feedback

Deploy a new image to a VPS Ubuntu host using GHCR and a deploy script.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name deploy-vps
description Deploy a new image to a VPS Ubuntu host using GHCR and a deploy script.

Intent

Use for GitOps-style deploys to a VPS when a new image is pushed.

Steps

  1. Confirm target env (dev|stage|prd|custom) and image tag.
  2. Verify no secrets are exposed; use placeholders.
  3. Use a deploy script or image updater on the VPS to pull and restart.
  4. Verify health checks and metrics (Prometheus/Grafana) if available.

Safety

  • Require explicit confirmation before touching production.
  • Provide rollback steps (previous tag) before execution.