Counterexample generator
Automated search for counterexamples to mathematical conjecturesFrom its SKILL.md
npx -y skills add a5c-ai/babysitter --skill counterexample-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 143 tokens by cl100k_base, as published. Nobody here has run it
Counterexample Generator
Purpose
Provides automated search capabilities for finding counterexamples to mathematical conjectures and validating proof attempts.
Capabilities
- Random testing with intelligent sampling
- SMT-based counterexample search
- Quickcheck-style property testing
- Boundary case enumeration
- Finite model finding (Nitpick, Quickcheck)
Usage Guidelines
- Property Specification: Define testable properties formally
- Sampling Strategy: Choose appropriate random distributions
- Constraint Solving: Use SMT for structured search
- Boundary Testing: Exhaustively check small cases
Tools/Libraries
- Z3
- CVC5
- Quickcheck
- Nitpick
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.