Buzz banner
CBirkbeck CBirkbeck

Buzz

Development community

Description

--- name: buzz description: Profile Lean declarations, find the slow ones, trace-diagnose the root cause, and fix them until each elaborates fast — ideally under a second. Statements never change; maxHeartbeats never goes up. --- # /buzz — Make Slow Proofs Fast Find every declaration that elaborates slowly, work out **why** from the profiler and the traces, and fix it — target: each declaration under **one second** on the current machine. The workflow this command automates is the one a mathl

Installation

Installs to ~/.claude/skills/cbirkbeck-mathlib-quality-buzz/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cbirkbeck-mathlib-quality-buzz && curl -fsSL https://raw.githubusercontent.com/CBirkbeck/mathlib-quality/HEAD/commands/buzz.md -o ~/.claude/skills/cbirkbeck-mathlib-quality-buzz/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository