agentsclimarketplace

Counterexample generator

Skill a5c-ai/babysitter/library/specializations/domains/science/mathematics/skills/counterexample-generator

Automated search for counterexamples to mathematical conjecturesFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill counterexample-generator

Assembled 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

  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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.