تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٢٣٦
forks:٢٥
updated:٣٠ أبريل ٢٠٢٦ في ٠٣:٠٠
مستكشف الملفات
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
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.
Verification tools for compiling, validating, and disproving Lean theorems
| name | search |
| description | Search tools for finding Lean theorems, lemmas, and definitions in Mathlib |
Tools for finding relevant Lean theorems, lemmas, and definitions. All scripts are in skills/cli/.
| Tool | Purpose | When to use |
|---|---|---|
| leanexplore | Semantic search by natural language or Lean terms | First choice for any search; max 5 parallel queries |
| loogle | Pattern-based search by type shape | When you know the type signature pattern |
| leanfinder | Mathlib semantic search | Alternative semantic search |
| leansearch | Natural language + Lean term search | Alternative to leanexplore |
| state-search | Search by proof goal/state | When you have a specific proof state to match |
| hammer-premise | Premise retrieval for automation | When looking for premises for automated tactics |
For full parameters and examples, read the corresponding reference-<tool>.md file in this directory.