LLM Skills
~/catalog/debugging & maintenance//release

Crate release

/release

Use the ``release-crate`` command to publish a crate version by following the release guide.

r3bl-orgr3bl-org
483
March 7, 2026
Apache License 2.0
// skill content

Crate Release Invoke the release-crate skill to publish a crate release following the release guide. The argument should be the crate's folder name (e.g., build-infra, tui, cmdr). The crate name begins with r3bl- prefix for binary crates and r3bl_ prefix for library crates - the prefix is applied to the folder name of the crate (e.g., r3bl_tui crate is in tui folder, and r3bl-cmdr crate is in the cmdr folder). Always look at the Cargo.toml file of the crate to verify the crate name and version before invoking the release skill.

// original public source
r3bl-org/r3bl-open-core
/.claude/commands/release.md
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/release.md" "https://raw.githubusercontent.com/r3bl-org/r3bl-open-core/main/.claude/commands/release.md"
Then in Claude Code, type /release to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorr3bl-org
Stars 483
LicenseApache License 2.0
UpdatedMarch 7, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward