Babysitter theorem-prover-interface
Interface with interactive theorem provers for mechanized verification
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/computer-science/skills/theorem-prover-interface" ~/.claude/skills/a5c-ai-babysitter-theorem-prover-interface && rm -rf "$T"
manifest:
library/specializations/domains/science/computer-science/skills/theorem-prover-interface/SKILL.mdsource content
Theorem Prover Interface
Purpose
Provides expert guidance on using interactive theorem provers for mechanized formal verification.
Capabilities
- Coq proof script generation
- Isabelle/HOL interface
- Lean 4 integration
- Proof automation (hammers, tactics)
- Proof library search
- Extraction to executable code
Usage Guidelines
- Prover Selection: Choose appropriate theorem prover
- Formalization: Formalize definitions and theorems
- Proof Development: Develop proofs interactively
- Automation: Apply automated tactics
- Extraction: Extract certified code if needed
Tools/Libraries
- Coq
- Isabelle
- Lean
- ACL2