maestro/skills/math/math/mathematical-logic/proof-theory/SKILL.md
Problem-solving strategies for proof theory in mathematical logic
npx skillsauth add scooter-lacroix/maestro proof-theoryInstall 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 proof-theory problems in mathematical logic.
Proof Strategy Selection
Structural Induction
z3_solve.py prove "induction_principle"Cut Elimination
Completeness/Soundness Check
z3_solve.py prove "soundness_theorem"Proof Verification
math_scratchpad.py verify "proof_steps"uv run python -m runtime.harness scripts/z3_solve.py prove "P(0)"
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([n], Implies(P(n), P(n+1)))"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(derivable(phi), valid(phi))"
uv run python -m runtime.harness scripts/math_scratchpad.py verify "proof_structure"
See .maestro/skills/math-mode/SKILL.md for full tool documentation.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic