baoyu-skills
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
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/baoyu-skills.md https://raw.githubusercontent.com/JimLiu/baoyu-skills/main/SKILL.md/baoyu-skillsUse Cases
Usage Examples
/utility-skills convert markdown-to-html README.md > README.html
/utility-skills resize-images --width 800 ./images/*.jpg
/utility-skills csv-to-json data.csv > data.json
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..