uv-versioning
uv-versioning
Safe, repeatable uv version usage for single-package and workspace projects.
Use When
- You need current package version quickly.
- You need semantic/pre-release/post/dev bump updates.
- You need workspace package bumping via
--package. - You want preview-only changes via
--dry-run.
Core Rules
- Prefer
--dry-runfirst for any non-trivial bump. - Multiple
--bumpflags are allowed; order matters. - Use
--package <name>for workspace member bumps. - Use
--output-format jsonwhen scripts consume output.
Read Version
More from kjanat/skills
github-script
Writes secure actions/github-script workflow steps. Use when GitHub Actions needs inline JavaScript with GitHub API/context.
8changelog-writing
Write and maintain changelogs following the Keep a Changelog convention. Use when creating a CHANGELOG.md, adding entries for a release, or reviewing changelog format and completeness.
7github-docker-action
Create Docker container actions for GitHub Actions with Dockerfile, action.yml metadata, and entrypoint scripts. Use when building custom GitHub Actions with Docker, scaffolding container-based actions, or debugging Docker action workflows.
7index-knowledge
Generate hierarchical AGENTS.md knowledge base for a codebase. Creates root + complexity-scored subdirectory documentation.
6github-service-containers
Configure Docker service containers (Redis, PostgreSQL, etc.) as sidecar services in GitHub Actions workflows for integration testing. Use when adding databases, caches, or message queues to CI workflows, or debugging service container networking and health checks.
6build-skill
Create effective skills for OpenCode agents. Load FIRST before writing any SKILL.md. Provides required format, naming conventions, progressive disclosure patterns, and validation. Use when building, reviewing, or debugging skills.
5