Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation", or needs vision-capable AI generation.
release-skills
release-skills is an open-source backend skill for Claude Code and compatible agents, published by JimLiu. Its author describes it as: “Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user s…”. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add JimLiu/baoyu-skills`.
What release-skills does
Universal release workflow supporting any project type with multi-language changelog.
Installation
Add release-skills to your agent with:
/plugin marketplace add JimLiu/baoyu-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for release-skills is organised into these sections:
- User Input Tools
- Quick Start
- Supported Projects
- Options
- Workflow
- Step 1: Detect Project Configuration
- Step 2: Analyze Changes Since Last Tag
- Step 3: Determine Version Bump
- Step 4: Generate Multi-language Changelogs
- Step 5: Group Changes by Skill/Module
- Step 6: Commit Each Skill/Module Separately
- Step 7: Generate Changelog and Update Version
When to use it
Reach for release-skills when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in JimLiu/baoyu-skills, an established project with 25,129 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does release-skills do?
- Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送", "release notes", "GitHub Release", or "回填 Release".
- How do I install release-skills?
- Run /plugin marketplace add JimLiu/baoyu-skills in your agent, then reload your skills. Review the source at https://github.com/JimLiu/baoyu-skills before installing.
- Is release-skills free to use?
- Yes. release-skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does release-skills come from?
- release-skills ships inside JimLiu/baoyu-skills, a repository that contains 23 catalogued skills in total. The repository's 25,129 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Extracts resources and JavaScript from any installed Electron app (`.asar` bundle), restoring original sources from `.js.map` files when available or formatting minified code with Prettier otherwise. Use when user wants to "extract Electron app", "decompile Electron", "get the source code of <app>", "inspect app.asar", "看 Electron 应用源码", "提取 .asar", or asks how a desktop Electron app is built. Skips `node_modules` and supports both macOS and Windows.
Comprehensive REST API design review with automated linting, breaking-change detection, and design scorecards. Catches inconsistent conventions, missing versioning, and design smells before APIs ship. Use when reviewing a PR that adds or changes API endpoints, auditing an existing API for v2 migration, or establishing API standards for a team.
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
Find businesses, leads, emails, reviews, ratings, and contact details from Google Maps. Use for requests such as "find dentists in Berlin", "scrape Google Maps", "get local business leads", or "collect Google Maps reviews". Runs the open-source scraper locally with Docker and guides nontechnical users through setup, monitoring, and results.