release
✓Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents.
Installation
SKILL.md
This skill guides the release process for atomic-agents, including version bumping, PyPI publishing, and GitHub release creation.
| major | Breaking changes | 2.5.0 → 3.0.0 | | minor | New features (backwards compatible) | 2.5.0 → 2.6.0 | | patch | Bug fixes only | 2.5.0 → 2.5.1 |
Important: The script bumps versions, so if it fails partway through, reset to main before retrying.
Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents. Source: brainblend-ai/atomic-agents.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/brainblend-ai/atomic-agents --skill release- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is release?
Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents. Source: brainblend-ai/atomic-agents.
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/brainblend-ai/atomic-agents --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/brainblend-ai/atomic-agents
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01