ps

The ps module extends the standard process viewing capability by adding interactive TUI features and the ability to export process snapshots in structured data formats like JSON and CSV.

x-cmd/skill3 installsMITSynced Aug 27

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI

Agent Skills format with YAML frontmatter. Claude Code reads it as-is.

---
name: "ps"
description: "The ps module extends the standard process viewing capability by adding interactive TUI features and the ability to export process snapshots in structured data formats like JSON and CSV."
license: "MIT"
---

# ps - Enhanced Process Status

The `ps` module extends the standard process viewing capability by adding interactive TUI features and the ability to export process snapshots in structured data formats like JSON and CSV.

## When to Activate
- When the user wants to browse processes using an interactive UI (FZF or CSV app).
- When exporting current process lists to JSON, CSV, or TSV for scripting.
- When converting legacy `ps aux` output into structured data formats.

## Core Principles & Rules
- **Interactive Exploration**: Use `fz` for a fast, searchable TUI experience.
- **Data Exporting**: Prioritize `--json` or `--csv` when the user intends to process the data with other tools (like `jq`).
- **Piping Compatibility**: Can consume output from standard `ps` commands and transform it.

## Patterns & Examples

### Interactive UI
```bash
# View processes in a searchable interactive TUI
x ps fz
```

### Export to JSON
```bash
# Output current process information as a JSON array
x ps --json
```

### Data Transformation
```bash
# Convert a specific ps command output to CSV
ps -ef | x ps --tocsv
```

## Checklist
- [ ] Confirm if the user needs an interactive view or a static data export.
- [ ] Verify the desired output format (JSON, CSV, TSV).
- [ ] Ensure specific `ps` flags are used if narrowing down the process list.

More General & Other skills

← All General & Other skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY