Math Skill — Development skill for Claude Code
A Claude skill for rigorously solving math problems — equations, proofs, optimization, geometry, and more, with step-by-step reasoning and verification.
How to install Math Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open googlarz/math-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Math Skill does
A Claude skill for rigorously solving math problems — equations, proofs, optimization, geometry, and more, with step-by-step reasoning and verification.
Alternatives in Development
- Agent.System.Main.Solving — Problem solving 19k ★
- Portaljs Add Geo — Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a 2.3k ★
- /gemini Consult — Engages in deep, iterative conversations with Gemini MCP for complex problem-solving 1.3k ★
README
math-skill
A Claude skill for solving math problems rigorously — from quick calculations to full proofs.
What it does
This skill makes Claude a careful, solver-first math assistant. Instead of jumping straight to an answer, it maps the problem, selects the right method, works through each step explicitly, and verifies the result before presenting it. The goal is answers you can actually trust.
It works with typed problems and with photos — snap a handwritten problem, a whiteboard, or a textbook page and Claude will transcribe it carefully before solving.
Solving modes
| Mode | What you get |
|---|---|
solver (default) |
Full problem map, method choice, step-by-step derivation, independent verification |
photo-solver |
Transcribe from image first, then solve and verify |
fast-answer |
Concise output, but mapping and verification still happen internally |
worked-solution |
Full derivation with the key insight made explicit |
proof |
Exploration separated from the final clean argument |
exam |
Minimal exposition, essential steps only, answer easy to grade |
tutor |
Reveals the next move rather than the full solution at once |
Educational modes (`lesson`, `worksheet`, `diagnostic`, `review`, `primary-school`) are also available when you want teaching materials rather than a solution.
What kinds of problems it handles
- Equations and systems (linear, polynomial, transcendental)
- Inequalities and optimization
- Proofs and number theory
- Counting, combinatorics, and probability
- Sequences, recurrences, and series
- Calculus — limits, derivatives, integrals
- Geometry and trigonometry
- Word problems and modeling
- Reading math from photos, screenshots, PDFs, and handwritten notes
Verification tools
The skill ships with Python helpers that Claude uses to double-check its own work:
math_verify.py— checks expression equivalence, derivatives, integrals, equation solutions, limits, and counterexample
Related Skills
Twin Sparrow First Principles Thinking
Use first-principles reasoning to decompose problems to fundamentals, challenge assumptions, and rebuild solut
Paper Trail New Paper
Start writing an academic paper (IMRaD structure) on a topic, with anti-hallucination citation verification at
Cmd Judge
Adversarial verifier for the PROVE phase: treats a finished-work report as untrusted claims, re-runs every ver
Upgrade Verify
Re-run only the verification gate for the current upgrade step
Crow Identity
Identity attestations — link federated app handles to your Crow root identity with signed, publicly-verifiable
CheckTransformMethods
Check that all standard transformation methods are present on a geometry type
Related Agents
Reasoning Engine
Use this agent for systematic logical inference and structured problem-solving. Specializes in multiple reason
Unity Expert
Use this agent when you need expert Unity development guidance, architecture decisions, performance optimizati
Bd Lit Distill
Distils one paper into the knowledge/source/papers/ format. Extracts parameters, equations and verification va