Automated search for counterexamples to mathematical conjectures
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill counterexample-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Counterexample Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-counterexample-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: counterexample-generator
description: Automated search for counterexamples to mathematical conjectures
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
metadata:
specialization: mathematics
domain: science
category: theorem-proving
phase: 6
graph:
domains: [domain:mathematics]
specializations: [specialization:computational-mathematics]
skillAreas: [skill-area:mathematical-reasoning, skill-area:computational-geometry, skill-area:graph-algorithms]
workflows: [workflow:experiment-design]
roles: [role:computational-scientist, role:research-scientist]
---
# 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
1. **Property Specification**: Define testable properties formally
2. **Sampling Strategy**: Choose appropriate random distributions
3. **Constraint Solving**: Use SMT for structured search
4. **Boundary Testing**: Exhaustively check small cases
## Tools/Libraries
- Z3
- CVC5
- Quickcheck
- Nitpick
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!