KS
Killer-Skills

crimson-release — Categories.community

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

Quality Score

Top 5%
25
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add banteg/crimson

Agent Capability Analysis

The crimson-release MCP Server by banteg is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

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 MCP Server

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
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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.

Related Skills

Looking for an alternative to crimson-release or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication