

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345# GraphQL Layer Rules67These rules apply exclusively to the `GraphQL` project layer.89## Layer Separation10- **Zero business logic** — resolvers delegate to `Core` services11- HotChocolate packages (`HotChocolate.*`) belong in this layer only — never reference them from `Core`, `DataAccess`, or `Worker`12- Input/Output types are defined here, separate from domain entities in `Abstractions`1314## Implementation-First Approach15- Use annotation-based (implementation-first) type definitions — not schema-first SDL16- Leverage HotChocolate's built-in mutation conventions (`[UseMutationConvention]` + `[Error<T>]`) for consistent error handling1718## Attribute Stacking Order19When combining data attributes on a resolver, stack in this exact order (top to bottom):2021```csharp22[UsePaging] // 1. Pagination (outermost)23[UseProjection] // 2. Projection24[UseSorting] // 3. Sorting25[UseFiltering] // 4. Filtering (innermost)26```2728Wrong order causes silent misbehavior.2930## DataLoader Convention31- Name: `{Entity}By{Key}DataLoader`32- Every resolver that fetches child entities must use a DataLoader — no `GetByIdAsync` in a loop33- DataLoaders live in this layer, not in `Core`3435## Type Registration36- Ensure `AddTypes()` includes all required types37- Use `[Module]` attribute for automatic type discovery where applicable3839## Resolver Parameters40- Use `[Service]` attribute on injected service parameters41- Use `[Parent]` attribute in type extension resolvers42- Always propagate `CancellationToken`43
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 |
|---|---|---|---|---|---|
| AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/tests.instructions.md · 7 | Copilot instructions | setupteststylearch+3 | 63/100 | 14 days ago | |
| AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/general.instructions.md · 7 | Copilot instructions | stylearchapido-not | 77/100 | 14 days ago | |
| AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/worker.instructions.md · 7 | Copilot instructions | dependenciesdo-not | 51/100 | 14 days ago | |
| AndreasKarz/Vibe-Coding-Dev-Setup.github/AGENTS.md · 7 | AGENTS.md | stylegitagent-behaviour | 66/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| louislam/uptime-kuma.github/copilot-instructions.md · 90k | Copilot instructions | setupbuildtestlint-format+9 | 100/100 | 14 days ago | |
| HerringtonDarkholme/megarepo.github/copilot-instructions.md · 17 | Copilot instructions | setupbuildtestlint-format+7 | 100/100 | 14 days ago | |
| chihebnabil/lovable-boilerplate.github/instructions/global.instructions.md · 63 | Copilot instructions | buildlint-formatstylearch+4 | 100/100 | 14 days ago | |
| dotnet/roslyn.github/instructions/Compiler.instructions.md · 21k | Copilot instructions | buildteststylearch+3 | 99/100 | 7 days ago | |
| bagisto/bagisto.github/copilot-instructions.md · 28k | Copilot instructions | setupbuildteststyle+5 | 97/100 | 14 days ago | |
| JCodesMore/ai-website-cloner-template.github/copilot-instructions.md · 31k | Copilot instructions | buildlint-formatstylearch+3 | 97/100 | 7 days ago | |
| nerolis-lab/nerolis-lab.github/copilot-instructions.md · 32 | Copilot instructions | setupbuildtestlint-format+11 | 96/100 | 14 days ago | |
| thangaram611/second-brain.github/copilot-instructions.md · 0 | Copilot instructions | setupteststylearch+4 | 96/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/andreaskarz-vibe-coding-dev-setup-github-instructions-graphql-instructions)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.