setup-os-monitor
Setup os-monitor
Use this skill to reliably install and configure os-monitor in a Node.js project.
What to do
- Confirm runtime and package-manager context.
- Install the correct package version (
latestvslegacy). - Add a minimal monitor setup.
- Add production-oriented config (thresholds, events, throttling, stream mode when needed).
- Verify behavior with a quick run and explain tuning knobs.
Inputs to gather first
Ask for missing details before changing files:
More from lfortin/skills
create-stellar-system
Use this skill when the user asks to design, simulate, or document a physically coherent stellar system, including stars, planets, orbital stability, thermal zones, and chemical composition/distribution for worldbuilding or hard-sci-fi settings.
13setup-cgi-core
Install and configure the Node.js `cgi-core` package to host CGI scripts via CLI or middleware for HTTP server, including interpreter mappings, buffer/timeouts, status pages, env injection, and proxy-safe `trustProxy` usage. Use this skill whenever users need to run legacy CGI scripts (Perl, Python, Bash, Node, etc.) in a modern Node setup, replace Apache for lightweight CGI hosting, or wire `/cgi-bin` routing in local/dev environments.
10