Skill Claude CodeCodex
Follow several log files at once with per-source prefixes, ANSI colors, and an optional regex filter so the user can correlate events across services in one pane.
Skill Claude CodeCodex
Follow several log files at once with per-source prefixes, ANSI colors, and an optional regex filter so the user can correlate events across services in one pane.
Skill Claude CodeCodex
Use WHEN you need to query Loki logs with LogQL — filter by label, parse structured fields, aggregate counts, and export to JSON for a postmortem narrative.
Skill Claude CodeCodex
Use WHEN git reports CONFLICT during merge, rebase, cherry-pick, or stash apply — walks through three-way resolution, hunk selection, and verification.
Skill Claude CodeCodex
Use WHEN you have an nginx (or Apache combined-format) access log and need to parse it into structured records, then aggregate by status code, path, client, or user-agent.
Skill Claude CodeCodex
Use WHEN you have OpenTelemetry traces and need to find slow spans, understand the call graph for one request, or correlate a trace with its logs and metrics.
Skill Claude CodeCodex
Use WHEN you've been handed a .parquet file and need to peek inside — see the schema, row count, a sample of rows, and per-column statistics — without writing a pandas script.
Skill Claude CodeCodex
Generate cryptographically strong passwords or Diceware-style passphrases and optionally pipe the result straight into the system clipboard.
Skill Claude CodeCodex
Use WHEN you have a PDF report and need to pull tabular data out of it into CSV or pandas — handling multi-page tables, merged header cells, and bank-statement-style layouts.
Skill Claude CodeCodex
Use WHEN you need to view, navigate, or thumbnail a PDF from the terminal — render pages to ASCII or image previews without opening a GUI viewer.
Skill Claude CodeCodex
Enumerate listening TCP/UDP ports on this machine and map each to the owning process, without requiring nmap or root in most cases.
Skill Claude CodeCodex
Use WHEN postgres performance is degrading from table bloat or you've just done a large delete/update — run VACUUM, ANALYZE, and surface tables that need attention.