Overview of Lean 4 Plugins
mainThe Lean 4 skills suite is composed of three primary plugins:
- lean4-theorem-proving: The core plugin. It provides the primary Skill and 8 commands, including LSP integration and automation tools.
- lean4-subagents: Provides 5 specialized agents for tasks like proof repair, sorry filling, axiom elimination, and proof golfing.
- lean4-memories: Provides a Skill for persistent learning across sessions. Note that this requires an MCP memory server to function.