Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Enhanced `ps` process viewer with interactive UI, fzf support, AI filtering, and CSV/JSON/TSV output formats. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
.claude/skills/x-cmd-x-ps/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -44% | 0% |
> Enhanced process viewer with interactive UI, multiple output formats, and AI-powered filtering.
bash# Interactive process viewer (default) x ps # List all processes with details x ps aux
x ps fz for fuzzy searchx ps =)| Command | Description | |---------|-------------| | x ps | Interactive process viewer (default) | | x ps aux | Show all processes | | x ps fz | Interactive fzf view | | x ps --csv | CSV format output | | x ps --json | JSON format output | | x ps --tsv | TSV format output |
bash# Default interactive mode x ps # Use fzf for fuzzy search x ps fz
bash# Convert ps output to JSON ps aux | x ps --tojson # Get CSV format x ps --csv # Process and convert ps -ef | x ps --tocsv
bash# Natural language process selection x ps = "heavy cpu processes" x ps = "nodejs processes using most memory"
bash# View and kill from interactive UI x ps # Select process → Choose action (dump, TERM, INT, KILL)
bash# Chain with other tools x ps --csv | x csv sql "SELECT * WHERE CPU > 5" x ps --json | jq '.[] | select(.USER == "root")'
ps commandps(1) manual page| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 11,648 | 4,446 | -62% | 1 | 1 | 0% | 1,690 | 1,040 | -38% | 0 | 0 | — |
case-02 | fail→pass | 7,524 | 3,497 | -54% | 1 | 1 | 0% | 1,149 | 864 | -25% | 0 | 0 | — |
case-03 | pass→fail | 129,689 | 7,338 | -94% | 1 | 1 | 0% | 1,376 | 1,495 | +9% | 0 | 0 | — |
case-04 | pass→pass | 5,691 | 4,921 | -14% | 1 | 1 | 0% | 924 | 1,229 | +33% | 0 | 0 | — |
case-05 | pass→pass | 6,625 | 9,934 | +50% | 1 | 1 | 0% | 741 | 1,072 | +45% | 0 | 0 | — |
case-06 | fail→pass | 3,412 | 3,882 | +14% | 1 | 1 | 0% | 454 | 739 | +63% | 0 | 0 | — |
case-07 | pass→pass | 8,169 | 4,391 | -46% | 1 | 1 | 0% | 1,203 | 974 | -19% | 0 | 0 | — |
case-08 | fail→pass | 10,642 | 2,949 | -72% | 1 | 1 | 0% | 1,744 | 823 | -53% | 0 | 0 | — |
case-09 | fail→pass | 9,956 | 2,621 | -74% | 1 | 1 | 0% | 1,480 | 828 | -44% | 0 | 0 | — |
case-10 | fail→pass | 14,527 | 3,016 | -79% | 1 | 1 | 0% | 2,384 | 861 | -64% | 0 | 0 | — |
case-11 | fail→pass | 7,098 | 3,761 | -47% | 1 | 1 | 0% | 1,073 | 989 | -8% | 0 | 0 | — |
case-12 | fail→pass | 14,477 | 3,903 | -73% | 1 | 1 | 0% | 2,194 | 861 | -61% | 0 | 0 | — |
case-13 | fail→pass | 12,039 | 2,789 | -77% | 1 | 1 | 0% | 1,842 | 841 | -54% | 0 | 0 | — |
case-14 | pass→pass | 11,699 | 124,994 | +968% | 1 | 1 | 0% | 1,959 | 955 | -51% | 0 | 0 | — |
case-15 | pass→pass | 11,661 | 2,623 | -78% | 1 | 1 | 0% | 1,807 | 812 | -55% | 0 | 0 | — |
case-16 | fail→pass | 27,899 | 4,639 | -83% | 1 | 1 | 0% | 3,080 | 1,014 | -67% | 0 | 0 | — |
case-17 | pass→pass | 6,473 | 3,521 | -46% | 1 | 1 | 0% | 885 | 906 | +2% | 0 | 0 | — |
case-18 | pass→pass | 14,885 | 12,178 | -18% | 1 | 1 | 0% | 2,317 | 2,168 | -6% | 0 | 0 | — |
case-19 | pass→pass | 17,553 | 11,938 | -32% | 1 | 1 | 0% | 2,533 | 2,203 | -13% | 0 | 0 | — |
case-20 | pass→pass | 11,076 | 4,801 | -57% | 1 | 1 | 0% | 1,454 | 1,217 | -16% | 0 | 0 | — |
case-21 | fail→pass | 34,807 | 2,737 | -92% | 1 | 1 | 0% | 2,642 | 836 | -68% | 0 | 0 | — |
case-22 | fail→pass | 83,976 | 3,713 | -96% | 1 | 1 | 0% | 7,896 | 762 | -90% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +50 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.