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.
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.
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.
Extract readable content from Twitter/X articles and tweets using jina.ai. Bypasses anti-bot measures to return clean markdown content.
# Add the marketplace
claude plugin marketplace add showjim/chao-skills
# Install the plugin
claude plugin install chao-skills@chao-skillsWorks 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-readergit clone https://github.com/showjim/chao-skills.git
claude --plugin-dir /path/to/chao-skillsInside 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
- Create a new directory under
skills/:skills/your-new-skill/ - Add a
SKILL.mdinside 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...
- The skill is automatically discovered — no extra config needed.
MIT