lean4-theorem-proving

Installation
SKILL.md

Lean 4 Theorem Proving

Core Principle

Build incrementally, structure before solving, trust the type checker. Lean's type checker is your test suite.

Success = lake build passes + zero sorries + zero custom axioms. Theorems with sorries/axioms are scaffolding, not results.

Quick Reference

Resource What You Get Where to Find
Interactive Commands 10 slash commands for search, analysis, optimization, repair Type /lean in Claude Code (full guide)
Automation Scripts 19 tools for search, verification, refactoring, repair Plugin scripts/ directory (scripts/README.md)
Subagents 4 specialized agents for batch tasks (optional) subagent-workflows.md
LSP Server 30x faster feedback with instant proof state (optional) lean-lsp-server.md
Reference Files 18 detailed guides (phrasebook, tactics, patterns, errors, repair, performance) List below

When to Use

Related skills
Installs
11
GitHub Stars
255
First Seen
Jan 25, 2026