ps

Installation
SKILL.md

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

Installs
3
Repository
x-cmd/skill
GitHub Stars
26
First Seen
Apr 10, 2026
ps — x-cmd/skill