Agda Find Reproducer

Reduce a large Agda file to a minimal reproducer for an Agda compiler bug (e.g. `__IMPOSSIBLE__` or any other specific internal error string). Runs an iterative edit → test → commit/revert loop, preserving the invariant that the file still emits the exact target error string at every committed step. Use when the user asks to "minimize this bug", "reduce the reproducer", "make a smaller example of this Agda crash", or mentions a specific Agda internal-error location (file:line) they want a smaller trigger for.

input-output-hk Updated

File contents

input-output-hk/agda-claude-skills/tree/main/agda-find-reproducer commit 1e2a942990

Frequently asked questions

npx skillmds@latest add input-output-hk/agda-find-reproducer