Claude Code Plugins

Community-maintained marketplace

Feedback

mflux-release

@filipstrand/mflux
1.8k
0

Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name mflux-release
description Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.

mflux release prep

Releases are prepared in-repo; tagging/publishing is handled by GitHub Actions.

When to Use

  • You’re preparing a release PR.
  • You need to bump version and update the changelog/lockfile correctly.

Instructions

  • Prefer the existing Cursor command:
    • /release-prep
  • Checklist:
    • Bump version in pyproject.toml
    • Add a descriptive entry to CHANGELOG.md
    • Update lockfile: uv lock
    • Sanity checks (optional unless requested): make test-fast, make build
  • Do not tag releases locally unless explicitly requested (normally handled by CI).