Skip to content

showjim/chao-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chao-skills

A collection of AI agent skills for data parsing and content extraction. Works with Claude Code, Cursor, Codex, Windsurf, and 40+ other agents via skills.sh.

Included Skills

stdf-reader

Parse and analyze STDF (Standard Test Data Format) semiconductor test files. Convert STDF to CSV/XLSX, generate analysis reports, correlation reports, PDF charts, and extract specific test data.

check-info-tool

Extract test conditions from Teradyne IG-XL ATE test programs (J750, UltraFLEX, UltraFLEXplus). List jobs, run analysis, and generate structured XLSM reports with pattern usage, flow binning, DC/AC specs, timing, and power pin levels.

twitter-article-reader

Extract readable content from Twitter/X articles and tweets using jina.ai. Bypasses anti-bot measures to return clean markdown content.

Installation

Install via Claude Code marketplace (recommended)

# Add the marketplace
claude plugin marketplace add showjim/chao-skills

# Install the plugin
claude plugin install chao-skills@chao-skills

Install via skills.sh

Works with Claude Code, Cursor, Codex, Windsurf, GitHub Copilot, and more:

# Install all skills
npx skills add showjim/chao-skills

# Install a specific skill
npx skills add showjim/chao-skills --skill stdf-reader

Local development

git clone https://github.com/showjim/chao-skills.git
claude --plugin-dir /path/to/chao-skills

Usage

Inside your AI agent, the skills are automatically loaded. For Claude Code plugin mode, invoke as:

  • /chao-skills:stdf-reader
  • /chao-skills:check-info-tool
  • /chao-skills:twitter-article-reader

Adding New Skills

  1. Create a new directory under skills/:
    skills/your-new-skill/
    
  2. Add a SKILL.md inside it with YAML frontmatter:
    ---
    name: your-new-skill
    description: What this skill does and when the agent should use it.
    ---
    
    # Your Skill Title
    
    Detailed instructions for the skill...
  3. The skill is automatically discovered — no extra config needed.

License

MIT

About

A collection of Claude Code skills for improving daily work efficiency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors