Skip to main content
Back to registry

orpc-contract-first

langgenius/dify

Installs705
Install command
npx skills add https://github.com/langgenius/dify --skill orpc-contract-first
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Keep contract as single source of truth in web/contract/* . - Default query usage: call-site useQuery(consoleQuery|marketplaceQuery.xxx.queryOptions(...)) when endpoint behavior maps 1:1 to the contract. - Keep abstractions minimal and preserve TypeScript inference. - Define contract in web/contract/console/{domain}.ts or web/contract/marketplace.ts - Use base.route({...}).output(type ()) as baseline. - Add .input(type ()) only when request has params/query/body . - For GET without input, omit .input(...) (do not use .input(type ()) ). - Register contract in web/contract/router.ts - Import directly from domain files and nest by API prefix. - Consume from UI call sites via oRPC query utils.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does orpc-contract-first do?

orpc-contract-first is listed in SkillJury, but the source summary is still sparse.

Is orpc-contract-first good?

orpc-contract-first does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does orpc-contract-first work with?

orpc-contract-first currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to orpc-contract-first?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install orpc-contract-first?

npx skills add https://github.com/langgenius/dify --skill orpc-contract-first

Related skills

More from langgenius/dify

Related skills

Alternatives in Software Engineering