·release
</>

release

s-hiraoku/synapse-a2a

Update version in pyproject.toml, plugin.json, and add changelog entry. This skill should be used when the user wants to bump the version number and update CHANGELOG.md. Triggered by /release or /version commands.

9Installs·2Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/synapse-a2a --skill release

SKILL.md

This skill updates the project version, plugin version, and changelog.

If provided, use as the changelog entry description. Otherwise, analyze recent commits to generate the changelog.

Validate the new version is greater than current (unless forced).

Update version in pyproject.toml, plugin.json, and add changelog entry. This skill should be used when the user wants to bump the version number and update CHANGELOG.md. Triggered by /release or /version commands. Source: s-hiraoku/synapse-a2a.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill release
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is release?

Update version in pyproject.toml, plugin.json, and add changelog entry. This skill should be used when the user wants to bump the version number and update CHANGELOG.md. Triggered by /release or /version commands. Source: s-hiraoku/synapse-a2a.

How do I install release?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill release Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/s-hiraoku/synapse-a2a