Help a user deploy an application onto the GlueOps platform. Use whenever the user asks to deploy, ship, or onboard an app to GlueOps; create or edit files in a deployment-configurations repo; configure ingress, routing, secrets, or Traefik on GlueOps; or troubleshoot why a GlueOps deployment isn't reachable.
Resources
13Install
npx skillscat add glueops/glueops-dev Install via the SkillsCat registry.
GlueOps Deploy
This skill is a stub. The real instructions live in a single canonical LLM.md file hosted on GitHub. Fetch it, then follow it.
What to do
Fetch the canonical guide:
https://raw.githubusercontent.com/GlueOps/glueops-dev/main/LLM.mdUse whatever fetch tool your harness exposes (e.g.
WebFetch,curlvia a shell tool, an HTTP tool). If fetching fails, tell the user and ask them to paste the contents of that URL.Read the fetched document in full before generating any files or commands.
Follow it. The document specifies:
- The two repos involved (
deployment-configurations+ the app source repo) - The directory layout under
apps/<app-name>/ - The shape of
base-values.yamlandenvs/<env>/values.yaml - When to use Standard Ingress vs Traefik IngressRoute CRDs
- Helm template expressions to use instead of hardcoding
- Secrets via
externalSecret+ OpenBao - Verification (no
kubectl— usecurland the ArgoCD dashboard) - Common gotchas and the questions to ask the user before generating files
- The two repos involved (
Do not generate raw Kubernetes manifests or
kubectlcommands. Everything goes through values files in the user'sdeployment-configurationsrepo.
Notes
- The canonical guide is updated in-place on
main. Always fetch fresh — do not rely on a cached copy from a previous session. - This stub is harness-agnostic in spirit: any agent (Claude Code, Cursor, Continue, an OpenAI Assistant, a custom script) can be pointed at the same URL and get the same instructions. The
name/descriptionfrontmatter above follows the Claude Code skill format; other harnesses may need their own equivalent wrapper around the same fetch step.