rainMcp-release — automated version upgrade rainMcp-release, rainMcp, community, automated version upgrade, ide skills, Tauri configuration management, Cargo package management, bash script automation, git workflow optimization, rainMcp-release install, Claude Code

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/8/2026

Agent Capability Analysis

The rainMcp-release skill by shellRaining 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. Optimized for automated version upgrade, Tauri configuration management, Cargo package management.

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

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

rainMcp-release

Install rainMcp-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

版本升级流程

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

FAQ & Installation Steps

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

? Frequently Asked Questions

What is rainMcp-release?

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

How do I install rainMcp-release?

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

What are the use cases for rainMcp-release?

Key use cases include: Automating version upgrades for Tauri and JSON configurations, Generating updated Cargo.lock files, Validating version changes with git status and git diff.

Which IDEs are compatible with rainMcp-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 rainMcp-release?

Requires bash commands and Cargo package management. Limited to Tauri and JSON configurations. Needs git for 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 shellRaining/rainMcp/rainMcp-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 rainMcp-release immediately in the current project.

Related Skills

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