belarusrulez

59 mods across 1 repository, 2 stars between them.

log:tail-multi

49

belarusrulez/skill-core

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.

2 3mo ago A 37 tokens

loki:logql-query

50

belarusrulez/skill-core

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.

2 3mo ago A 41 tokens

belarusrulez/skill-core

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.

2 3mo ago A 40 tokens

nginx:access-parse

52

belarusrulez/skill-core

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.

2 3mo ago A 44 tokens

otel:trace-explore

53

belarusrulez/skill-core

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.

2 3mo ago A 38 tokens

parquet:inspect

54

belarusrulez/skill-core

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.

2 3mo ago A 45 tokens

password:gen

55

belarusrulez/skill-core

Skill Claude CodeCodex

Generate cryptographically strong passwords or Diceware-style passphrases and optionally pipe the result straight into the system clipboard.

2 3mo ago A 27 tokens

pdf:extract-tables

56

belarusrulez/skill-core

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.

2 3mo ago A 44 tokens

pdf:viewer-cli

57

belarusrulez/skill-core

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.

2 3mo ago A 35 tokens

port:scan-local

58

belarusrulez/skill-core

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.

2 3mo ago A 33 tokens

postgres:vacuum

59

belarusrulez/skill-core

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.

2 3mo ago A 40 tokens