lean-collab
Collaborative Lean 4 theorem proving with parallel workers
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install lean-collab?โผ
Run `npx skills add mutable-state-inc/lean-collab --all -g -y` in your terminal to install all skills in this suite globally.
What does lean-collab do?โผ
It orchestrates multiple parallel workers to prove Lean 4 theorems by splitting goals into subgoals, verifying tactics, and composing the final verified proof automatically.
What do I need before using lean-collab?โผ
You need Lean 4 with Mathlib installed, a Rust toolchain to build the CLI, and an Ensue API key for shared memory coordination between workers.
How does lean-collab avoid wasted proof attempts?โผ
Workers reason about the math first, validate proof skeletons with a --skeleton flag before decomposing, and search a shared memory of previously successful tactics and failed strategies.
Does lean-collab work with Claude Code?โผ
Yes. It runs as a plugin in Claude Code, where the /lean-collab skill spawns parallel prover and decomposer agents that coordinate until the proof is complete.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides