Skip to main content
Back to the directory
langgenius/difySoftware EngineeringFrontend and Design

orpc-contract-first

Contract-first API patterns for Dify frontend using oRPC with TanStack Query integration.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
716

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/langgenius/dify --skill orpc-contract-first
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, orpc-contract-first has 716 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: langgenius/dify. Canonical URL: https://skills.sh/langgenius/dify/orpc-contract-first.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Contract-first API patterns for Dify frontend using oRPC with TanStack Query integration. - Define contracts in web/contract/* as single source of truth; consume via useQuery(consoleQuery.xxx.queryOptions(...)) at call sites for 1:1 endpoint mappings - Use .key() for partial matching in invalidation/refetch, .queryKey() for specific query identity, and .mutationKey() for mutation defaults or status filtering - Extract queryOptions helpers only when 3+ call sites share identical options; create use-* hooks only for multi-query orchestration or domain-level derived state - Follow input structure { params, query?, body? } in contracts; omit .input(...) for GET endpoints without input; group router nesting by API prefix - 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Contract-first API patterns for Dify frontend using oRPC with TanStack Query integration.

Is orpc-contract-first good?

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

Which AI agents support orpc-contract-first?

orpc-contract-first currently lists compatibility with Skills CLI.

Is orpc-contract-first safe to install?

orpc-contract-first has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to orpc-contract-first?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install orpc-contract-first?

Run the following command to 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