version — version install for hs-cli-conductor version, hs-conductor, community, version install for hs-cli-conductor, ide skills, version management for AI agents, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing precise version management using Semantic Versioning. Version is a management system using Semantic Versioning to track changes in software releases, following a major.minor.patch format.

Features

Updates CHANGELOG.md file according to Keep a Changelog standard
Modifies package.json file to reflect new version numbers
Follows Semantic Versioning (major.minor.patch) for release management
Includes Added, Changed, Fixed, Removed sections in changelog entries
Supports release version checklist for hs-cli-conductor

# Core Topics

HemSoft HemSoft
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The version skill by HemSoft is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for version install for hs-cli-conductor, version management for AI agents.

Ideal Agent Persona

Perfect for Development Agents needing precise version management using Semantic Versioning.

Core Value

Empowers agents to maintain accurate changelogs and package files, ensuring consistency across releases by following the Keep a Changelog standard and updating files like CHANGELOG.md and package.json.

Capabilities Granted for version

Automating version bump checklists
Generating changelog entries
Updating package files for new releases

! Prerequisites & Limits

  • Requires adherence to Semantic Versioning format
  • Manual updates needed for CHANGELOG.md and package.json
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

version

Install version, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Version Management

Release version checklist for hs-cli-conductor using Semantic Versioning (major.minor.patch).

Version Bump Checklist

When releasing a new version, update ALL of these locations:

1. Changelog

  • CHANGELOG.md (root) - Add entry under [Unreleased] or new version section
  • Format: Keep a Changelog standard (https://keepachangelog.com)
  • Include: Added, Changed, Fixed, Removed sections as needed

2. Package Files

  • package.json (root) - "version": "x.y.z"
  • admin/package.json - "version": "x.y.z" (keep in sync)

3. UI Version Displays

  • admin/src/components/TitleBar.tsx
    • Line ~69: Alert message Version x.y.z
    • Line ~139: Title bar display Vx.y

4. Build Configuration

  • admin/electron-builder.json5 - Uses ${version} from admin/package.json (auto-resolved)
  • Verify output directory: release/${version}/

Quick Command

To bump version across all files:

powershell
1# Replace OLD_VERSION with current, NEW_VERSION with target 2$old = "0.1.0"; $new = "0.2.0" 3 4# Update package.json files 5(Get-Content package.json) -replace "`"version`": `"$old`"", "`"version`": `"$new`"" | Set-Content package.json 6(Get-Content admin/package.json) -replace "`"version`": `"$old`"", "`"version`": `"$new`"" | Set-Content admin/package.json 7 8# TitleBar requires manual review for display format

Current State

Note: Version inconsistency detected during skill creation:

  • Root package.json: 0.1.0
  • Admin package.json: 0.0.0
  • TitleBar alert: 0.1.0
  • TitleBar display: V1.0

Recommendation: Align all versions before next release.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is version?

Perfect for Development Agents needing precise version management using Semantic Versioning. Version is a management system using Semantic Versioning to track changes in software releases, following a major.minor.patch format.

How do I install version?

Run the command: npx killer-skills add HemSoft/hs-conductor/version. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for version?

Key use cases include: Automating version bump checklists, Generating changelog entries, Updating package files for new releases.

Which IDEs are compatible with version?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for version?

Requires adherence to Semantic Versioning format. Manual updates needed for CHANGELOG.md and package.json.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add HemSoft/hs-conductor/version. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use version immediately in the current project.

Related Skills

Looking for an alternative to version or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI