Handles packaging, publishing, and deployment configurations for Ugoite projects.
Install
mkdir -p .claude/skills/ugoite-release && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12570" && unzip -o skill.zip -d .claude/skills/ugoite-release && rm skill.zipInstalls to .claude/skills/ugoite-release
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when touching release, packaging, Docker, Helm, or install/update flows.Key capabilities
- →Manage Ugoite packaging and publishing
- →Update Docker configurations for Ugoite
- →Manage Helm charts for Ugoite deployment
- →Verify CLI quickstart guides for releases
- →Verify container quickstart guides for releases
- →Ensure artifact hygiene for Ugoite releases
How it works
The skill manages changes to Ugoite's packaging, publishing, installation, or deployment by following release rules and performing validation checks.
Inputs & outputs
When to use ugoite-release
- →Update Docker configurations
- →Manage release packaging
- →Verify installation flows
About this skill
Ugoite Release
Use this skill for anything that changes how Ugoite is packaged, published, installed, or deployed.
Read first
docs/spec/testing/ci-cd.mddocs/guide/deploy/docker-compose.mddocs/guide/start/container-quickstart.mddocs/guide/deploy/helm-chart.mddocs/guide/automate/cli.mdpackages/ugoite/README.md.github/workflows/release-*.yml.github/workflows/docker-*.yml
Release rules
- Keep version pins and SHA pins explicit.
- Do not loosen reproducibility just to make a build pass.
- Treat generated artifacts, installers, and release scripts as part of the contract.
- When changing packaging or install behavior, verify the published path and the source path separately.
- If a release change affects quickstart or install docs, update the matching guide in the same change.
Validation
bash scripts/check-root-artifact-hygiene.shdocker compose -f docker-compose.yaml configdocker compose -f docker-compose.release.yaml configbash scripts/verify-release-cli-quickstart.shwhen CLI release behavior changesbash scripts/verify-release-container-quickstart.shwhen browser release behavior changes
How it compares
This skill provides a structured approach to Ugoite release management, ensuring consistency and reproducibility, unlike ad-hoc release processes.
Compared to similar skills
ugoite-release side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ugoite-release (this skill) | 0 | 2mo | No flags | Intermediate |
| deployment-engineer | 4 | 3mo | No flags | Advanced |
| devops | 2 | 6mo | Review | Intermediate |
| deployment-patterns | 0 | 2mo | Caution | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
deployment-engineer
sickn33
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.
devops
mrgoonie
Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit.
deployment-patterns
DekaPrayoga
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
deployment-pipeline-design
wshobson
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
cloudflare-deploy
davila7
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.
deploying-vmcp-locally
stacklok
Deploys a VirtualMCPServer configuration locally for manual testing and verification