smithery/ehtbanton

trpc-router-generator

Generate tRPC router files with procedures and validation. Triggers on "create trpc router", "generate trpc procedure", "trpc api", "typesafe api".

Installation

$ npx skills add smithery/ehtbanton --skill trpc-router-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ehtbanton · top by installs.

npx skills add smithery/ehtbanton

Browse all from smithery/ehtbanton

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 614 B
  • docs SUMMARY.md 176 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

tRPC Router Generator

Generate tRPC routers with type-safe procedures and Zod validation.

Output Requirements

File Output: *.router.ts tRPC router files Format: Valid tRPC v11 Standards: tRPC 11.x, Zod

When Invoked

Immediately generate a complete tRPC router.

Example Invocations

Prompt: "Create tRPC router for users" Output: Complete users.router.ts with CRUD procedures.