Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get StartedSkill metadata
Stars3,797
Forks298
UpdatedJanuary 13, 2026 at 21:44
SKILL.md
readonly| name | proof-theory |
| description | Problem-solving strategies for proof theory in mathematical logic |
| allowed-tools | ["Bash","Read"] |
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/cc_math/z3_solve.py prove "P(0)"
uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "ForAll([n], Implies(P(n), P(n+1)))"
uv run python -m runtime.harness scripts/cc_math/z3_solve.py prove "Implies(derivable(phi), valid(phi))"
uv run python -m runtime.harness scripts/cc_math/math_scratchpad.py verify "proof_structure"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern