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 auxoutput into structured data formats.
Core Principles & Rules
- Interactive Exploration: Use
fzfor a fast, searchable TUI experience. - Data Exporting: Prioritize
--jsonor--csvwhen the user intends to process the data with other tools (likejq). - Piping Compatibility: Can consume output from standard
pscommands and transform it.