Loading...
Loading...
This skill should be used when the user asks to "generate arbitrary values", "generate sample data from a schema", "use Effect Arbitrary", "Schema.toArbitrary", or to produce Effect Schema test data, fixtures, or FastCheck samples.
npx skill4agent add andrueandersoncs/skills effect-arbitraryimport { Schema } from "effect"
import { FastCheck } from "effect/testing"
const samples = FastCheck.sample(Schema.toArbitrary(schema)(FastCheck), 10)bun apps/effect-arbitrary/generate.ts <schema-module> --count 10