

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456When working on imageflow, we want to preserve comments in the code - ALWAYS - since they help us remember corner cases. Always repeat them back out into the new code. And always load /imageflow_types/src/lib.rs into memory, since we use it in every rust file.78Our primary interfaces users see are the RIAPI (querystring commands) @riapi.mdc and the JSON API @json-api.mdc, both accessed via @ffi.mdc + Imageflow.Net and Imageflow Server.910We want to keep our gitbook in docs/src up to date.1112When creating an Err() in imageflow_core, use the nerror!(ErrorKind:*, "format {}", args) macro (format/args optional), which embeds line/file data and creates a FlowError struct.13We can map other error types to it stringly, via .map_err(|e| nerror!(ErrorKind::InvalidArgument, "Parse error: {}", e))?;14We add to the artificial error call stack with .map_err(|e| e.at(here!()))?.15See @errors.rs for the available ErrorKinds.1617Example: Err(nerror!(ErrorKind::InvalidOperation, "LibPNG decoder disposed before call to read_frame"))
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 |
|---|---|---|---|---|---|
| imazen/imageflow.cursor/rules/ci.mdc · 4.4k | Cursor rules | setupbuildtestarch+3 | 79/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/creating-rules.mdc · 4.4k | Cursor rules | do-notagent-behaviour | 11/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/git-commits.mdc · 4.4k | Cursor rules | git | 30/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/json-api.mdc · 4.4k | Cursor rules | no sections | 16/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/bash.mdc · 4.4k | Cursor rules | setuparchgitdo-not | 55/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/ffi.mdc · 4.4k | Cursor rules | no sections | 16/100 | 14 days ago | |
| imazen/imageflowCLAUDE.md · 4.4k | CLAUDE.md | buildteststylegit+2 | 85/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/riapi.mdc · 4.4k | Cursor rules | no sections | 30/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-testing.mdc · 6 | Cursor rules | teststyletesting-strategy | 90/100 | 14 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-testing.mdc · 6 | Cursor rules | teststyletypestesting-strategy | 85/100 | 14 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-coding-style.mdc · 6 | Cursor rules | lint-formatstyletypesdo-not | 84/100 | 14 days ago | |
| quinnjr/skia-rs.cursor/rules/commands.mdc · 29 | Cursor rules | buildtestlint-formatgit+4 | 82/100 | 14 days ago | |
| hashintel/hash.cursor/rules/rust-testing-strategy.mdc · 1.6k | Cursor rules | testlint-formatstyletesting-strategy | 81/100 | 14 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/rust-security.mdc · 6 | Cursor rules | stylesecuritydatabasedo-not | 80/100 | 14 days ago | |
| imazen/imageflow.cursor/rules/ci.mdc · 4.4k | Cursor rules | setupbuildtestarch+3 | 79/100 | 14 days ago | |
| ThanhTrunggDEV/DontBeLazy.cursor/rules/dart-hooks.mdc · 6 | Cursor rules | lint-formatarchtesting-strategygit+1 | 78/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/imazen-imageflow-cursor-rules-rust)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.