KS
Killer-Skills

rainMcp-release — how to use rainMcp-release how to use rainMcp-release, rainMcp-release setup guide, automated version upgrade, Tauri configuration management, Cargo package management, bash script automation, git workflow optimization, rainMcp-release install, rainMcp-release alternative

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated version upgrades and Cargo package management. rainMcp-release is a skill that automates the version upgrade process using bash scripts and Cargo package management for Tauri configurations

Features

Executes grep commands to find current version numbers in package.json and Cargo.toml files
Utilizes sed for batch modification of version numbers across multiple files
Updates Cargo.lock files using cargo check
Runs lint and format checks using bun run
Manages git status, diff, and commit operations for version control

# Core Topics

shellRaining shellRaining
[0]
[0]
Updated: 3/6/2026

Quality Score

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

Agent Capability Analysis

The rainMcp-release MCP Server by shellRaining is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use rainMcp-release, rainMcp-release setup guide, automated version upgrade.

Ideal Agent Persona

Perfect for Development Agents needing automated version upgrades and Cargo package management.

Core Value

Empowers agents to automate version upgrades using bash commands, Cargo package management, and JSON configurations, streamlining development workflows with Tauri and Cargo.lock updates.

Capabilities Granted for rainMcp-release MCP Server

Automating version upgrades for Tauri and JSON configurations
Generating updated Cargo.lock files
Validating version changes with git status and git diff

! Prerequisites & Limits

  • Requires bash commands and Cargo package management
  • Limited to Tauri and JSON configurations
  • Needs git for version control
Project
SKILL.md
665 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

版本升级流程

bash
1# 1. 查找当前版本号 2grep -h "\"version\":" package.json src-tauri/Cargo.toml src-tauri/tauri.conf.json | head -1 | grep -oP '\d+\.\d+\.\d+' 3 4# 2. 批量修改版本号(将 0.6.1 替换为 0.6.2) 5sed -i '' 's/0\.6\.1/0.6.2/g' package.json src-tauri/Cargo.toml src-tauri/tauri.conf.json 6 7# 3. 更新 Cargo.lock 8cd src-tauri && cargo check 9 10# 4. 运行检查 11bun run lint 12bun run format 13 14# 5. 确认修改 15git status 16git diff 17 18# 6. 提交和推送 19git add package.json src-tauri/Cargo.toml src-tauri/Cargo.lock src-tauri/tauri.conf.json 20git commit -m "chore: release version 0.6.2" 21git tag v0.6.2 22git push 23git push --tags

Related Skills

Looking for an alternative to rainMcp-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