sebastienrousseau

Agtmls Release — Development skill for Claude Code

Development community

Walk the guarded AgtMLS release flow from version bump to published artifacts.

How to install Agtmls Release

Installs to ~/.claude/skills/sebastienrousseau-agtmls-agtmls-release/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sebastienrousseau-agtmls-agtmls-release && curl -fsSL https://raw.githubusercontent.com/sebastienrousseau/agtmls/HEAD/commands/agtmls-release.md -o ~/.claude/skills/sebastienrousseau-agtmls-agtmls-release/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agtmls Release does


description: Walk the guarded AgtMLS release flow from version bump to published artifacts. license: MIT

Releases increment by exactly `0.0.1` on the `0.0.x` line.

python3 scripts/agtmls.py next-version
python3 scripts/agtmls.py bump-version --version 
python3 scripts/agtmls.py check

`main` is protected, so land the bump through a pull request rather than pushing directly. After it merges:

git tag -s v -m "AgtMLS v" && git push origin v

Ta

Alternatives in Development

  • Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
  • Release Extension — Release a new version of a marketplace extension 1.6k ★
  • Bump Plugin Version — Detect changed plugins and bump their versions along with the marketplace version 684 ★

Full documentation available on GitHub

View Source Repository