

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
123456# Code Style Rules for Fasten78## Zig Code Style9- Organize files: std imports, local imports, constants, types, public/private functions, tests.10- Naming: camelCase for functions, snake_case for variables/fields, PascalCase for types/enums, SCREAMING_SNAKE_CASE for constants.11- Indent with 4 spaces, no tabs. Max line length: 100 chars.12- One space around binary ops, after commas/semicolons; no trailing whitespace.13- Braces on same line; always use braces for control structures.1415## Documentation16- Document all public functions with triple-slash comments (///), including params, returns, errors.17- Use inline comments for complex/non-obvious code.1819## Error Handling20- Use specific error enums per module; descriptive error names.21- Use `try` for propagation; `catch` only for meaningful handling.22- Include file, line, column in error messages.2324## Memory Management25- Pass allocators explicitly; use ArenaAllocator for temp data.26- Use `defer` for cleanup; always free resources.2728## Testing29- Group related tests; descriptive names; test both success and error cases.30- Use realistic and edge-case data.3132## Performance33- Minimize allocations in hot paths; reuse buffers; avoid unnecessary copying.34- Tokenization: <1ms/KB; Parsing: <5ms/KB; Memory: <2x input size.35
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 |
|---|---|---|---|---|---|
| v1truv1us/fasten.cursor/rules/contributing.mdc · 0 | Cursor rules | testgitperformancedo-not | 55/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/development.mdc · 0 | Cursor rules | setupbuildtestdeployment+2 | 74/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/performance.mdc · 0 | Cursor rules | performancedo-not | 51/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/security.mdc · 0 | Cursor rules | buildstylesecuritydo-not | 67/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/task_tracking.mdc · 0 | Cursor rules | no sections | 39/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/teaching.mdc · 0 | Cursor rules | no sections | 16/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| v1truv1us/fasten.cursor/rules/development.mdc · 0 | Cursor rules | setupbuildtestdeployment+2 | 74/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/security.mdc · 0 | Cursor rules | buildstylesecuritydo-not | 67/100 | 14 days ago | |
| fizzyedit/fizzy.cursor/rules/lang-plugins.mdc · 1.4k | Cursor rules | build | 65/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/contributing.mdc · 0 | Cursor rules | testgitperformancedo-not | 55/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/performance.mdc · 0 | Cursor rules | performancedo-not | 51/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/task_tracking.mdc · 0 | Cursor rules | no sections | 39/100 | 14 days ago | |
| v1truv1us/fasten.cursor/rules/teaching.mdc · 0 | Cursor rules | no sections | 16/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/v1truv1us-fasten-cursor-rules-code-style)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.