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.
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.
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.
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
Run this command in a terminal. If the installer offers skill selection, follow the author's recommendation to install only the skills you need.
Installs: Selected skills installed only in one Codex project; the documented examples map three individual skill directories. · Codex
Before you start
Node.js environment installed
Ability to run npx bun commands
Run from: <project>
Replace `<project>` with the target project directory. Copy or symlink each desired skill as a complete directory under `<project>/.agents/skills`. The documented example destinations are `<project>/.agents/skills/baoyu-cover-image/SKILL.md`, `<project>/.agents/skills/baoyu-article-illustrator/SKILL.md`, and `<project>/.agents/skills/baoyu-post-to-wechat/SKILL.md`.
For the documented minimal WeChat Official Account article workflow, install `baoyu-cover-image`, `baoyu-article-illustrator`, and `baoyu-post-to-wechat`.
Installs: The single `baoyu-skills` plugin, containing all repository skills organized as Content Skills, AI Generation Skills, and Utility Skills.
Before you start
Node.js environment installed
Ability to run npx bun commands
In the Agent's plugin Browse UI, select `Browse and install plugins`, select `baoyu-skills`, select the `baoyu-skills` plugin, and then select `Install now`.
Installs: The single `baoyu-skills` marketplace plugin, containing all repository skills organized as Content Skills, AI Generation Skills, and Utility Skills.
Before you start
Node.js environment installed
Ability to run npx bun commands
Enter this command in the Agent session, not in a terminal.
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]`.
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.
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.