Math Skill
Wymusza dwie niezależne kontrole weryfikacyjne przed wyświetleniem jakiejkolwiek odpowiedzi matematycznej
Testowano · Działa
Co robi ten skill
Umiejętność rozumowania matematycznego, która przeprowadza każdy problem przez siedmioetapowy workflow — parse, model, choose a method, solve, verify, correct, answer — i refuses to output a result that has not passed at least two of eleven named verification methods (back-substitution, domain check, numerical sampling, cross-method, counterexample search i others). Uruchamia się na solving, proving, checking or generating maths, from arithmetic through calculus, linear algebra i analysis. Nine reference modules cover classification, error prevention i output templates.
Raport z testu
Przeprowadzono five trap problems as an unverified quick pass i then again under the skill's mandatory verification: the unguided pass returned -2 for an integral that diverges, 1 for a limit that does not exist, i left x=3 inside the solution set of an inequality that is undefined there. Working the skill's domain-check i numerical-sampling methods for real flipped all of them to the answers sympy confirms, 5/5 against 1.5/5. The price is bulk: nine modules totalling roughly 190KB sit behind the SKILL.md, i every answer arrives as a five-section template with a verification block. Fair caveat — the baseline was deliberately unverified, so part of that gap closes for anyone who would have checked their own work.
Testowano: 2026-07-29 · Claude Code 2.x (agent harness)
Instalacja
git clone https://github.com/Wholiver/Math.Skill.git mkdir -p ~/.claude/skills cp -r Math.Skill ~/.claude/skills/math-skill
Komendy i przykładowe prompty
/math-skillWymusza dwie niezależne kontrole weryfikacyjne przed wyświetleniem jakiejkolwiek odpowiedzi matematycznej
Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):
Solve this integral and double-check that the answer isn't wrongProve that the square root of 2 is irrational, verify each stepCheck my solution to this ODE and confirm the domain restrictions