lean4-skills
Lean 4 theorem proving, mathlib search, and proof debugging
All Skills in This Repository (2)
Pure Emerald Level Indicatorslean4-memories
Persist Lean 4 proof patterns and failed approaches across sessions via MCP memory server.
lean4-theorem-proving
Automates Lean 4 theorem-proving tasks by diagnosing and repairing proofs, including sorries and axiom management.
Frequently Asked Questions
FAQPage SchemaHow to install lean4-skills?▼
Run `npx skills add cameronfreer/lean4-skills --all -g -y` in your terminal to install all skills in this suite globally.
How to prove theorems in Lean 4 with an AI agent?▼
Use the prove or autoprove workflows, which run a cycle of mathlib search, tactic attempts, and validation for each sorry in your file.
Can it formalize informal math into Lean 4?▼
Yes. The draft, formalize, and autoformalize workflows convert informal mathematical claims into Lean skeletons and then prove them step by step.
Does lean4-skills work with Claude Code and Codex?▼
Yes. It installs as a native plugin in Claude Code and Codex, and works skill-only in Cursor, Gemini CLI, and other hosts.
Can it find counterexamples to a Lean statement?▼
Yes. The disprove workflow runs a guided counterexample search and only reports a refutation once Lean typechecks the negation.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core