UG

ugoite-release

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.zip

Installs 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.
76 chars✓ has a “when” trigger
Intermediate

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

You give it
Changes to Ugoite packaging, installation, or deployment
You get back
Validated release artifacts, updated documentation, or configuration checks

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.md
  • docs/guide/deploy/docker-compose.md
  • docs/guide/start/container-quickstart.md
  • docs/guide/deploy/helm-chart.md
  • docs/guide/automate/cli.md
  • packages/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.sh
  • docker compose -f docker-compose.yaml config
  • docker compose -f docker-compose.release.yaml config
  • bash scripts/verify-release-cli-quickstart.sh when CLI release behavior changes
  • bash scripts/verify-release-container-quickstart.sh when 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.

SkillInstallsUpdatedSafetyDifficulty
ugoite-release (this skill)02moNo flagsIntermediate
deployment-engineer43moNo flagsAdvanced
devops26moReviewIntermediate
deployment-patterns02moCautionAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry