jc
✓Converts CLI output to JSON for structured processing and analysis. Use when parsing ps, dig, netstat, ls, or other command output into machine-readable format for piping to jq or scripts.
Installation
SKILL.md
JSONifies the output of CLI tools and file-types for easier parsing.
| System | ps, top, free, df, du, ls, stat, uptime | | Network | dig, ping, traceroute, netstat, ss, ifconfig | | Files | ls, find, stat, file, mount, fstab | | Packages | dpkg -l, rpm -qi, pacman, brew | | Logs | syslog, clf (Common Log Format) | | Dev | git log, docker ps, kubectl |
| -p | Pretty format JSON | | -r | Raw output (less processed) | | -u | Unbuffered output | | -q | Quiet (suppress warnings) | | -d | Debug mode | | -y | YAML output | | -M | Add metadata | | -s | Slurp multi-line input |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/knoopx/pi --skill jc- Source
- knoopx/pi
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-08
- Updated
- 2026-02-18
Quick answers
What is jc?
Converts CLI output to JSON for structured processing and analysis. Use when parsing ps, dig, netstat, ls, or other command output into machine-readable format for piping to jq or scripts. Source: knoopx/pi.
How do I install jc?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill jc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/knoopx/pi
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-08