

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1234567# Rust ↔ TypeScript IPC — use oRPC89All new Rust ↔ TypeScript communication must go through **oRPC** (fully typed end-to-end).1011## Codegen (required after router changes)1213```bash14cd apps/native && bun run gen:orpc15```1617- Rust procedures: `apps/native/src-tauri/src/orpc/`18- Generated TS bindings: `apps/native/src/ipc/orpc-bindings.ts` (do not edit)19- Client + TanStack Query helpers: `apps/native/src/lib/orpc.ts`2021## Prefer React Query over `invoke()`2223oRPC integrates with **TanStack Query** via `orpc` helpers. This is the default for data that is fetched, cached, polled, or invalidated.2425```tsx26// ✅ GOOD — cached, deduplicated, lifecycle-aware27import { useQuery } from "@tanstack/react-query";28import { orpc } from "@/lib/orpc";2930const { data } = useQuery(orpc.github.listRepos.queryOptions({ input: undefined }));31```3233```ts34// ❌ BAD — new feature wired through legacy invoke()35import { invoke } from "@tauri-apps/api/core";36await invoke("some_new_command");37```3839- **`client`** — direct async calls for one-off/imperative flows (no cache needed).40- **`orpc` + hooks** — anything that should behave like server state in React.4142Do **not** add new Zustand stores for global fetchable data — React Query is the cache. Even global async state belongs in query cache, not a hand-rolled store.4344Legacy `invoke()` in `apps/native/src/ipc/api.ts` is deprecated; migrate callers to oRPC when touching them.45
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| darkmatter/nixmac.cursor/rules/native-config-tiers.mdc · 25 | Cursor rules | setupbuild | 43/100 | 14 days ago | |
| darkmatter/nixmac.cursor/rules/native-env.mdc · 25 | Cursor rules | setupstylesecurity | 34/100 | 14 days ago | |
| darkmatter/nixmac.cursor/rules/native-state-package.mdc · 25 | Cursor rules | archdependenciesmonorepo | 28/100 | 14 days ago | |
| darkmatter/nixmac.github/copilot-instructions.md · 25 | Copilot instructions | setupbuildtestlint-format+8 | 96/100 | 14 days ago | |
| darkmatter/nixmac.cursor/rules/native-errors.mdc · 25 | Cursor rules | types | 30/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/darkmatter-nixmac-cursor-rules-native-orpc)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.