Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:236
forks:25
updated:2026年4月7日 08:42
ファイルエクスプローラー
SKILL.md
Lean 4 theorem proving toolkit: search lemmas, verify proofs, repair/simplify code, and get LLM-assisted informal proofs
LLM-assisted tools for informal proofs, proof strategy discussion, and code simplification
Search tools for finding Lean theorems, lemmas, and definitions in Mathlib
Code transformation tools for repairing, simplifying, and extracting Lean proofs
Isolates failing proof steps by replacing them with `sorry` and extracting them into standalone lemmas to modularize and decouple complex Lean 4 proofs.
| name | verification |
| description | Verification tools for compiling, validating, and disproving Lean theorems |
Tools for verifying Lean code correctness.
| Tool | Purpose | When to use |
|---|---|---|
| lean-check | Compile a Lean file and report errors (local, no API key) | First step to validate any proof attempt |
| axle verify-proof | Validate a proof matches a formal statement | When you need to confirm a proof proves exactly the right theorem |
| axle disprove | Attempt to disprove theorems by proving negation | Before investing effort in a proof, check if the conjecture is false |
For full parameters and examples, read the corresponding reference-<tool>.md file in this directory.