mathlib-workflow
Installation
SKILL.md
Contributing Workflow for mathlib
A guide for the contribution process to mathlib4, the standard library for Lean 4.
Quick Start
One-time Setup
# Fork and clone using GitHub CLI (recommended)
gh repo fork leanprover-community/mathlib4 --default-branch-only --clone
cd mathlib4
# Or manually:
# 1. Fork on GitHub
# 2. Clone your fork: git clone https://github.com/YOUR_USERNAME/mathlib4.git
# 3. Add upstream: git remote add upstream https://github.com/leanprover-community/mathlib4.git