release

Official

Automate Atomic Agents releases.

AuthorBrainBlend-AI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides the release process for atomic-agents, including version bumps, PyPI publishing, and GitHub release creation, ensuring releases are repeatable, compliant with branching policies, and reducing manual errors.

Core Features & Use Cases

  • Version Bumping & Tagging: Determine and apply appropriate version increments (major/minor/patch) in pyproject.toml and changelogs.
  • Build, Publish & Release: Build distribution artifacts and publish to PyPI, plus create GitHub releases with notes.
  • Compliance & Rollback: Verify branch state and provide rollback steps if a release encounters issues.
  • Use Case: A maintainer needs to push a patch release after a bug fix, update documentation, and publish a new wheel to PyPI with a GitHub release note.

Quick Start

Run the release workflow from your terminal:

  • Ensure you are on the main branch with a clean working directory.
  • Run the release command (major, minor, or patch) as instructed.
  • Review and push the updated version, then create a GitHub release.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: release
Download link: https://github.com/BrainBlend-AI/atomic-agents/archive/main.zip#release

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository