BeClaude

baoyu-skills

21.4kGitHubGeneralby JimLiu

About this Skill

Utility-skills provides a collection of lightweight Node.js tools for common content processing tasks like format conversion, text manipulation, and data transformation. It helps developers automate repetitive workflows directly within Claude Code or other AI agents, reducing context overhead by installing only the needed skills.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/baoyu-skills.md https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/SKILL.md
3
Invoke in Claude Code
/baoyu-skills

Use Cases

Convert markdown files to HTML for documentation or email generation.
Batch resize or optimize images in a project directory.
Extract and transform data from CSV or JSON files into a different format.
Generate a table of contents from markdown headings for a large document.
Minify CSS or JavaScript files before deployment.
Search and replace text patterns across multiple files with regex support.

Usage Examples

1

/utility-skills convert markdown-to-html README.md > README.html

2

/utility-skills resize-images --width 800 ./images/*.jpg

3

/utility-skills csv-to-json data.csv > data.json

View source on GitHub

Frequently Asked Questions

What is baoyu-skills?

Utility-skills provides a collection of lightweight Node.js tools for common content processing tasks like format conversion, text manipulation, and data transformation. It helps developers automate repetitive workflows directly within Claude Code or other AI agents, reducing context overhead by installing only the needed skills.

How to install baoyu-skills?

To install baoyu-skills, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /baoyu-skills.

What is baoyu-skills best for?

baoyu-skills is a community categorized under General. Created by JimLiu.

What can I use baoyu-skills for?

baoyu-skills is useful for: Convert markdown files to HTML for documentation or email generation.; Batch resize or optimize images in a project directory.; Extract and transform data from CSV or JSON files into a different format.; Generate a table of contents from markdown headings for a large document.; Minify CSS or JavaScript files before deployment.; Search and replace text patterns across multiple files with regex support..