To generate a random number, run:
node /opt/skills/random-number/random-number.cjs <min> <max>
This prints a single random integer between min and max (inclusive).

Generate a random integer between min and max (inclusive). Use when the user asks for a random number.
To generate a random number, run:
node /opt/skills/random-number/random-number.cjs <min> <max>
This prints a single random integer between min and max (inclusive).
A basic skill for generating random numbers with a clear command syntax. Includes a trigger section (R3) but is quite minimal - missing actual code, installation instructions, and practical usage examples. Located in examples/ folder suggesting it's a demo. Empty tags reduce discoverability. The skill is functional but incomplete for practical reuse."