skills/math/graph-number-theory/prime-numbers/SKILL.md
Problem-solving strategies for prime numbers in graph number theory
npx skillsauth add rubicanjr/FinCognis prime-numbersInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on prime-numbers problems in graph number theory.
Primality testing hierarchy
Factorization
sympy_compute.py factor "n"Prime distribution
sympy_compute.py limit "pi(x) * ln(x) / x"Fermat's Little Theorem
z3_solve.py prove "fermat_little"Wilson's Theorem
uv run python -m runtime.harness scripts/sympy_compute.py factor "n"
uv run python -m runtime.harness scripts/z3_solve.py prove "no_divisor_between_1_and_sqrt_n"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "pi(x) ~ x/ln(x)"
uv run python -m runtime.harness scripts/z3_solve.py prove "a**(p-1) == 1 mod p"
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.