TS

    Type Safety Pro

    by mochalatte

    1

    Five-sub-skill TypeScript type safety bundle covering Zod, tRPC, Typed API Client, Discriminated Union, and Branded Types. Audits pasted code, surfaces type ...

    Secure checkout via Stripe

    0 installsSecurity scanned

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    See it in action

    You say

    Audit this Zod schema: const User = z.object({ id: z.string() }); type UserType = { id: string };

    Your agent does

    ## Stack Matched Zod: Found z.object and manual type declaration. ## Audit - Line 2: Redundant manual type 'UserType' used instead of z.infer. ## Fixes ```typescript const UserSchema = z.object({ id: z.string() }); type User = z.infer; ``` ## Open holes None.

    What you get

    Audit Zod schemas for inference and validation best practicesDetect type holes in tRPC procedures and middlewareImplement nominal typing with Branded Types to prevent ID mixingConvert manual API response types to strictly typed clientsRefactor complex unions into Discriminated Unions for safety

    About this skill

    Five-sub-skill TypeScript type safety bundle covering Zod, tRPC, Typed API Client, Discriminated Union, and Branded Types. Audits pasted code, surfaces type holes, provides fixes. Operates on pasted TypeScript only.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 1 day ago

    Listed1 day ago

    Frequently Asked Questions

    Browse More Skills