Primes

Use this skill when the user wants to generate prime numbers, check if a number is prime, or factorize integers.

javimosch 4715a9e 563 B Updated

File contents

primes Plugin

primes generates and tests prime numbers.

Usage Examples

  • "generate the first 100 prime numbers"
  • "check if a number is prime"
  • "factorize a number into primes"

Installation

brew install bsd-games

Key Features

  • Prime number generation (sieve algorithms)
  • Primality testing (Miller-Rabin)
  • Integer factorization
  • Range-based prime listing
  • Custom output formatting

javimosch/supercli/tree/main/plugins/primes/skills/quickstart commit 4715a9ede7

Frequently asked questions

npx skillmds@latest add javimosch/primes