Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Problem-solving strategies for modular arithmetic in graph number theory
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -68% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -41% | 0% |
Use this skill when working on modular-arithmetic problems in graph number theory.
sympy_compute.py solve "a*x == 1 mod n"z3_solve.py prove "crt_solution_exists"sympy_compute.py simplify "euler_phi"bashuv run python -m runtime.harness scripts/sympy_compute.py solve "a*x == 1 mod n" --var x
bashuv run python -m runtime.harness scripts/z3_solve.py prove "solution_exists_iff_pairwise_coprime"
bashuv run python -m runtime.harness scripts/sympy_compute.py simplify "phi(p**k) == p**(k-1)*(p-1)"
bashuv run python -m runtime.harness scripts/z3_solve.py prove "legendre_symbol_multiplicative"
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Other measured skills in the registry, with their headline benchmark lift.