A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Claude skill for rigorously solving math problems — equations, proofs, optimization, geometry, and more, with step-by-
A Claude skill for solving math problems rigorously — from quick calculations to full proofs.
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.
| 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.
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 counterexamples using SymPymath_visualize.py — plots expressions and shaded regions with matplotlibmath_table.py — generates tables for sequences and iterationsmath_photo_helper.py — enhances and tiles photos for cleaner transcriptionThese run automatically when code execution is available. When it isn't, Claude continues solving and makes its verification status explicit.
Install the .skill file directly in the Claude desktop app:
math-skill.skill from Releases.skill file to installOr clone this repo and zip the contents as math-skill.skill (a .skill file is just a zip archive of the skill directory).
Solve x³ - 6x² + 11x - 6 = 0
Prove that √2 is irrational
[photo of handwritten problem] What's the answer to this?
Find the maximum of f(x) = x·e^(-x) on [0, ∞)
In tutor mode: help me find the integral of x·sin(x)
math-skill/
├── SKILL.md # Skill instructions loaded by Claude
├── references/ # Playbooks for specific problem types
│ ├── problem-mapping-playbook.md
│ ├── method-selection-playbook.md
│ ├── solver-loop-playbook.md
│ ├── verification-playbook.md
│ ├── proof-playbook.md
│ ├── photo-mapping-playbook.md
│ ├── diagram-reading-playbook.md
│ ├── visualization-playbook.md
│ └── ... # Teaching and educational playbooks
└── scripts/ # Python verification helpers
├── math_verify.py
├── math_visualize.py
├── math_table.py
├── math_photo_helper.py
├── math_manipulatives.py
├── math_practice.py
├── run_validation_suite.py
├── bootstrap_env.sh
└── requirements.txt
The Python helpers require sympy, numpy, and matplotlib. Bootstrap automatically:
bash scripts/bootstrap_env.sh
This creates a .venv in the skill directory and installs all dependencies.
MIT
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini