Leaderboard/Media/baoyu-skills
Last commit on September 10, 2026·Created on January 13, 2026

JimLiu/baoyu-skills

A suite of utilities for automating software releases and multilingual content translation
Combined rank
#33
across all skills
In Media
#1
category rank
Stars
26k
+0.6% in last 7d
Forks
2.9k
+0.3% in last 7d
Watchers
113
+1.8% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This collection provides structured workflows for managing the final stages of the development cycle and content localization. It streamlines the transition from code completion to public distribution by automating versioning and release notes across multiple programming environments.

Software engineers can use these tools to handle version bumps and GitHub Releases for Node.js, Python, and Rust projects, while writers can leverage integrated translation capabilities to adapt content for different languages.

WHO IT'S FOR
Software engineers
automate versioning and GitHub release workflows
Content creators
generate visual aids for articles and blogs
Educational designers
create educational comics and tutorial visuals
Web developers
optimize images for web performance
Repository contents

22 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Quick repository install

Installs: The baoyu-skills repository collection; the author recommends installing only the skills actually needed rather than bulk-installing every skill. · Claude Code, Codex

Before you start
  • Node.js environment installed
  • Ability to run npx bun commands
  1. Run this command in a terminal. If the installer offers skill selection, follow the author's recommendation to install only the skills you need.

    npx skills add jimliu/baoyu-skills
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a small system diagram

Uses baoyu-diagram

  • System name
  • Components and labeled relationships
  • Desired local `.svg` output path
Use the baoyu-diagram skill to create a standalone SVG architecture diagram for `[system name]`. Include these components and relationships: `[components and labeled connections]`. Keep the first version small and save it as `[output.svg]`.
skills/baoyu-diagram/SKILL.md · Checked Sep 18, 2026
Suggested first task

Retrieve a YouTube transcript

Uses baoyu-youtube-transcript

  • YouTube URL or video ID
Use the baoyu-youtube-transcript skill to retrieve the default English Markdown transcript with timestamps for `[YouTube URL or video ID]`. Present the transcript as a local draft and do not publish it.
Suggested first task

Compress an image while keeping the original

Uses baoyu-compress-image

  • Local input image path
Use the baoyu-compress-image skill to compress `[input-image-path]` to WebP at the default quality while keeping the original file. Report the resulting output path and size comparison.