typecast
01Skill Claude CodeCodex
Use TypeCast to turn LLM output into validated, typed JVM values. Reach for it whenever code calls an LLM and then parses/validates the response by hand: extraction of case classes or Java records from text, classification/routing via sealed traits, constraint enforcement with retry, streaming partial JSON into a UI…
2 1mo ago A 86 tokens
original Apache-2.0