Smt solver interface
Interface with SMT solvers for verification and synthesisFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill smt-solver-interfaceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 150 tokens by cl100k_base, as published. Nobody here has run it
SMT Solver Interface
Purpose
Provides expert guidance on using SMT solvers for automated reasoning, verification, and program synthesis.
Capabilities
- Z3 query generation
- CVC5 interface
- Theory selection guidance
- Model extraction
- Unsat core analysis
- Incremental solving
Usage Guidelines
- Encoding: Encode problem in SMT-LIB format
- Theory Selection: Choose appropriate theories
- Solving: Run SMT solver
- Model Extraction: Extract satisfying assignments
- Debugging: Analyze unsat cores for debugging
Tools/Libraries
- Z3
- CVC5
- Boolector
- Yices
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.