crimson-release — community crimson-release, crimson, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Git-based AI Agents needing automated release management and version control. a faithful rewrite of crimsonland 1.9.93 from 2003

banteg banteg
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The crimson-release skill by banteg is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Git-based AI Agents needing automated release management and version control.

Core Value

Empowers agents to manage Git repositories with automated checks, version bumping using `uv version`, and tagged releases, ensuring a clean and consistent commit history using `git status` and `just check`.

Capabilities Granted for crimson-release

Automating release commits with confirmation prompts
Bumping version numbers using `uv version --bump minor`
Validating repository consistency with `just check` and `git status --porcelain`

! Prerequisites & Limits

  • Requires Git repository access
  • Needs `just` and `uv` commands installed
  • Limited to Git-based version control
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

crimson-release

Install crimson-release, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Crimson Release

Goal

Produce a clean release commit + tag for this repo by running the checklist below in order.

Workflow

Pre-flight

  • Ensure the working tree is clean: git status --porcelain prints nothing.
  • Ensure the branch is correct (usually master).
  • Ask for confirmation before any of: git commit, git tag, git push.

0) Checks

Run: just check

1) Bump version (default: minor)

Run: uv version --bump minor

If you need a dev-only bump instead (e.g., 0.1.0.dev29 -> 0.1.0.dev30), run: uv version --bump dev

Capture the resulting version string (use uv version if needed).

2) Refresh lockfile

Run: uv lock

3) Commit

  • Verify the diff is expected: git diff --stat.
  • Stage: git add -A.
  • Commit using conventional commits (example): git commit -m "chore(release): bump version to <version>".

4) Tag

  • Prefer an annotated tag.
  • Derive the tag from the version (common pattern): v<version>.
  • If tag format is unclear, ask before creating it.

Example:

bash
1git tag -a "v<version>" -m "v<version>"

5) Push

  • Push branch and tag.
  • Prefer: git push --follow-tags.
  • If the remote/tag needs to be explicit, push both separately.

Sanity checks

  • Ensure only expected files changed (typically pyproject.toml and uv.lock).
  • Stop and ask if new failures appear or unexpected files change.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is crimson-release?

Perfect for Git-based AI Agents needing automated release management and version control. a faithful rewrite of crimsonland 1.9.93 from 2003

How do I install crimson-release?

Run the command: npx killer-skills add banteg/crimson/crimson-release. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for crimson-release?

Key use cases include: Automating release commits with confirmation prompts, Bumping version numbers using `uv version --bump minor`, Validating repository consistency with `just check` and `git status --porcelain`.

Which IDEs are compatible with crimson-release?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for crimson-release?

Requires Git repository access. Needs `just` and `uv` commands installed. Limited to Git-based version control.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add banteg/crimson/crimson-release. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use crimson-release immediately in the current project.

Related Skills

Looking for an alternative to crimson-release or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI