shell-tools
Installation
SKILL.md
Shell Tools Skill
Master jq, xargs, GNU parallel, and advanced pipelines
Learning Objectives
After completing this skill, you will be able to:
- Process JSON with jq
- Use xargs for argument handling
- Parallelize tasks with GNU parallel
- Build efficient data pipelines
- Use utility commands effectively
Prerequisites
- Strong Bash fundamentals
- Text processing basics
- Understanding of pipes