·versioning
</>

versioning

bfmcneill/agi-marketplace

Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags.

2Installs·0Trend·@bfmcneill

Installation

$npx skills add https://github.com/bfmcneill/agi-marketplace --skill versioning

SKILL.md

| MAJOR | Breaking changes | API removed, incompatible changes, major rewrites | | MINOR | New features (backward compatible) | New endpoint, new option, new capability | | PATCH | Bug fixes (backward compatible) | Fix crash, fix typo, fix edge case |

| Bumping MAJOR for new feature | MINOR (if backward compatible) | | Bumping PATCH for new option | MINOR (it's new functionality) | | Forgetting to tag | Always tag after version bump | | Tag without version update | Update manifest first, then tag | | Inconsistent tag format | Always use v prefix: v1.2.0 |

Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags. Source: bfmcneill/agi-marketplace.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bfmcneill/agi-marketplace --skill versioning
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is versioning?

Use when releasing, tagging, or bumping versions. Defines semver rules and keeps package.json/pyproject.toml synced with git tags. Source: bfmcneill/agi-marketplace.

How do I install versioning?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bfmcneill/agi-marketplace --skill versioning 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/bfmcneill/agi-marketplace